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

Modify ListValidatorAssignments to use new state service #5365

Merged
merged 497 commits into from
Apr 15, 2020
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    6844df5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1b66f1 View commit details
    Browse the repository at this point in the history
  3. gaz

    terencechain committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    88f787c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0664b8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec61457 View commit details
    Browse the repository at this point in the history
  6. Fixed failed tests

    terencechain committed Mar 19, 2020
    1 Configuration menu
    Copy the full SHA
    6f39dcc View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. fix bug

    nisdas committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    4f2f4f0 View commit details
    Browse the repository at this point in the history
  2. fix error

    nisdas committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    4c1f7fe View commit details
    Browse the repository at this point in the history
  3. Fixed more misc tests

    terencechain committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    dc9fd93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e6d0d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7aee6cc View commit details
    Browse the repository at this point in the history
  6. allow to rebuild trie

    nisdas committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    aec3f80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1dc141c View commit details
    Browse the repository at this point in the history
  8. Skip e2e tests

    terencechain committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    4b378db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aff5587 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

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

Commits on Mar 22, 2020

  1. Remove Head Root from Beacon Block by Range Request (#5165)

    * make proto changes
    * remove head root
    nisdas authored Mar 22, 2020
    Configuration menu
    Copy the full SHA
    ecd4b76 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    7e5ea6c View commit details
    Browse the repository at this point in the history
  2. add back herumi's library

    nisdas committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    3a5b86b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb637d8 View commit details
    Browse the repository at this point in the history
  4. fix build

    nisdas committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    4a1e814 View commit details
    Browse the repository at this point in the history
  5. All tests passing

    terencechain committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    b5feb9c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a528184 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e5be15 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    527c15e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c2f6e95 View commit details
    Browse the repository at this point in the history
  10. Extend DoS prevention to rest of operation objects (#5174)

    * Update mapping
    
    * Add caches
    
    * Update seen block in validation pipeline
    
    * Update seen att in validation pipeline
    
    * Update seen att in validation pipeline
    
    * Fixed rest of tests
    
    * Gazelle
    
    * Better writes
    
    * Lint
    
    * Preston's feedback
    
    * Switched to LRU cache and fixed tests
    
    * Gazelle
    
    * Fix test
    
    * Update proposer slashing
    
    * Update proposer slashing
    
    * Fixed a block test
    
    * Update exit
    
    * Update atteser slashing
    
    * Raul's feedback
    
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    terencechain and prylabs-bulldozer[bot] authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    2a5b756 View commit details
    Browse the repository at this point in the history
  11. Add remote keymanager (#5133)

    * Add remote keymanager
    
    * Add generic signRoot() helper
    
    * Add tests for remote keymanager
    
    * NewRemote -> NewRemoteWallet
    
    * signRoot -> signOject, to increase reuse
    
    * Fix end-to-end compile error
    
    Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
    mcdee and prestonvanloon authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    1a2ebfe View commit details
    Browse the repository at this point in the history
  12. Add Snappy Framing to the Encoder (#5172)

    * change to framing
    
    * more fixes
    
    * fix everything
    
    * add stricter limits
    
    * preston feedback
    
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    Co-authored-by: rauljordan <raul@prysmaticlabs.com>
    3 people authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    ba30d42 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    b6590ad View commit details
    Browse the repository at this point in the history
  2. Move Subnet Functionality to its Own File (#5179)

    * move subnets to their own file
    
    * fix build fail
    
    * build
    
    * Update beacon-chain/p2p/discovery_test.go
    
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    rauljordan and prylabs-bulldozer[bot] authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    1223cb0 View commit details
    Browse the repository at this point in the history
  3. Sync with master

    terencechain committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    af95421 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    f9acd78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1728c6 View commit details
    Browse the repository at this point in the history
  3. Add Eth2 Fork ENR Functionality (#5181)

    * add fork entry enr
    
    * add in fork
    
    * add the required fork entry to node
    
    * add and retrieve fork entry
    
    * await state initialized
    
    * utilize new structure
    
    * more progress, utilizing a config map instead
    
    * send the genesis validators root via the event feed
    
    * struct method for discovery
    
    * fix broken builds
    
    * fixed up more tsts using state feed initializer
    
    * fix up most tests
    
    * only one more failing test
    
    * almost done with tests
    
    * p2p tests all pass
    
    * config fix
    
    * fix blockchain test
    
    * gaz
    
    * add in todo
    
    * lint
    
    * add compare func
    
    * ensure fork ENR versions match between peers
    
    * add in test for discovery
    
    * test name
    
    * tests complete
    
    * tests done
    
    * done
    
    * comments
    
    * fix all flakes
    
    * addressed comments
    
    * build using ssz gen
    
    * marshal record
    
    * use custom ssz
    
    * deduplicate import
    
    * fix build
    
    * add enr proto
    
    * p2p tests done
    
    Co-authored-by: nisdas <nishdas93@gmail.com>
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    3 people authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    810012d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be88b28 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Add Fork Digest For Gossip Topics (#5191)

    * update for the day
    
    * fix remaining failing test
    
    * fix one more test
    
    * change message
    
    * Apply suggestions from code review
    
    Co-Authored-By: terence tsao <terence@prysmaticlabs.com>
    
    * terence's review
    
    * implement fork digest'
    
    * align digest to interface'
    
    * passed all tests
    
    * spawn in goroutine
    
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    Co-authored-by: terence tsao <terence@prysmaticlabs.com>
    Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
    4 people authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    ec2a100 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Configuration menu
    Copy the full SHA
    b2375ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd7b4a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Remove keystore keymanager from validator (#5236)

    * Remove keystore keymanager from validator
    
    * Update dependency
    
    * Update validator/flags/flags.go
    
    * Update validator/flags/flags.go
    
    Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com>
    mcdee and 0xKiwi authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    4600877 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. fix broadcaster

    nisdas committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    9cee65a View commit details
    Browse the repository at this point in the history
  2. update metrics with fork digest for p2p (#5251)

    * update metrics with fork digest for p2p
    
    * update p2p metrics
    
    * update metrics using att values
    
    * wrapped up
    
    * fix bug
    
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    rauljordan and prylabs-bulldozer[bot] authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    e1c3a00 View commit details
    Browse the repository at this point in the history
  3. Fix incorrect domain type comments (#5250)

    * Fix incorrect domain type comments
    mcdee authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    6821531 View commit details
    Browse the repository at this point in the history
  4. resolve conflicts

    rauljordan committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    6163339 View commit details
    Browse the repository at this point in the history
  5. fix broken broadcast test

    rauljordan committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    293901f View commit details
    Browse the repository at this point in the history
  6. fix tests

    rauljordan committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    43297a6 View commit details
    Browse the repository at this point in the history
  7. include protocol suffix

    rauljordan committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    76cf84d View commit details
    Browse the repository at this point in the history
  8. fix confs

    rauljordan committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    679d44f View commit details
    Browse the repository at this point in the history
  9. lint

    rauljordan committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    b0b8574 View commit details
    Browse the repository at this point in the history
  10. fix test

    rauljordan committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    c55c964 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Configuration menu
    Copy the full SHA
    d2d931f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32680a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae1b4aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    359035d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbb4d02 View commit details
    Browse the repository at this point in the history
  6. fix config override

    rauljordan committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    d9fad84 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d17c9a View commit details
    Browse the repository at this point in the history
  8. Avoid div by zero in extreme balance case (#5273)

    * Return effective balance increment instead of 1
    
    * Update to new spec tests v0.11.1
    
    * Revert "Regen historical states for `new-state-mgmt` compatibility (#5261)"
    
    This reverts commit df9a534.
    
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    terencechain and prylabs-bulldozer[bot] authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    12d0d25 View commit details
    Browse the repository at this point in the history
  9. Revert "Remove deprecated parameters (#5249)" (#5276)

    This reverts commit 7d17c9a.
    terencechain authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    47e5a2c View commit details
    Browse the repository at this point in the history
  10. Verify block proposer index before gossip (#5274)

    * Update pipeline
    
    * Update tests
    
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    terencechain and prylabs-bulldozer[bot] authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    9998b97 View commit details
    Browse the repository at this point in the history
  11. Add in Proposer Index to Custom HTR (#5269)

    * fix test
    
    * Update beacon-chain/state/stateutil/blocks_test.go
    
    Co-authored-by: terence tsao <terence@prysmaticlabs.com>
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    3 people authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    d15c12f View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Resolve Flakey P2P Tests (#5285)

    * double time for flakey test
    
    * fix test flakeyness in p2p:
    
    * flakey
    
    * time tolerance
    
    * greater tolerance
    rauljordan authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    6e84806 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca81ef6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b47f456 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16d8114 View commit details
    Browse the repository at this point in the history
  5. Enable NOISE Handshake by Default v0.11 (#5272)

    * noise handshakes by default
    
    * fix build
    
    * noisy noise everywhere
    
    * deprecated noisy noise flag with more noise
    
    * add secio as fallback
    
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    Co-authored-by: nisdas <nishdas93@gmail.com>
    3 people authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    a8d32d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ebc856 View commit details
    Browse the repository at this point in the history
  7. new ports

    rauljordan committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    939179c View commit details
    Browse the repository at this point in the history
  8. fix broken build

    rauljordan committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    52cefdf View commit details
    Browse the repository at this point in the history
  9. Make new-state-mgmt canonical (#5289)

    * Invert the flags
    * Update checking messages
    * Fixed all db tests
    * Fixed rest of the block chain tests
    * Fix chain race tests
    * Fixed rpc tests
    * Disable soudns better...
    * Merge branch 'v0.11' into invert-new-state-mgmt
    * Merge refs/heads/v0.11 into invert-new-state-mgmt
    * Fix export
    * Merge branch 'invert-new-state-mgmt' of github.com:prysmaticlabs/prysm into invert-new-state-mgmt
    * Fix conflict tests
    * Gazelle
    * Merge refs/heads/v0.11 into invert-new-state-mgmt
    * Merge refs/heads/v0.11 into invert-new-state-mgmt
    terencechain authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    29fc5a5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8f3c4d8 View commit details
    Browse the repository at this point in the history
  11. resolve flakeyness

    rauljordan committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    b7c7b8a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d6ed9db View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e75abe8 View commit details
    Browse the repository at this point in the history
  14. Detect Proposer Slashing Implementation (#5139)

    * detect blocks
    
    * detect blocks
    
    * use stub
    
    * use stub
    
    * use stub
    
    * todo
    
    * fix test
    
    * add tests and utils
    
    * fix imports
    
    * fix imports
    
    * fix comment
    
    * todo
    
    * proposerIndex
    
    * fix broken test
    
    * formatting and simplified if
    
    * Update slasher/detection/service.go
    
    * Update slasher/detection/testing/utils.go
    
    Co-Authored-By: terence tsao <terence@prysmaticlabs.com>
    
    * fixed up final comments
    
    * better naming
    
    * Update slasher/detection/service.go
    
    * Update slasher/detection/service.go
    
    * Update slasher/detection/service.go
    
    Co-Authored-By: Ivan Martinez <ivanthegreatdev@gmail.com>
    
    * no more named args
    
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
    Co-authored-by: terence tsao <terence@prysmaticlabs.com>
    Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com>
    5 people authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    9804bcb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    04c17c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Add Metadata And Ping RPC methods (#5271)

    * add new proto files
    
    * add flag and helper
    
    * add initializer
    
    * imports
    
    * add ping method
    
    * add receive/send ping request
    
    * add ping test
    
    * refactor rpc methods and add ping test
    
    * finish adding all tests
    
    * fix up tests
    
    * Apply suggestions from code review
    
    * lint
    
    * imports
    
    * lint
    
    * Update beacon-chain/p2p/service.go
    
    * Update shared/cmd/flags.go
    
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    Co-authored-by: terence tsao <terence@prysmaticlabs.com>
    3 people authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    15e4696 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1bc7be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbcd895 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0600b11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ce68fd View commit details
    Browse the repository at this point in the history
  6. Update to slash by slot instead of epoch (#5297)

    * change to slash by slot instead of epoch
    
    * gaz
    
    * fix test
    
    * fix test
    
    * fix infinite loop on error parse
    shayzluf authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    8d6aed9 View commit details
    Browse the repository at this point in the history
  7. Sync with master

    terencechain committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    005bfa7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1946f8 View commit details
    Browse the repository at this point in the history
  9. Update proposer protection to v0.11 (#5292)

    * Complete most of changes
    
    * Fix other tests
    
    * Test progress
    
    * Tests
    
    * Finish tests
    
    * update pbs
    
    * Fix mocked tests
    
    * Gazelle
    
    * pt 2
    
    * Fix
    
    * Fixes
    
    * Fix tests wit hwrong copying
    0xKiwi authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    579a4e1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7f0911f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Configuration menu
    Copy the full SHA
    a0c62b1 View commit details
    Browse the repository at this point in the history
  2. Implement SubscribeCommitteeSubnet method (#5299)

    * Add client implementation
    
    * Update workspace
    
    * Update server
    
    * Update service
    
    * Gaz
    
    * Mocks
    
    * Fixed validator tests
    
    * Add round tirp tests
    
    * Fixed subnet test
    
    * Comment
    
    * Update committee cache
    
    * Comment
    
    * Update RPC
    
    * Fixed test
    
    * Nishant's comment
    
    * Gaz
    
    * Refresh ENR is for epoch
    
    * Needs to be append
    terencechain authored Apr 4, 2020
    Configuration menu
    Copy the full SHA
    1b8db88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcc53dc View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. resolve confs

    rauljordan committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    96af0e8 View commit details
    Browse the repository at this point in the history
  2. Validator subscribe subnet to next epoch (#5312)

    * Alert to subscribe to next epoch
    
    * Fixed tests
    
    * Comments
    
    * Fixed tests
    
    * Update validator/client/validator.go
    
    Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com>
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    3 people authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    963d11a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5aef16 View commit details
    Browse the repository at this point in the history
  4. Aggregate on demand for v0.11 (#5302)

    * Add client implementation
    
    * Update workspace
    
    * Update server
    
    * Update service
    
    * Gaz
    
    * Mocks
    
    * Fixed validator tests
    
    * Add round tirp tests
    
    * Fixed subnet test
    
    * Wait 1/3 on validator side
    
    * Lint
    
    * Comment
    
    * Update committee cache
    
    * Comment
    
    * Update RPC
    
    * Fixed test
    
    * Nishant's comment
    
    * Gaz
    
    * Refresh ENR is for epoch
    
    * Needs to be append
    
    * Fixed duplication
    
    * Tests
    
    * Skip e2e
    
    * Update beacon-chain/rpc/validator/aggregator.go
    
    Co-Authored-By: shayzluf <thezluf@gmail.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    Co-authored-by: shayzluf <thezluf@gmail.com>
    Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
    4 people authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    e60ea19 View commit details
    Browse the repository at this point in the history
  5. Refactor Dynamic Subscriptions (#5318)

    * clean up
    
    * comment
    
    * metrics
    
    * fix
    
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    nisdas and prylabs-bulldozer[bot] authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    3d99e69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0cafff View commit details
    Browse the repository at this point in the history
  7. Fix listindexed attestations and detect historic attestations (#5321)

    * fix list indexed attestations
    
    * fix tests
    
    * goimports
    
    * names
    shayzluf authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    35a6df7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91b19b9 View commit details
    Browse the repository at this point in the history
  9. Change attester protection to return default if DB is empty (#5323)

    * Change how default values are set
    
    * Remove unused imports
    
    * Remove wasteful db call
    
    * Fix db tests
    
    * Fix db test
    0xKiwi authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    894508f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    7e84e42 View commit details
    Browse the repository at this point in the history
  2. fix it (#5326)

    nisdas authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    5ec3706 View commit details
    Browse the repository at this point in the history
  3. V0.11 run time fixes to use interop config (#5324)

    * Started testing
    * Bunch of fixes
    * use-interop
    * Sync with v0.11
    * Conflict
    * Uncomment wait for activation
    * Move pending block queue from subscriber to validator pipeline
    * Merge branch 'v0.11' into use-interop-config
    * passing tests
    * Merge refs/heads/v0.11 into use-interop-config
    * Merge refs/heads/v0.11 into use-interop-config
    terencechain authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    899175d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f6e3fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bb52b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e4fe6d View commit details
    Browse the repository at this point in the history
  7. Nil Checks in Process Attestation v0.11 (#5331)

    * Started testing
    
    * Bunch of fixes
    
    * use-interop
    
    * Sync with v0.11
    
    * Uncomment wait for activation
    
    * Move pending block queue from subscriber to validator pipeline
    
    * passing tests
    
    * nil checks to prevent panics
    
    * lint
    
    Co-authored-by: terence tsao <terence@prysmaticlabs.com>
    rauljordan and terencechain authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    74cca27 View commit details
    Browse the repository at this point in the history
  8. Validator batch subscribe subnets (#5332)

    * Update both beacon node and validator
    
    * Comments
    
    * Tests
    
    * Lint
    
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    terencechain and prylabs-bulldozer[bot] authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    c853805 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b422889 View commit details
    Browse the repository at this point in the history
  10. Fix incorrect proposer index calculation (#5336)

    * Use correct parent state
    
    * Fixed test
    
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    terencechain and prylabs-bulldozer[bot] authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    7456c1c View commit details
    Browse the repository at this point in the history
  11. enhance error

    prestonvanloon committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    9e4612e View commit details
    Browse the repository at this point in the history
  12. enhance error

    prestonvanloon committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    e4e620d View commit details
    Browse the repository at this point in the history
  13. Update P2P Service to Handle Local Metadata (#5319)

    * add metadata to ENR
    
    * add new methods
    
    * glue everything
    
    * fix all tests and refs
    
    * add tests
    
    * add more tests
    
    * Apply suggestions from code review
    
    * fix method
    
    * raul's review
    
    * gaz
    
    * fix test setup
    
    * fix all tests
    
    * better naming
    
    * fix broken test
    
    * validate nil
    
    Co-authored-by: rauljordan <raul@prysmaticlabs.com>
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    3 people authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    7b9ecaa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6f262b5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1dfa485 View commit details
    Browse the repository at this point in the history
  16. Wait for Genesis Event to Start P2P (#5303)

    * use event feed for state initialized events
    
    * add in handler for tests
    
    * wait till genesis for p2p
    
    * Apply suggestions from code review
    
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    rauljordan and prylabs-bulldozer[bot] authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    2ed1dee View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    13bb6c0 View commit details
    Browse the repository at this point in the history
  2. Avoid duplicated aggregation request (#5346)

    * Avoid duplicated aggregation request
    
    * Test and lock
    
    * Gaz
    terencechain authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    a943cbb View commit details
    Browse the repository at this point in the history
  3. Fix Validate For Metadata (#5348)

    * return true
    
    * shay's review
    
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    nisdas and prylabs-bulldozer[bot] authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    a1d4dd4 View commit details
    Browse the repository at this point in the history
  4. Multiple Proposer Slots Allowed Per Epoch for Validators (#5344)

    * allow multiple proposer slots
    
    * multi propose
    
    * proposer indices to slots map
    
    * remove deprecated comm assign
    
    * Apply suggestions from code review
    
    * resolve broken tests, add logic in validator client
    
    * fix val tests
    
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    rauljordan and prylabs-bulldozer[bot] authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    f0bb84e View commit details
    Browse the repository at this point in the history
  5. Networking Fixes (#5349)

    * close stream later
    
    * add ping method
    
    * add method
    
    * lint
    nisdas authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    0549fa4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54830f1 View commit details
    Browse the repository at this point in the history
  7. Return Nil Error if Pre-Genesis in P2P Service Healthz Check (#5355)

    * pregenesis healthz check:
    
    * optimal
    
    * right order
    
    * Update beacon-chain/p2p/service.go
    
    Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>
    
    * Update beacon-chain/p2p/service.go
    
    Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>
    
    * no comment
    
    Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
    rauljordan and prestonvanloon authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    e02f4f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. STarting

    terencechain committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    0f87842 View commit details
    Browse the repository at this point in the history
  2. Release DiscoveryV5 for Testnet Restart (#5357)

    * release discv5
    
    * fix build
    nisdas authored Apr 9, 2020
    Configuration menu
    Copy the full SHA
    70ac7b8 View commit details
    Browse the repository at this point in the history
  3. Fix Overflow in Status Check (#5361)

    * fix overflow
    
    * Apply suggestions from code review
    nisdas authored Apr 9, 2020
    Configuration menu
    Copy the full SHA
    57ecba3 View commit details
    Browse the repository at this point in the history
  4. Update assignments

    terencechain committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    c3f4a0a View commit details
    Browse the repository at this point in the history
  5. Genesis short circuit

    terencechain committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    e02db8e View commit details
    Browse the repository at this point in the history
  6. Fixed tests

    terencechain committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    dde7fe2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d1118f View commit details
    Browse the repository at this point in the history
  8. fix after merge

    prestonvanloon committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    9cf22ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c709b5d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97df02f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    19070da View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Make Mainnet Config Default, No More Demo Config (#5367)

    * bye bye demo config
    
    * gaz
    
    * fix usage
    
    * fix dep
    
    * gaz
    
    * Update default balance for sendDeposits
    
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
    3 people authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    4256321 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    201bf2a View commit details
    Browse the repository at this point in the history
  3. Use FastSSZ Marshal/Unmarshal for DB Encodings in v0.11.1 (#5351)

    * try
    
    * use marshaler structure for db instead of proto
    
    * white list types
    
    * attempt
    
    * revert
    
    * testutil.NewBeaconState()
    
    * Fully populate fields for round trip ssz marshal
    
    * fix //beacon-chain/db/kv:go_default_test
    
    * more passing tests
    
    * another test target passed
    
    * fixed stategen
    
    * blockchain tests green
    
    * passing sync
    
    * more targets fixed
    
    * more test fixes in rpc/validator
    
    * most rpc val
    
    * validators test fixes
    
    * skip round robin old
    
    * aggregate test
    
    * whitelist done
    
    * Update beacon-chain/rpc/validator/attester_test.go
    
    * edit baz
    
    * Fixed tests
    
    * Fixed getblock test
    
    * Add back init
    
    * reduce test size
    
    * fix broken build
    
    * tests pass
    
    Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    Co-authored-by: terence tsao <terence@prysmaticlabs.com>
    4 people authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    31b6fc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cad4f7 View commit details
    Browse the repository at this point in the history
  5. Reconnect slasher streams on beacon node shutdown (#5376)

    * restart streams on beacon node shutdown
    
    * fix comment
    
    * remove export
    
    * ivan feedback
    
    * ivan feedback
    
    * case insensitive
    
    * Update slasher/beaconclient/receivers.go
    
    * raul feedback
    
    Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com>
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    3 people authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    45ebbb6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6cd24bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50c8dd5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b848836 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8744680 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a414646 View commit details
    Browse the repository at this point in the history
  11. Amend Faucet to Offer 32.5 ETH for v0.11 (#5378)

    * deposit amount in faucet
    
    * fix eth amount
    
    * gas cost
    rauljordan authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    4203c9f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b211abc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9f9c679 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c023f39 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2aa8f4c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    79cd3a5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ffa21c0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b23926c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    07cfbba View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9014d8f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Update Bootnode to v0.11 (#5387)

    * fix bootnode
    
    * add changes
    
    * gaz
    
    * fix docker
    nisdas authored Apr 11, 2020
    Configuration menu
    Copy the full SHA
    87e684a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e00a0c View commit details
    Browse the repository at this point in the history
  3. Fixed conflict

    terencechain committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    7c094b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54e22f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4de55e6 View commit details
    Browse the repository at this point in the history
  6. build fix

    prestonvanloon committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    b749086 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c552bcd View commit details
    Browse the repository at this point in the history
  8. fix flaky test

    prestonvanloon committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    7334c19 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d2c0515 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d2bb481 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1b5d766 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

  1. Configuration menu
    Copy the full SHA
    c3da4c5 View commit details
    Browse the repository at this point in the history
  2. Fixed more conflicts

    terencechain committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    202be26 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix-list-validator-assignments' of github.com:prysmatic…

    …labs/prysm into fix-list-validator-assignments
    terencechain committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    6350e69 View commit details
    Browse the repository at this point in the history
  4. Unskip E2E for V0.11 (#5386)

    * Begin work on fixing e2e for v0.11
    
    * Start bootnode work
    
    * Begin implementing bootnode into e2e
    
    * Fix E2E for v0.11
    
    * Remove extra
    
    * gaz
    
    * Remove unused key gen code
    
    * Remove trailing multiaddr code
    
    * add skip for slashing
    
    * Fix slashing e2e
    
    * Fix docker image build
    0xKiwi authored Apr 12, 2020
    Configuration menu
    Copy the full SHA
    5bc8756 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29dd409 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2a83cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48b588b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1e1a3c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d0b217c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Configuration menu
    Copy the full SHA
    99e0dfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b66d1de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a5284e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d99d78b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    382cb68 View commit details
    Browse the repository at this point in the history
  6. Fixed test

    terencechain committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    7f632a4 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'fix-list-validator-assignments' of github.com:prysmatic…

    …labs/prysm into fix-list-validator-assignments
    terencechain committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    b7daa6f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6016053 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    93149e1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    31facab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5c171d8 View commit details
    Browse the repository at this point in the history
  12. Update README.md

    Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>
    terencechain and prestonvanloon authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    338034b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    25cacb4 View commit details
    Browse the repository at this point in the history
  14. Apply suggestions from code review

    Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>
    terencechain and prestonvanloon authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    0157379 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4dac82e View commit details
    Browse the repository at this point in the history
  16. Update beacon-chain/p2p/config.go

    Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>
    terencechain and prestonvanloon authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    d5b1e84 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3acf23e View commit details
    Browse the repository at this point in the history
  18. Update shared/keystore/deposit_input.go

    Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>
    terencechain and prestonvanloon authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    5ea1c43 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f9209f0 View commit details
    Browse the repository at this point in the history
  20. Update tools/faucet/server.go

    Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>
    terencechain and prestonvanloon authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    c24535f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2d5d44b View commit details
    Browse the repository at this point in the history
  22. Update beacon-chain/p2p/service.go

    Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>
    terencechain and prestonvanloon authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    fcc5f71 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    026cbbd View commit details
    Browse the repository at this point in the history
  24. Update shared/benchutil/pregen_test.go

    Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>
    terencechain and prestonvanloon authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    f4b369a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    dd2ca0c View commit details
    Browse the repository at this point in the history
  26. Update shared/benchutil/pregen_test.go

    Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>
    terencechain and prestonvanloon authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    fb7941b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0115d0c View commit details
    Browse the repository at this point in the history
  28. Update proto/beacon/p2p/v1/BUILD.bazel

    Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>
    terencechain and prestonvanloon authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    7b83fd6 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1ca2c57 View commit details
    Browse the repository at this point in the history
  30. Update shared/benchutil/pregen_test.go

    Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>
    terencechain and prestonvanloon authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    4644568 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2addb8d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    335ee20 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    10f2ab2 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b3c0166 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    105f15c View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    9751d16 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Update beacon-chain/core/blocks/block_operations_fuzz_test.go

    Co-Authored-By: Ivan Martinez <ivanthegreatdev@gmail.com>
    terencechain and 0xKiwi authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    1e19c7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c4e902 View commit details
    Browse the repository at this point in the history
  3. Update beacon-chain/core/blocks/block_operations_test.go

    Co-Authored-By: Ivan Martinez <ivanthegreatdev@gmail.com>
    terencechain and 0xKiwi authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    f695932 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a93001 View commit details
    Browse the repository at this point in the history
  5. Update shared/testutil/helpers.go

    Co-Authored-By: Ivan Martinez <ivanthegreatdev@gmail.com>
    terencechain and 0xKiwi authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    b435a4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c99ca81 View commit details
    Browse the repository at this point in the history
  7. Update beacon-chain/core/helpers/signing_root.go

    Co-Authored-By: Ivan Martinez <ivanthegreatdev@gmail.com>
    terencechain and 0xKiwi authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    de7195c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc107ec View commit details
    Browse the repository at this point in the history
  9. Resolve Misc v0.11 Items (Raul) (#5414)

    * address all comments
    
    * set faucet
    
    * nishant feedback
    
    * Update beacon-chain/p2p/service.go
    
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    rauljordan and prylabs-bulldozer[bot] authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    0a64620 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8067d84 View commit details
    Browse the repository at this point in the history
  11. Revert keymanager changes (#5416)

    * Revert "Updates for remote keymanager (#5260)"
    
    This reverts commit bbcd895.
    
    * Revert "Remove keystore keymanager from validator (#5236)"
    
    This reverts commit 4600877.
    
    * Revert "Update eth2 wallet keymanager (#4984)"
    
    This reverts commit 7f7ef43.
    
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    prestonvanloon and prylabs-bulldozer[bot] authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    0ea2bbb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c774325 View commit details
    Browse the repository at this point in the history
  13. Update BLS and limit visibility (#5415)

    * remove duplicated BLS, add golang.org/x/mod
    
    * Update BLS and restrict visibility
    
    * fix build
    prestonvanloon authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    3f882af View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f32c434 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    95e44ba View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0350c0c View commit details
    Browse the repository at this point in the history
  17. use multiaddr builder (#5419)

    nisdas authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    a4f47b9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d179aa6 View commit details
    Browse the repository at this point in the history
  19. Unskip benchutil and minor v0.11 fixes (#5417)

    * Unskip benchutil tests
    
    * Remove protos and gaz
    
    * Fixes
    0xKiwi authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    da28c1f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c979731 View commit details
    Browse the repository at this point in the history
  21. Networking Fixes (#5421)

    * check
    
    * fix test
    
    * fix size
    
    * fix test
    
    * more fixes
    
    * fix test again
    nisdas authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    2e1ebc9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    011aadb View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f7a2aa5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5d528f1 View commit details
    Browse the repository at this point in the history
  25. Error handling for v0.11 tests (#5428)

    * Proper err handling for tests
    
    * Lint
    
    * Fixed rest of the tests
    
    * Gaz
    
    * Fixed old master tests
    terencechain authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    6722667 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    26c0c1a View commit details
    Browse the repository at this point in the history
  27. Sync with master

    terencechain committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    3500f91 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d6985d0 View commit details
    Browse the repository at this point in the history
  29. Rm old aggregate_test.go

    terencechain committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    7d132ea View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8191008 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    5ee7b61 View commit details
    Browse the repository at this point in the history
  2. Fixed conflicts

    terencechain committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    597e4fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6305661 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e53505f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99a6fee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a59e38d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c954e7a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    199fc80 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    add4144 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f13175c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f874b93 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    526f98a View commit details
    Browse the repository at this point in the history