-
Notifications
You must be signed in to change notification settings - Fork 79
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
Sparrow dom/validator simulator #2098
base: master
Are you sure you want to change the base?
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 063d8b2 - Browse repository at this point
Copy the full SHA 063d8b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e8332b - Browse repository at this point
Copy the full SHA 6e8332bView commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b933f22 - Browse repository at this point
Copy the full SHA b933f22View commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a43d14 - Browse repository at this point
Copy the full SHA 0a43d14View commit details -
Configuration menu - View commit details
-
Copy full SHA for d31fe30 - Browse repository at this point
Copy the full SHA d31fe30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03c544c - Browse repository at this point
Copy the full SHA 03c544cView commit details
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9aa0d73 - Browse repository at this point
Copy the full SHA 9aa0d73View commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e99f86c - Browse repository at this point
Copy the full SHA e99f86cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52ba11e - Browse repository at this point
Copy the full SHA 52ba11eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e656ecb - Browse repository at this point
Copy the full SHA e656ecbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe113a5 - Browse repository at this point
Copy the full SHA fe113a5View commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 71ad71f - Browse repository at this point
Copy the full SHA 71ad71fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c448bb - Browse repository at this point
Copy the full SHA 2c448bbView commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d5e9cb - Browse repository at this point
Copy the full SHA 5d5e9cbView commit details
Commits on Apr 22, 2024
-
Native staking updates (#2023)
* Update Natspec * Generated docs for native eth strategy * Prettier and linter Fixed spelling of ValidatorAccountant events Implemented depositSSV * Updated Natspec Moved MAX_STAKE on ValidatorAccountant to a constant * Removed strategist from strategy as its already maintained in the Vault * Fix compilation error * Fix unit tests * fix linter
Configuration menu - View commit details
-
Copy full SHA for 121c7f7 - Browse repository at this point
Copy the full SHA 121c7f7View commit details
Commits on Apr 23, 2024
-
Native staking changes (#2024)
* Added OETH process diagram with functions calls for native staking * Native Staking Strategy now hold consensus rewards at ETH FeeAccumulator now holds execution rewards as ETH Removed WETH immutable from FeeAccumulator Converted custom errors back to require with string collect rewards now converts ETH to WETH at harvest checkBalance is now validators * 32 plus WETH balance from deposits Renamed beaconChainRewardsWETH to consensusRewards Fixed bug in stakeETH that was converting all WETH to ETH
Configuration menu - View commit details
-
Copy full SHA for 8a64dc8 - Browse repository at this point
Copy the full SHA 8a64dc8View commit details
Commits on Apr 25, 2024
-
Native staking changes and unit tests (#2029)
* Fixed native staking deployment since the strategist is got from the vault * Refactor of some Native Staking events Refactor of Native Staking unit tests * Renamed AccountingBeaconChainRewards to AccountingConsensusRewards Accounting updated to handle zero ETH from the beacon chain * fixed bug not accounting for previous consensus rewards Blow fuse if ETH balance < previous consensus rewards * Pause collectRewardTokens and doAccounting on accounting failure. Validated asset on deposit to Native Staking Strategy. Moved depositSSV from NativeStakingSSVStrategy to ValidatorRegistrator moved onlyStrategist modified and VAULT_ADDRESS immutable from ValidatorAccountant to ValidatorRegistrator manuallyFixAccounting changed to use whenPaused modifier made fuseIntervalEnd inclusive Natspec updates refactoring of native staking unit tests
Configuration menu - View commit details
-
Copy full SHA for 8419fc7 - Browse repository at this point
Copy the full SHA 8419fc7View commit details
Commits on Apr 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 87c5254 - Browse repository at this point
Copy the full SHA 87c5254View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d66508 - Browse repository at this point
Copy the full SHA 1d66508View commit details
Commits on Apr 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00ec878 - Browse repository at this point
Copy the full SHA 00ec878View commit details
Commits on Apr 29, 2024
-
* add basic steps to deploy OETH to holesky * prettier * minor change * holesky deployment ifles holesky deployment files * add holesky deployment files * minor fix * minor fixes * make the fork tests run on Holesky * add some more tests * testing SSV staking on Holesky * refactor where deployment files are located * more progress on deployment * add deposit to validator deployment files * remove log * prettier * lint * move file * SSV cluster info (#2036) * add ability to fetch SSV cluster information * prettier
Configuration menu - View commit details
-
Copy full SHA for ec4933b - Browse repository at this point
Copy the full SHA ec4933bView commit details -
manuallyFixAccounting changes (#2034)
* manuallyFixAccounting now uses delta values and only callable by the strategist manuallyFixAccounting calls doAccounting to check the fuse is still not blown Removed accountingGovernor * Added pauseOnFail param to internal _doAccounting Increased the allowed delta values of manuallyFixAccounting * ran prettier
Configuration menu - View commit details
-
Copy full SHA for 6179cb1 - Browse repository at this point
Copy the full SHA 6179cb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for da6a7b5 - Browse repository at this point
Copy the full SHA da6a7b5View commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fd17ec9 - Browse repository at this point
Copy the full SHA fd17ec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f7d3d5 - Browse repository at this point
Copy the full SHA 8f7d3d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 967fe49 - Browse repository at this point
Copy the full SHA 967fe49View commit details
Commits on May 7, 2024
-
mainnet native staking fork tests (#2037)
* manuallyFixAccounting now uses delta values and only callable by the strategist manuallyFixAccounting calls doAccounting to check the fuse is still not blown Removed accountingGovernor * Added pauseOnFail param to internal _doAccounting Increased the allowed delta values of manuallyFixAccounting * ran prettier * Added Defender Relayer for validator registrator Added ssv utils to get cluster data Added native staking fork tests * Removed now redundant IWETH9 import * moved more logic into native staking fixture * Removed unused imports * fix native staking unit tests * Fail accounting if activeDepositedValidators < fullyWithdrawnValidators Changed Harvester to transfer WETH to dripper Added more mainnet fork tests for native staking * Updated the OETH value flows * Added governable Hardhat tasks Created a resolveContract util * deconstruct params for Hardhat tasks * WIP Hardhat tasks for validator registration * Added depositSSV HH task * Updated OETH contract dependency diagram * Update to diagrams * mini fixes * fix bug and minor test improvement * update yarn fulie * unify the holesky and the mainnet fork tests * prettier * re-deploy holesky native staking strategy (#2046) * test updates * also re-deploy the harvester * upgrade harvester as well * fix test * fix upgrade script and correct the bug in deploy actions * Deployed new Native Staking strategy including the proxy * Added Hardhat tasks for generic strategy functions * remove nativeStakingSSVStrategyProxy from js addresses file --------- Co-authored-by: Domen Grabec <grabec@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1af324d - Browse repository at this point
Copy the full SHA 1af324dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce2ec63 - Browse repository at this point
Copy the full SHA ce2ec63View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe12d23 - Browse repository at this point
Copy the full SHA fe12d23View commit details -
Configuration menu - View commit details
-
Copy full SHA for c61c9bb - Browse repository at this point
Copy the full SHA c61c9bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e2e640 - Browse repository at this point
Copy the full SHA 7e2e640View commit details -
Configuration menu - View commit details
-
Copy full SHA for af8ea03 - Browse repository at this point
Copy the full SHA af8ea03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32480dd - Browse repository at this point
Copy the full SHA 32480ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fb09ea - Browse repository at this point
Copy the full SHA 0fb09eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7175bb - Browse repository at this point
Copy the full SHA c7175bbView commit details
Commits on May 9, 2024
-
Sparrow dom/native staking defender action (#2051)
* adding defender action task * fix unit tests setup * update the registrator address of the native staking contract * fix up the operate validators script so that it works for native staking on holesky * also add the gitignore * add ability to exit if staking contract is paused
Configuration menu - View commit details
-
Copy full SHA for 69abd8f - Browse repository at this point
Copy the full SHA 69abd8fView commit details -
* Fixed resolveAsset * Fixed validator fork tests Added error func sigs to ISSVNetwork * Fixed harvester behaviour tests * Fix global hooks * Fix tooling --------- Co-authored-by: Shahul Hameed <10547529+shahthepro@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2f7a9cd - Browse repository at this point
Copy the full SHA 2f7a9cdView commit details -
add payable to fee accumulator (#2053)
* add payable to fee accumulator * remove zero initializers * some gas savings
Configuration menu - View commit details
-
Copy full SHA for 0623a47 - Browse repository at this point
Copy the full SHA 0623a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for f268742 - Browse repository at this point
Copy the full SHA f268742View commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 20d29a1 - Browse repository at this point
Copy the full SHA 20d29a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a93df2 - Browse repository at this point
Copy the full SHA 2a93df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b898801 - Browse repository at this point
Copy the full SHA b898801View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25170aa - Browse repository at this point
Copy the full SHA 25170aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1ff728 - Browse repository at this point
Copy the full SHA e1ff728View commit details -
Configuration menu - View commit details
-
Copy full SHA for c09cd46 - Browse repository at this point
Copy the full SHA c09cd46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d83e97 - Browse repository at this point
Copy the full SHA 9d83e97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eb135b - Browse repository at this point
Copy the full SHA 7eb135bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 579a93c - Browse repository at this point
Copy the full SHA 579a93cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c864ca - Browse repository at this point
Copy the full SHA 4c864caView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7b96e9 - Browse repository at this point
Copy the full SHA e7b96e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a53f3e - Browse repository at this point
Copy the full SHA 8a53f3eView commit details -
Merge remote-tracking branch 'origin/sparrowDom/nativeStaking' into s…
…parrowDom/nativeStaking
Configuration menu - View commit details
-
Copy full SHA for 98a193a - Browse repository at this point
Copy the full SHA 98a193aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 905abf9 - Browse repository at this point
Copy the full SHA 905abf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc48427 - Browse repository at this point
Copy the full SHA fc48427View commit details
Commits on May 13, 2024
-
add rate limit to calling manually fix accounting (#2057)
* add rate limit to calling manually fix accounting * fix comment
Configuration menu - View commit details
-
Copy full SHA for 4b51655 - Browse repository at this point
Copy the full SHA 4b51655View commit details -
Configuration menu - View commit details
-
Copy full SHA for 657b064 - Browse repository at this point
Copy the full SHA 657b064View commit details -
Configuration menu - View commit details
-
Copy full SHA for 769018a - Browse repository at this point
Copy the full SHA 769018aView commit details -
Remove approveAssets on Swapper contract in 095_ogn_buyback script as…
… it has already been done
Configuration menu - View commit details
-
Copy full SHA for b98e9de - Browse repository at this point
Copy the full SHA b98e9deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 622a3b4 - Browse repository at this point
Copy the full SHA 622a3b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c25745d - Browse repository at this point
Copy the full SHA c25745dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ca3136 - Browse repository at this point
Copy the full SHA 4ca3136View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37c9d0a - Browse repository at this point
Copy the full SHA 37c9d0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 193af2f - Browse repository at this point
Copy the full SHA 193af2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d5034a - Browse repository at this point
Copy the full SHA 6d5034aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 848d578 - Browse repository at this point
Copy the full SHA 848d578View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79d5058 - Browse repository at this point
Copy the full SHA 79d5058View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b7ac39 - Browse repository at this point
Copy the full SHA 7b7ac39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b2be67 - Browse repository at this point
Copy the full SHA 6b2be67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f2f8f6 - Browse repository at this point
Copy the full SHA 5f2f8f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6baed9b - Browse repository at this point
Copy the full SHA 6baed9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ce05e1 - Browse repository at this point
Copy the full SHA 9ce05e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c052d8 - Browse repository at this point
Copy the full SHA 8c052d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3687fbe - Browse repository at this point
Copy the full SHA 3687fbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6df4f5f - Browse repository at this point
Copy the full SHA 6df4f5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 614b11e - Browse repository at this point
Copy the full SHA 614b11eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21d5569 - Browse repository at this point
Copy the full SHA 21d5569View commit details
Commits on May 16, 2024
-
add a util contract that is able to recalculate a valid deposit data …
…root with an invalid signature
Configuration menu - View commit details
-
Copy full SHA for cfe6a81 - Browse repository at this point
Copy the full SHA cfe6a81View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c491131 - Browse repository at this point
Copy the full SHA c491131View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8c15b5 - Browse repository at this point
Copy the full SHA e8c15b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for acad4b9 - Browse repository at this point
Copy the full SHA acad4b9View commit details -
* add withdrawal events to the tests * add WETH accounting * add better documentation * add sending WETH to the Vault back to fix manual accounting function * actually wrap the ETH to WETH before sending it to the Vault when manually fixing accounting * add withdrawal event to manually fix accounting * fix bugs and add tests with WETH accounting * add test to verify correct deposits * Gas changes to Native Staking's depositAll --------- Co-authored-by: Nicholas Addison <nick@addisonbrown.com.au>
Configuration menu - View commit details
-
Copy full SHA for 638bf30 - Browse repository at this point
Copy the full SHA 638bf30View commit details -
Deploy latest Native Staking Strategy to Holesky (#2073)
* Deployed new NativeStakingSSVStrategy * Generated latest Native Staking Strategy diagrams
Configuration menu - View commit details
-
Copy full SHA for b4e9c3f - Browse repository at this point
Copy the full SHA b4e9c3fView commit details -
Deploy native staking Proxy via Relayer (#2066)
* deploy native staking proxy and add auxiliary functions to transfer its governance * Shortened error message in InitializeGovernedUpgradeabilityProxy.initialize --------- Co-authored-by: Nicholas Addison <nick@addisonbrown.com.au>
Configuration menu - View commit details
-
Copy full SHA for 77d7b07 - Browse repository at this point
Copy the full SHA 77d7b07View commit details -
Setup basic defender action (#2072)
* deploy native staking proxy and add auxiliary functions to transfer its governance * Setup basic defender action * update defender-sdk version * add defender client as an external export * configuration update --------- Co-authored-by: Nicholas Addison <nick@addisonbrown.com.au>
Configuration menu - View commit details
-
Copy full SHA for 4c25093 - Browse repository at this point
Copy the full SHA 4c25093View commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4456b9 - Browse repository at this point
Copy the full SHA c4456b9View commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4e9e24f - Browse repository at this point
Copy the full SHA 4e9e24fView commit details -
Changed ssv util getClusterInfo to use the SSV API instead of the ssv…
…-scanner Moved duplicate getClusterInfo in tasks to utils
Configuration menu - View commit details
-
Copy full SHA for 8cf9a25 - Browse repository at this point
Copy the full SHA 8cf9a25View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc09bed - Browse repository at this point
Copy the full SHA fc09bedView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb3b7e6 - Browse repository at this point
Copy the full SHA bb3b7e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e163cff - Browse repository at this point
Copy the full SHA e163cffView commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e853081 - Browse repository at this point
Copy the full SHA e853081View commit details
Commits on May 28, 2024
-
Stake funds with confirmations for front-running protection of Beacon…
… Deposits (#2074) * contract changes and tests for gated protection against front running * Update off-chain validator registration process to also consider stake threshold * front run protection changes (#2076) * Added Holesky deploy script * Fixed OUSD metapool fork test * Generated latest NativeStakingSSVStrategy contract diagrams * Deployed new NativeStakingSSVStrategy to Holesky --------- Co-authored-by: Nicholas Addison <nick@addisonbrown.com.au>
Configuration menu - View commit details
-
Copy full SHA for 12bba64 - Browse repository at this point
Copy the full SHA 12bba64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a0e9da - Browse repository at this point
Copy the full SHA 0a0e9daView commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93b3cdf - Browse repository at this point
Copy the full SHA 93b3cdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 003fcdb - Browse repository at this point
Copy the full SHA 003fcdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9295fe7 - Browse repository at this point
Copy the full SHA 9295fe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8748170 - Browse repository at this point
Copy the full SHA 8748170View commit details
Commits on Jun 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 270a3f6 - Browse repository at this point
Copy the full SHA 270a3f6View commit details -
OZ - Native Staking - M-01 All Addresses Are Registered Validators by…
… Default (#2081) * Added default NON_REGISTERED to VALIDATOR_STATE * Added explicit check that a validator has not already been registered * Added new Holesky deploy script
Configuration menu - View commit details
-
Copy full SHA for 706da2e - Browse repository at this point
Copy the full SHA 706da2eView commit details -
OZ - Native Staking - N-07 Lack of Indexed Event Parameters (#2083)
* Indexed the RegistratorChanged and StakingMonitorChanged events * Added indexed pubKeyHash to validator events
Configuration menu - View commit details
-
Copy full SHA for 71adea7 - Browse repository at this point
Copy the full SHA 71adea7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f8118d - Browse repository at this point
Copy the full SHA 8f8118dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d398042 - Browse repository at this point
Copy the full SHA d398042View commit details -
* Updated Natspec * Updated native staking process diagrams * Fixed signer for Holesky * split operateValidators into registerValidators and stakeValidators * Fix vault mint HH task. It now waits for the approve tx to be mined * resolveAsset to handle local Holesky fork * upgrade signer to use new defender-relay-client package * added approve option to vault mint HH task * Added stakeValidators HH task * update git ignore file * Added depositWETH and withdrawWETH HH tasks * Added resetStakeETHTally and setStakeETHThreshold HH tasks * generated latest Native Staking Strategy docs
Configuration menu - View commit details
-
Copy full SHA for b6c2219 - Browse repository at this point
Copy the full SHA b6c2219View commit details
Commits on Jun 3, 2024
-
Hardhat tasks for Native Staking (#2085)
* Fixed depositSSV HH tasks * Added exitValidator and removeValidator HH tasks * Added doAccounting Defender Action * Added harvest HH task * Added fixAccounting and pauseStaking HH tasks * Fixed stakeValidators when run without uuid option
Configuration menu - View commit details
-
Copy full SHA for 49439ec - Browse repository at this point
Copy the full SHA 49439ecView commit details -
Cap the validators a Native Staking Strategy can hold (#2087)
* Added max validators check to Native Staking Strategy
Configuration menu - View commit details
-
Copy full SHA for 6ecf222 - Browse repository at this point
Copy the full SHA 6ecf222View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c807e8d - Browse repository at this point
Copy the full SHA c807e8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f54c94 - Browse repository at this point
Copy the full SHA 7f54c94View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b7c866 - Browse repository at this point
Copy the full SHA 8b7c866View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e19fbb - Browse repository at this point
Copy the full SHA 7e19fbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37a1d10 - Browse repository at this point
Copy the full SHA 37a1d10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57f78b8 - Browse repository at this point
Copy the full SHA 57f78b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c3ba23 - Browse repository at this point
Copy the full SHA 4c3ba23View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4db674 - Browse repository at this point
Copy the full SHA e4db674View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02fe259 - Browse repository at this point
Copy the full SHA 02fe259View commit details -
renamed SSV_TOKEN_ADDRESS to SSV_TOKEN
renamed SSV_NETWORK_ADDRESS to SSV_NETWORK
Configuration menu - View commit details
-
Copy full SHA for f4fb309 - Browse repository at this point
Copy the full SHA f4fb309View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0231bb8 - Browse repository at this point
Copy the full SHA 0231bb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7db25d2 - Browse repository at this point
Copy the full SHA 7db25d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b685925 - Browse repository at this point
Copy the full SHA b685925View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d9fa16 - Browse repository at this point
Copy the full SHA 1d9fa16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dc40ab - Browse repository at this point
Copy the full SHA 6dc40abView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8879bd - Browse repository at this point
Copy the full SHA f8879bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 670064e - Browse repository at this point
Copy the full SHA 670064eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ac93f5 - Browse repository at this point
Copy the full SHA 9ac93f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6af23a - Browse repository at this point
Copy the full SHA e6af23aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2457b37 - Browse repository at this point
Copy the full SHA 2457b37View commit details -
Decryption of validator key from P2P API (#2088)
* Fixed resolveAsset * Added error func sigs to ISSVNetwork * Added genECDHKey Hardhat task * Copied decrypt validator key from P2P repo
Configuration menu - View commit details
-
Copy full SHA for 9ff8c5a - Browse repository at this point
Copy the full SHA 9ff8c5aView commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b8a315 - Browse repository at this point
Copy the full SHA 4b8a315View commit details -
Merge remote-tracking branch 'origin/sparrowDom/nativeStaking' into s…
…parrowDom/nativeStaking
Configuration menu - View commit details
-
Copy full SHA for b581b9e - Browse repository at this point
Copy the full SHA b581b9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 275527a - Browse repository at this point
Copy the full SHA 275527aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 125cad8 - Browse repository at this point
Copy the full SHA 125cad8View commit details -
Using FULL_STAKE instead of 32 ether to make it easier for EIP-7251, …
…Increase the MAX_EFFECTIVE_BALANCE
Configuration menu - View commit details
-
Copy full SHA for 66a6f63 - Browse repository at this point
Copy the full SHA 66a6f63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56d3331 - Browse repository at this point
Copy the full SHA 56d3331View commit details -
Configuration menu - View commit details
-
Copy full SHA for 563003d - Browse repository at this point
Copy the full SHA 563003dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 370d70e - Browse repository at this point
Copy the full SHA 370d70eView commit details
Commits on Jun 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9acd4a7 - Browse repository at this point
Copy the full SHA 9acd4a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfbf709 - Browse repository at this point
Copy the full SHA dfbf709View commit details -
Configuration menu - View commit details
-
Copy full SHA for c29887b - Browse repository at this point
Copy the full SHA c29887bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 630d8d4 - Browse repository at this point
Copy the full SHA 630d8d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccfa636 - Browse repository at this point
Copy the full SHA ccfa636View commit details -
Configuration menu - View commit details
-
Copy full SHA for aed063a - Browse repository at this point
Copy the full SHA aed063aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecbab50 - Browse repository at this point
Copy the full SHA ecbab50View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b7cf329 - Browse repository at this point
Copy the full SHA b7cf329View commit details -
Configuration menu - View commit details
-
Copy full SHA for 239fb70 - Browse repository at this point
Copy the full SHA 239fb70View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f1351a - Browse repository at this point
Copy the full SHA 7f1351aView commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec6bf35 - Browse repository at this point
Copy the full SHA ec6bf35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12d1b45 - Browse repository at this point
Copy the full SHA 12d1b45View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0ef6640 - Browse repository at this point
Copy the full SHA 0ef6640View commit details