Skip to content

Commit

Permalink
Permisionless audited version (#274)
Browse files Browse the repository at this point in the history
* Remove registerAuth implementation (#257)

* remove registerAuth implementation

* remove test

* remove all references to registerAuth in tests

* remove pending registerAuth

* deploy stage-dev 30082023

* deploy stage v1.0.0.rc4

* add bug bounty details in README

* Fix network withdrawals (#262)

* fix sequential network withdrawals issue

* A validator can voluntarily exit (#263)

* A validator can voluntarily exit

* Update local-dev.md (#260)

* Update local-dev.md

* Fix Types.shrink()  (#265)

* fix Types.shrink

* v1.0.0.rc5

* goerli_dev deployment

* Remove validator gas costs metrics (#266)

* holesky dev (#267)

* Get Network total validators count (#270)

* add SSVViews.getNetworkValidatorsCount()

* testnet holesky (#268)

* change input modifiers

* rename __gap (#269)

* OperatorLib gas optimizations (#273)

* remove named return params (#272)

* add msg.sender to ValidatorExited event (#271)

* remove storage checks

* add audit reports

---------

Co-authored-by: andrew-blox <[email protected]>
  • Loading branch information
mtabasco and andrew-blox authored Nov 8, 2023
1 parent d1d08da commit 0ab954e
Show file tree
Hide file tree
Showing 50 changed files with 1,389 additions and 319 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
GOERLI_ETH_NODE_URL=
GOERLI_OWNER_PRIVATE_KEY=
HOLESKY_ETH_NODE_URL=
HOLESKY_OWNER_PRIVATE_KEY=
MAINNET_ETH_NODE_URL=
MAINNET_OWNER_PRIVATE_KEY=
GAS_PRICE=
Expand Down
Loading

0 comments on commit 0ab954e

Please sign in to comment.