Skip to content
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

Validators checker #90

Merged
merged 50 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
94fd6a3
Move exit delay check to claimExitedAssets
tsudmi May 6, 2024
92073a1
Add EthValidatorsChecker
evgeny-stakewise Apr 1, 2024
d7b9dd3
Add tests
evgeny-stakewise Apr 3, 2024
9502b23
Add test 'fails for vault not collateralized not deposited'
evgeny-stakewise Apr 5, 2024
837fa24
tests 2
evgeny-stakewise Apr 9, 2024
26d0904
fix success test
evgeny-stakewise Apr 10, 2024
664b482
Rework to eip-712
evgeny-stakewise Apr 11, 2024
b1e92ad
add tests for check-deposit-data-root
evgeny-stakewise Apr 12, 2024
479ae21
Cleanup
evgeny-stakewise Apr 12, 2024
1553bdc
Fix deposit registry check
evgeny-stakewise Apr 15, 2024
5d1245c
Add abi
evgeny-stakewise Apr 16, 2024
96d1995
Refactor tests: add validatorsManagerSetup fixture
evgeny-stakewise Apr 18, 2024
43b2da0
Refactor tests: del vaultWithDepositDataManager
evgeny-stakewise Apr 18, 2024
bcc8c8b
Refactor tests: add getMultiProofArgs fixture
evgeny-stakewise Apr 18, 2024
20d2312
Upd snapshots
evgeny-stakewise Apr 22, 2024
677f7c5
Add more comments
evgeny-stakewise Apr 22, 2024
8a9ce12
Fix abi
evgeny-stakewise Apr 23, 2024
19ab0a5
Fix tests fork
evgeny-stakewise Apr 24, 2024
81cbb03
Del loadFixture
evgeny-stakewise Apr 25, 2024
f9bfbe7
Add RUST_BACKTRACE: full
evgeny-stakewise Apr 25, 2024
39b01c5
Revert "Add RUST_BACKTRACE: full"
evgeny-stakewise Apr 25, 2024
0f2403e
Del EthValidatorsChecker.spec.ts
evgeny-stakewise Apr 26, 2024
c4f6efb
Del ethValidatorsChecker from ethVaultFixture
evgeny-stakewise Apr 26, 2024
96fd87f
Revert "Del ethValidatorsChecker from ethVaultFixture"
evgeny-stakewise Apr 26, 2024
61c15ce
Revert "Del EthValidatorsChecker.spec.ts"
evgeny-stakewise Apr 26, 2024
0a8ab07
Add test for InvalidProof
evgeny-stakewise Apr 29, 2024
18b2ce6
Log MAINNET_FORK_RPC_URL
evgeny-stakewise Apr 29, 2024
2995aae
Revert "Log MAINNET_FORK_RPC_URL"
evgeny-stakewise Apr 29, 2024
6fea06b
Review fixes
evgeny-stakewise May 8, 2024
96f22fd
Review fixes 2
evgeny-stakewise May 9, 2024
91d0964
Added GnoValidatorsChecker
evgeny-stakewise May 9, 2024
52d5e10
Add tests for Gnosis
evgeny-stakewise May 9, 2024
ab50b94
Upd snapshots
evgeny-stakewise May 9, 2024
e3636b6
Rename abi
evgeny-stakewise May 20, 2024
037e686
Review fixes 3
evgeny-stakewise May 22, 2024
b920bf6
Upd snapshots
evgeny-stakewise May 23, 2024
eca5e10
Fix imports
evgeny-stakewise May 23, 2024
75e0ada
Add .python-version to gitignore
evgeny-stakewise May 23, 2024
a8e8454
Add deploy
evgeny-stakewise May 23, 2024
8382e37
Optimize slither
evgeny-stakewise May 23, 2024
fb578e2
Review fixes 4
evgeny-stakewise May 27, 2024
1db66ae
Add validators checker address to chiado.json, holesky.json
evgeny-stakewise May 29, 2024
f1ad373
Replace signature with vault validators signature
tsudmi Jun 10, 2024
515347e
Remove createValidatorPublicKeys
tsudmi Jun 10, 2024
919fa5f
Deploy to holesky
tsudmi Jun 11, 2024
a1d84d2
Deploy to chiado
tsudmi Jun 11, 2024
c9f7db8
Remove unused import
tsudmi Jun 11, 2024
1d589e0
Fix EigenPodOwner verification
tsudmi Jun 12, 2024
7d55734
Merge branch 'eigenlayer' into validators-checker
tsudmi Jun 19, 2024
a0a5137
Fix docstring
tsudmi Jun 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading