-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
latest develop features #89
Merged
Merged
Conversation
This file contains 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
* feat: move bundler to mono repo * chore: add update readme and docker image * chore: move feature to its own doc * feat: update GitHub actions to build images * chore: refactor rpc server class to make it more reusable * chore: refactor node config * feat: allow bundler to use multiple signers from HD wallet when sending bundles * chore: refactor validation service * chore: refactor rpc handler to be more general * chore: refactor eth api * chore: bundler relayer node now passing build * feat: add ESM module customization hook for running nodes during development * chore: update lint settings * chore: fix prettier config * chore: fix relayer node lint errors * chore: fix lint for shared package * feat: add mempool state * chore: refactor reputation manager * feat: make getState more dynamic * chore: make mempool state update function more modular * feat: bundler builder node now starts up * chore: passing bundler spec tests with two-node system * chore: refactor bundle module * chore: refactor bundler builder node, event manager * chore: refactor metrics * chore: fix scripts and readme startup steps * chore: fix node version GitHub action * chore: fix yarn install script GitHub action * chore: fix lint, fix test
…thods for more granular mempoolManager interfaces (#80)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
bugfix: fix bug that was causing the replace op spec test to fail (bugfix: fix bug that was causing replace op spec test to fail #77)
bugfix: pass max allowed ops unstaked sender spec test (bugfix: pass max allowed ops unstaked sender spec test #78)
bugfix: now passing spec test ban_user_op_access_other_ops_sender_in_bundle (bugfix: now passing spec test_ban_user_op_access_other_ops_sender_in_bundle #79)
refactor: define a subset of types that only exposes the necessary methods for more granular mempoolManager interfaces (refactor: define a subset of types for mempool manager #80)
bugfix: now passing test_stake_check_in_bundler spec test (bugfix: now passing test_stake_check_in_bundler spec test #81)
Feat/add paymaster deposit manager to enforce EREP-010 (Feat/add paymaster deposit manager to enforce EREP-010 #82)
feat: enforce EREP-015 (feat: enforce EREP-015 #83)
feat: enforce: OP-080 (feat: enforce: OP-080 #85)
feat: enforce OP-070 (Feat/enforce OP-070 #86)
feat: enforce GREP-010; drop all userOps from mempool for banned address (feat: enforce GREP-010, drop all userops from mempool for banned address #87)