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

Stage to Main (v0.1.11 preparation) Part 2 #544

Merged
merged 18 commits into from
Mar 20, 2022
Merged

Stage to Main (v0.1.11 preparation) Part 2 #544

merged 18 commits into from
Mar 20, 2022

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    a3d272e View commit details
    Browse the repository at this point in the history
  2. Async to Sync processing ETH1 events (#540)

    * implementation
    olegshmuelov authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    474b705 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    317a028 View commit details
    Browse the repository at this point in the history
  2. update code coverage badge

    github-actions committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    73b52a8 View commit details
    Browse the repository at this point in the history
  3. go.mod: override github.com/dgraph-io/ristretto version to fix `mre…

    …map size mismatch` error (#543)
    nkryuchkov authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    8ad5258 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. ibft/controller: fix panic in ProcessSyncMessage (#546)

    * Attempt to fix panic in `ProcessSyncMessage`
    
    * Add debug logs
    
    * Change branch in `gitlab-ci.yml`
    
    * Add a log showing new changes
    
    * Revert "Change branch in `gitlab-ci.yml`"
    
    This reverts commit 7564a52.
    
    * Revert "Add debug logs"
    
    This reverts commit 3207da7.
    
    * Fix a typo
    
    * Revert "Add a log showing new changes"
    
    This reverts commit 5c71741.
    
    * Call `i.currentInstance.State()` only once
    nkryuchkov authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    032ed1e View commit details
    Browse the repository at this point in the history
  2. ibft/instance: remove duplicated node_id and pubKey log fields (#547

    )
    
    * ibft/instance: remove duplicated `node_id` and `pubKey` log fields
    
    * Change branch in .gitlab-ci.yml
    
    * Revert "Change branch in .gitlab-ci.yml"
    
    This reverts commit a8ca1ab.
    nkryuchkov authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    8e0ea2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a14bfe View commit details
    Browse the repository at this point in the history
  4. update code coverage badge

    github-actions committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    b055d43 View commit details
    Browse the repository at this point in the history
  5. Identity Package (#548)

    * added identity package with store (network key)
    
    it was extracted from './network/p2p/'
    
    * use the previous prefixes to avoid conflicts
    
    * remove old store and update cli/operator/node
    amirylm authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    3184ab1 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Store all network validator shares & operators (#545)

    * extract operator storage to registry package
    
    * aligned eth1 events handler in validator ctrl
    
    * add migration to clear operator storage registry data
    
    * clean operators on clean registry data
    
    * fix operators storage prefix
    olegshmuelov authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    9cec2a1 View commit details
    Browse the repository at this point in the history
  2. update code coverage badge

    github-actions committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    ba799b5 View commit details
    Browse the repository at this point in the history
  3. Exporter: fix validators/operators query (#551)

    * avoid getting all items if filter.to equals zero
    
    * fix failing test
    amirylm authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    e5ff567 View commit details
    Browse the repository at this point in the history
  4. update code coverage badge

    github-actions committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    c8c99e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Store all network validators fix (#555)

    * implementation
    
    * log stats after eth1 sync is done
    olegshmuelov authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    b4d47c4 View commit details
    Browse the repository at this point in the history
  2. update code coverage badge

    github-actions committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    61c5c8b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Clean up ETH1 event logs (#556)

    * implementation
    olegshmuelov authored Mar 20, 2022
    Configuration menu
    Copy the full SHA
    b1cdbd3 View commit details
    Browse the repository at this point in the history
  2. update code coverage badge

    github-actions committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    5af1df8 View commit details
    Browse the repository at this point in the history