-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TXM In-memory: step 3-04-MarkAllConfirmedMissingReceipt #12232
TXM In-memory: step 3-04-MarkAllConfirmedMissingReceipt #12232
Conversation
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
@@ -334,7 +336,53 @@ func (ms *inMemoryStore[CHAIN_ID, ADDR, TX_HASH, BLOCK_HASH, R, SEQ, FEE]) FindT | |||
return nil, nil | |||
} | |||
func (ms *inMemoryStore[CHAIN_ID, ADDR, TX_HASH, BLOCK_HASH, R, SEQ, FEE]) MarkAllConfirmedMissingReceipt(ctx context.Context, chainID CHAIN_ID) error { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As part of EVM refactor, in future, this function should go away into chain-specific code. The TxStore shouldn't need to know nonce specific logic which it is doing here currently.
Not for now though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, please move to main review channel for final rounds
Quality Gate passedIssues Measures |
NOTES:
Parent: