-
Notifications
You must be signed in to change notification settings - Fork 7
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
Merge Holesky to Mainnet #158
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
* clean up code * clean build * update license * add audit reports
* allow to update the bls keys and signer address * add tests --------- Co-authored-by: Master Engineer <[email protected]>
* epoch_modifi draft * update epoch formula * fix reviewed issues * fix reviewed issues * fix naming of getEpochNumber
* simulation test for epoch period modify * fix issue in redeloy script * format
* fix the remove bls keys * more tests
* solhint cli * update solhint checkpoints * Update contracts/protocol/VoteWeigher.sol Co-authored-by: cool-developer <[email protected]> --------- Co-authored-by: cool-developer <[email protected]>
* feat eject operator * fix reviewed errors * strengthen test * unsubscribe multiple operators
* deploy sepolia * testnet deploy script Co-authored-by: cool-developer <[email protected]> * add eigen sepolia addresses --------- Co-authored-by: cool-developer <[email protected]>
* push-docker yml * add permission makefile * push-docker-test * install forge build * remove test yml
* add register chain script * update epoch period * update min/max weight * update genersis block * add basescript * script eject op
* fix register-operator sleep * remove test yml
* archive mode geth * fix
* fix audit issues * add audit report
* epoch period flexible * test for epoch period flex * add simulation test for flex period * fix epoch period for prior blocks
* forge install: safe-smart-account 499b17ad0191b575fcadc5cb5b8e3faeae5391ae * script transfer ownership
* testnet l1bias override * fix annoying function naming
* bls key ownership check * unit test & inherit checker * optimize epoch number search * fork test bls own check * update storage hash --------- Co-authored-by: ChainDev931105 <[email protected]>
mastereng12
approved these changes
Aug 26, 2024
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.
Context
Closes: #156
Reviewers