prysm-pulse/beacon-chain/core/blocks
Fabrice Cheng 900e7114da
Update VerifyMerkleBranch to match ETH2.0 spec (#6767)
* update VerifyMerkleBranch to match ETH2.0 spec
* Merge branch 'master' into 6705-refactor-verify-merkle-branch
* Make depth a parameter of VerifyMerkleBranch
* Merge branch '6705-refactor-verify-merkle-branch' of github.com-fabdarice:fabdarice/prysm into 6705-refactor-verify-merkle-branch
* Merge branch 'master' into 6705-refactor-verify-merkle-branch
* loop instead of appending
* Merge branch 'master' of https://github.com/prysmaticlabs/prysm into 6705-refactor-verify-merkle-branch
* Merge branch 'master' of https://github.com/prysmaticlabs/prysm into 6705-refactor-verify-merkle-branch
* fix int conversion
* Merge branch 'master' of https://github.com/prysmaticlabs/prysm into 6705-refactor-verify-merkle-branch
* Merge branch '6705-refactor-verify-merkle-branch' of github.com-fabdarice:fabdarice/prysm into 6705-refactor-verify-merkle-branch
* Merge branch 'master' into 6705-refactor-verify-merkle-branch
* fix keymanagerv2 tests
* revert print
* merge conflict
* fix bug during merge
* Merge branch 'master' into 6705-refactor-verify-merkle-branch
* Merge branch 'master' into 6705-refactor-verify-merkle-branch
2020-08-25 20:57:41 +00:00
..
spectest First take of applying assertion funcs to shared tests (#6666) 2020-08-25 10:18:29 +00:00
attestation_test.go Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00
attestation.go Use checkpoint info cache (#7098) 2020-08-24 17:11:45 -05:00
attester_slashing_test.go Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00
attester_slashing.go Core: optimize InitiateValidatorExit and ProcessAttesterSlashings (#7008) 2020-08-15 14:01:46 -05:00
block_operations_fuzz_test.go Tidying up a few core functions (#6995) 2020-08-20 19:53:22 +00:00
block_regression_test.go Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00
BUILD.bazel Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00
deposit_test.go Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00
deposit.go Update VerifyMerkleBranch to match ETH2.0 spec (#6767) 2020-08-25 20:57:41 +00:00
eth1_data_test.go Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00
eth1_data.go Split block_operations.go into smaller files (#6495) 2020-07-06 15:27:42 -07:00
exit_test.go Tidying up a few core functions (#6995) 2020-08-20 19:53:22 +00:00
exit.go Tidying up a few core functions (#6995) 2020-08-20 19:53:22 +00:00
genesis_test.go Applies assertion funcs to beacon-chain/core/blocks tests (#6939) 2020-08-08 19:06:04 +00:00
genesis.go Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00
header_test.go Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00
header.go Split block_operations.go into smaller files (#6495) 2020-07-06 15:27:42 -07:00
log.go Split block_operations.go into smaller files (#6495) 2020-07-06 15:27:42 -07:00
proposer_slashing_test.go Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00
proposer_slashing.go Add a ComputeDomainVerifySigningRoot helper (#6743) 2020-07-28 16:49:47 +00:00
randao_test.go Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00
randao.go Split block_operations.go into smaller files (#6495) 2020-07-06 15:27:42 -07:00
signature.go Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00