Skip to content

Commit

Permalink
Validators checker (#90)
Browse files Browse the repository at this point in the history
* Move exit delay check to claimExitedAssets

* Add EthValidatorsChecker

* Add tests

* Add test 'fails for vault not collateralized not deposited'

* tests 2

* fix success test

* Rework to eip-712

* add tests for check-deposit-data-root

* Cleanup

* Fix deposit registry check

* Add abi

* Refactor tests: add validatorsManagerSetup fixture

* Refactor tests: del vaultWithDepositDataManager

* Refactor tests: add getMultiProofArgs fixture

* Upd snapshots

* Add more comments

* Fix abi

* Fix tests fork

* Del loadFixture

* Add RUST_BACKTRACE: full

* Revert "Add RUST_BACKTRACE: full"

This reverts commit 0188917.

* Del EthValidatorsChecker.spec.ts

* Del ethValidatorsChecker from ethVaultFixture

* Revert "Del ethValidatorsChecker from ethVaultFixture"

This reverts commit 6ca4b46.

* Revert "Del EthValidatorsChecker.spec.ts"

This reverts commit d43d9a2.

* Add test for InvalidProof

* Log MAINNET_FORK_RPC_URL

* Revert "Log MAINNET_FORK_RPC_URL"

This reverts commit 56e657a.

* Review fixes

* Review fixes 2

* Added GnoValidatorsChecker

* Add tests for Gnosis

* Upd snapshots

* Rename abi

* Review fixes 3

* Upd snapshots

* Fix imports

* Add .python-version to gitignore

* Add deploy

* Optimize slither

* Review fixes 4

* Add validators checker address to chiado.json, holesky.json

* Replace signature with vault validators signature

* Remove createValidatorPublicKeys

* Deploy to holesky

* Deploy to chiado

* Remove unused import

* Fix EigenPodOwner verification

* Fix docstring

---------

Co-authored-by: Dmitri Tsumak <[email protected]>
  • Loading branch information
evgeny-stakewise and tsudmi authored Jun 19, 2024
1 parent 62f4d31 commit 1579204
Show file tree
Hide file tree
Showing 23 changed files with 2,160 additions and 967 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ cache

# VS Code
.vscode
*.code-workspace

# Coverage
coverage
Expand All @@ -42,3 +43,6 @@ coverage.json
addresses.json
/.openzeppelin/unknown-31337.json
/deployments/local.json

# Python
.python-version
Loading

0 comments on commit 1579204

Please sign in to comment.