Jacek Sieka
|
e746cb09c2
|
Fix block number request (#2470)
leading 0's not tolerated
|
2021-04-01 14:43:03 +02:00 |
Jacek Sieka
|
2695cfa864
|
EH cleanup (#2455)
almost 100% raises in nimbus-eth2 now!
* fix some rare exception-related crashes in json-rpc
|
2021-03-26 07:52:01 +01:00 |
Jacek Sieka
|
8b76ceed52
|
Fix minor exception effect issues (#2448)
Makes code compatible with
https://github.com/status-im/nim-chronos/pull/166 without requiring it.
|
2021-03-24 17:20:55 +01:00 |
tersec
|
3076f5c3b6
|
rm std/random from beacon_chain and rm attestation timing randomness (#2442)
* remove added attestation timing randomness
* remove os/random from rest of beacon_chain, primarily deposit_contract
* remove scaffolding
* randomize std/random seed in beacon node and validator client
* use CSPRNG to more securely seed std/random
|
2021-03-23 06:57:10 +00:00 |
Mamy Ratsimbazafy
|
d47f53cd9d
|
Reorg (5/5) (#2377)
* Reorg things left into networking and gossip_processing
* time -> beacon_clock
* fix builds
|
2021-03-05 14:12:00 +01:00 |
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 |