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

Validator bulk features #291

Merged
merged 49 commits into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from 44 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
c4dfe87
event ValidatorExited -> indexed owner
mtabasco Nov 10, 2023
2d2a608
Merge branch 'main' of https://github.com/bloxapp/ssv-network
mtabasco Nov 14, 2023
61fd8ed
Merge branch 'main' of https://github.com/bloxapp/ssv-network
mtabasco Nov 15, 2023
b979f71
fix: added a test case in balance.ts
Mohsen-T Nov 17, 2023
71d61a0
fix: reviewed the balance calculation when an operator is removed
Mohsen-T Nov 27, 2023
68cc9a8
Update balances.ts
Mohsen-T Nov 27, 2023
6951d28
fix: added a test case
Mohsen-T Nov 28, 2023
c5776f7
fix: removed only
Mohsen-T Nov 28, 2023
6521a99
fix: progressing
Mohsen-T Nov 29, 2023
df0e0ad
fix: updated test case
Mohsen-T Nov 30, 2023
d0dcb41
fix: removed log
Mohsen-T Nov 30, 2023
6cfe19a
Merge branch 'main' of https://github.com/bloxapp/ssv-network
mtabasco Dec 4, 2023
7564dfe
[Feature] - Integration ssv-keys in ssv-network for generating keysha…
Mohsen-T Dec 5, 2023
4471f05
[Update]: deployment tests and update task and documentation (#282)
Mohsen-T Dec 5, 2023
c9a90b1
[Update] Added triggers for compilation in a few tasks (upgrading / u…
Mohsen-T Dec 5, 2023
899ccd7
Merge branch 'v1.1.0' into mohsen-fix-balance-calculation-operators
Mohsen-T Dec 8, 2023
88e22a3
fix: changed before test
Mohsen-T Dec 11, 2023
a886dc8
Merge pull request #284 from bloxapp/mohsen-fix-balance-calculation-o…
Mohsen-T Dec 11, 2023
c5b63db
bulk validator registration (init)
mtabasco Dec 12, 2023
d24c4a2
2 register validator functions, all tests pass
mtabasco Dec 13, 2023
331420f
refactor cluster and operators libraries
mtabasco Dec 15, 2023
a0b451b
sync with 1.1.0
mtabasco Dec 17, 2023
335f008
V1.0.2 deployment metadata (#283)
mtabasco Dec 18, 2023
7943326
stage metadata, update version
mtabasco Dec 18, 2023
71a9cf6
Merge branch 'main' of https://github.com/bloxapp/ssv-network
mtabasco Dec 18, 2023
9c609cd
Bulk registration of validators (#287)
mtabasco Jan 8, 2024
5638b7f
update CHANGELOG
mtabasco Jan 8, 2024
6431a00
bulk remove validators
mtabasco Jan 15, 2024
5483446
upgrade goerli prod
mtabasco Jan 16, 2024
de9484f
merge from v1.0.2-bulk registration
mtabasco Jan 16, 2024
2af125a
bulk exit validator
mtabasco Jan 16, 2024
49ba157
hlsky dev metadata
mtabasco Jan 16, 2024
c80dc3b
add exit validator tests
mtabasco Jan 16, 2024
a8f814d
update CHANGELOG
mtabasco Jan 16, 2024
968279e
Merge branch 'main' into bulk-features
mtabasco Jan 16, 2024
7ce9440
update gas usage
mtabasco Jan 16, 2024
af99def
update roles doc
mtabasco Jan 17, 2024
56d1184
minor improvements
mtabasco Jan 19, 2024
584b2cb
v1.1.0 goerli_prod metadata
mtabasco Jan 22, 2024
31389e1
remove abis from git
mtabasco Jan 28, 2024
f51d071
remove liquidation check (duplicate)
mtabasco Jan 28, 2024
1156139
Fix: updated the test coverage
Mohsen-T Feb 5, 2024
a58162e
fix: bulkRemoveValidators reduce validator counter
mtabasco Feb 7, 2024
acc3393
Merge branch 'bulk-features' of https://github.com/bloxapp/ssv-networ…
mtabasco Feb 7, 2024
9508cf3
fix: bulkRemoveValidator all tests passed
mtabasco Feb 8, 2024
c20aaca
update gas numbers
mtabasco Feb 8, 2024
27a6b99
update NatSpec comments
mtabasco Feb 8, 2024
0d183f5
add audit report
mtabasco Feb 15, 2024
fe79a26
holesky deployment metadata
mtabasco Feb 15, 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: 2 additions & 2 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
uses: actions/checkout@v3

- name: Run Slither
uses: crytic/slither-action@v0.2.0
uses: crytic/slither-action@v0.3.0
id: slither
with:
node-version: 16
node-version: 18
fail-on: high
slither-args: --exclude controlled-delegatecall
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ node_modules
.env
.env.prod
.env.stage
#Hardhat files
abis
cache
coverage
coverage.json
artifacts
typechain-types/
.openzeppelin/dev-*.json
.openzeppelin/*.json
.DS_Store
.history
.dccache
Loading
Loading