Mamy Ratsimbazafy
|
2f17ac7b64
|
Move SSZ, deposit_contracts & eth1_monitor [reorg files 3/5] (#2371)
* move deposit_contract
* Move SSZ
* fix ssz import in tests
* move also eth1_monitor
* forgot to delete the original
* fix comma [skip ci]
* Fix "make" & tools imports
* Fix import
* Fix import again
* rename deposit_contract -> eth1
* Revert ssz move to subfolder
* path fixes [skip ci]
|
2021-03-03 07:23:05 +01:00 |
tersec
|
1d7fb2ed0c
|
remove {.inline.} pragmas (#2033)
* remove {.inline.} pragmas
* re-add inline on bitseqs functions and tweak inlining threshold
* remove macOS/LLVM inlining setting; revert non-init/module-local/tests inline pragma removal
|
2020-11-20 11:00:22 +01:00 |
Zahary Karadjov
|
b022dc4d1f
|
Use O(n) algorithm in initialize_beacon_state_from_eth1; Avoid unnecessary merkle proofs generation
|
2020-11-15 21:40:40 +02:00 |
Zahary Karadjov
|
2f29e3e7f3
|
Further reduce the number of RPC requests; Significantly faster ETH1 syncing
|
2020-11-03 23:23:10 +02:00 |
Zahary Karadjov
|
e414d964f0
|
Address review comments: delete obsolete TODO item
|
2020-11-03 23:23:10 +02:00 |
Zahary Karadjov
|
14b2d4324d
|
openarray -> openArray
|
2020-11-03 23:23:10 +02:00 |
Zahary Karadjov
|
79f1b6117e
|
Remove dead code from the beacon node binary; Fix 'make test'
|
2020-11-03 23:23:10 +02:00 |
Zahary Karadjov
|
07206ca264
|
An efficient algorithm for incremental generation of multiple merkle proofs
|
2020-11-03 23:23:10 +02:00 |