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

[Feature] - Integration ssv-keys in ssv-network for generating keyshares #276

Merged
merged 33 commits into from
Dec 5, 2023

Commits on Aug 30, 2023

  1. Remove registerAuth implementation (#257)

    * remove registerAuth implementation
    
    * remove test
    
    * remove all references to registerAuth in tests
    mtabasco authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5f23870 View commit details
    Browse the repository at this point in the history
  2. remove pending registerAuth

    mtabasco committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    530dd5d View commit details
    Browse the repository at this point in the history
  3. deploy stage-dev 30082023

    mtabasco committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    50db186 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. deploy stage v1.0.0.rc4

    mtabasco committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b8e03e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Fix network withdrawals (#262)

    * fix sequential network withdrawals issue
    mtabasco authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    a0c2914 View commit details
    Browse the repository at this point in the history
  2. A validator can voluntarily exit (#263)

    * A validator can voluntarily exit
    mtabasco authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    8324ce8 View commit details
    Browse the repository at this point in the history
  3. Update local-dev.md (#260)

    * Update local-dev.md
    andrew-blox authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3da66d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Fix Types.shrink() (#265)

    * fix Types.shrink
    mtabasco authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c8679b3 View commit details
    Browse the repository at this point in the history
  2. v1.0.0.rc5

    mtabasco committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    e6db598 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. goerli_dev deployment

    mtabasco committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    16e2da5 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    9e6d64b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. holesky dev (#267)

    mtabasco authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2bc27cc View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Get Network total validators count (#270)

    * add SSVViews.getNetworkValidatorsCount()
    mtabasco authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    fa9173b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. testnet holesky (#268)

    mtabasco authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    756f01e View commit details
    Browse the repository at this point in the history
  2. change input modifiers

    mtabasco committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    97407a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c70a513 View commit details
    Browse the repository at this point in the history
  4. rename __gap (#269)

    mtabasco authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    7220109 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    4cb7bbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    670a075 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4331945 View commit details
    Browse the repository at this point in the history
  4. remove storage checks

    mtabasco committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f7e59b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. test: added registerValidatorsWithKeystore

    - integrated ssv-keys
    - added a new folder named keystore, encompass the test-keystore.json, operatorIds.json, operatorKeys.json
    - added new function registerValidatorsWithKeystore in contract-helpers.ts
    - added test case in register.ts
    - used Prettier plugin to beautify and format Solidity & Typescript
    Mohsen-T committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8479582 View commit details
    Browse the repository at this point in the history
  2. feat: updated params of registerValidatorsWithKeyStores

    - keystores: array of keystore files json string
    - passwords: array of keystore files password
    - operatorIds: array of operator ids
    - operatorKeys: array of operator key strings
    Mohsen-T committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    f74b717 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3137476 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. feat: updated validators & operators management using ssv-keys

    - added validatorKeys.json and operatorKeys.json in json folder
    - updated registerValidators() and registerOperators functions
    - changed execution codes related new functions in all test scripts
    - removed unnecessary constants and functions
    Mohsen-T committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    27051cf View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. fix slither CI

    mtabasco committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    bae3f81 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    09f7921 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d0b940 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36ba81a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    94071be View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    5b0d3be View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. merge with v1.0.0

    mtabasco committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5c87625 View commit details
    Browse the repository at this point in the history
  2. fix package.lock

    mtabasco committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    10c77f6 View commit details
    Browse the repository at this point in the history