-
Notifications
You must be signed in to change notification settings - Fork 19
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
V2 vaults #366
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
* Add chiado network Signed-off-by: cyc60 <[email protected]> * Change GENESIS_FORK_VERSION for chiado Signed-off-by: cyc60 <[email protected]> * Update AVAILABLE_NETWORKS Signed-off-by: cyc60 <[email protected]> * Change gnosis deposit data amount Signed-off-by: cyc60 <[email protected]> * Update deposit data amount for gnosis Signed-off-by: cyc60 <[email protected]> * Revert "Change gnosis deposit data amount" This reverts commit 34581ea * Upd contract addresses --------- Signed-off-by: cyc60 <[email protected]> Co-authored-by: Evgeny Gusarov <[email protected]>
* Add depositDataManager contract Signed-off-by: cyc60 <[email protected]> * Refactored harvest module Signed-off-by: cyc60 <[email protected]> --------- Signed-off-by: cyc60 <[email protected]>
* Add VaultV1Contract * Add abi
* Del api server * Replace api host/port with relayer host/port * Del pending_validator_registrations * Add get_validators_from_relayer * Add startup check * Fix proof indexes * Rename vault methods * Fix checker address * Add startup check for auto mode * Review fixes
* Fix proof indexes * Upd packages
* Add swap-xdai * Fix gno * Refactor update-state calls * Consistent update-state calls * Decrease coverage
* Add validators_manager_signature param to register_validators * Fix RelayerClient * Add relayer_endpoint, del host/port
* Upd GENESIS_VALIDATORS_IPFS_HASH * Fix SLOTS_PER_EPOCH * Upd gnosis
* Refactor validators registration * Del getattr * Add address param * Fix proof indexes * Reorder functions * Add _check_swap_xdai * Move register_validators.py * Split get_update_state_calls * Review fixes
Signed-off-by: Dmitri Tsumak <[email protected]>
* Fix get_withdrawable_assets * Add aggregate, del aggregate3
* Handle zero priority fee * Revert "Handle zero priority fee" This reverts commit 537c135. * Skip rounding for small values
* Upd contracts * Add missing params * Add DEPOSIT_DATA_REGISTRY_CONTRACT_ADDRESS for chiado * Del VALIDATORS_CHECKER_CONTRACT_ADDRESS * Add -u option to docker commands * Fix docker-compose.yml
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.
No description provided.