-
Notifications
You must be signed in to change notification settings - Fork 166
feat(krakatoa): operate_exclusively toggles krakatoa features
#1060
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
Open
mattac21
wants to merge
44
commits into
main
Choose a base branch
from
ma/toggle
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
77d78ec
add flag for operate exclusively and populate from config instead of …
mattac21 06f247b
legacy pool tx lifecycle hooks are a no op if mempool is not operatin…
mattac21 e7d6617
dont supply rechecker to legacypool if not operating exclusively
mattac21 4c05953
use BroadcastTxFn if mempool is not operating exclusively, broadcast …
mattac21 5ccb03e
abstract insert behavior behind Inserter interface to hide queue vs s…
mattac21 e2cbd1a
update tests
mattac21 f180392
linting
mattac21 dd9bca1
update test to default off krakatoa
mattac21 88faace
typo
mattac21 f3e630d
refactor to new Krakatoa Mempool instance instead of both feature set…
mattac21 0cc2b03
thread mempool and new interfaces through backend and json rpc server
mattac21 b3de455
experimental mempool should broadcast evm txs on promote
mattac21 3128a70
updates
mattac21 012916f
add back in pending method for legacypool
mattac21 13969dd
queue test updates
mattac21 be67ec4
update VMKeeperI mocks
mattac21 0cf5968
legacypool tests
mattac21 7bc51d9
iterator bench test
mattac21 0d4db73
blockchain tests
mattac21 2f6b373
unit tests passing
mattac21 cb7f619
integration tests compiling
mattac21 c98066d
fix remove nil ptr
mattac21 36a0d1e
integration tests passing
mattac21 eb36eec
integration test support for exlcusive mempool
mattac21 21d753f
linting
mattac21 5dd2a2e
allow custom node arguments to be specified when running a system test
mattac21 711410a
fix
mattac21 6580583
debug
mattac21 61ec1ba
fix suite init
mattac21 fbc823d
fix
mattac21 b1e11ae
update test
mattac21 929b36d
krakatoa system test
mattac21 0c65581
reset timeout commit if not set
mattac21 e0cbe76
remove print
mattac21 ffe3a24
set event bus correctly for krakatoa mempool
mattac21 c3c3bc9
debig
mattac21 d446256
add back in systemtests
mattac21 0e18d11
add synchronous evm recheck function for test determinism
mattac21 a168921
refactor duplicate code from evm tx store and legacypool
mattac21 d4f03ee
use AllowUnsafeSyncInsert for determinism
mattac21 04533cd
update comment
mattac21 f347c93
greptile
mattac21 4bbf63f
fix build
mattac21 16e15f1
remove
mattac21 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
logger was unused