-
Notifications
You must be signed in to change notification settings - Fork 204
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
Mempool: bit of refactoring, chain simulator tests #6654
Mempool: bit of refactoring, chain simulator tests #6654
Conversation
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
|
1 similar comment
|
|
|
…ientBalanceForFee_WithRelayedV3.
…eZeroBalance_WithRelayedV3.
return participants | ||
} | ||
|
||
type noncesTracker struct { |
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.
I think we should export these in further PRs and reuse them in other tests 👍
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.
Added MX-16448 (a bit of effort to make them nicer & generic).
…ultiversx/mx-chain-go into MX-16207-mempool-chain-simulator
Reasoning behind the pull request
Proposed changes
Testing procedure
Pre-requisites
Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:
feat
branch created?feat
branch merging, do all satellite projects have a proper tag insidego.mod
?