nimbus-eth2/beacon_chain/spec
Viktor Kirilov 1482b0430d - work towards more REST API endpoints being implemented
- testnets can now be launched with a separate validator client - make altona SCRIPT_PARAMS="--separateVC"
- reverted the ctrl+C signal handler code reuse - not necessary for the VC anyway (default is good enough)
- added a bit more logging in the VC
- removed unnecessary code in the VC - connect() just parses the address & port...
- fixed a couple more VC issues - when fetching the duties for an epoch fails on the BN side ==> the VC shouldn't be left in a broken state
- documented the currently supported json-rpc endpoints
- added more checks on the BN side for the API - bounds-checking the requests & also checking if the BN itself is synced
- other cleanup

currently a local sim doesn't finalize, but participation in the altona network with a separate VC is painless and works just as well as with in-process validators in a BN
2020-07-08 13:29:03 +03:00
..
eth2_apis - work towards more REST API endpoints being implemented 2020-07-08 13:29:03 +03:00
presets remove v0.11.3 support; add block_sim to CI (#1253) 2020-06-29 18:08:58 +00:00
beaconstate.nim halve memory usage from state caches 2020-07-08 10:21:41 +00:00
crypto.nim Crypto rng (#1284) 2020-07-07 17:51:02 +02:00
datatypes.nim add tests for unviable blocks (#1271) 2020-07-01 19:00:14 +02:00
digest.nim eth2hash -> eth2digest 2020-06-16 13:30:21 +00:00
english_word_list.txt Bump testutils 2020-06-01 16:58:28 +03:00
helpers.nim remove v0.11.3 support; add block_sim to CI (#1253) 2020-06-29 18:08:58 +00:00
keystore.nim Crypto rng (#1284) 2020-07-07 17:51:02 +02:00
network.nim remove v0.11.3 support; add block_sim to CI (#1253) 2020-06-29 18:08:58 +00:00
signatures.nim implement aggregated attestation receiving/validating (#1272) 2020-07-02 16:15:27 +00:00
state_transition.nim Trusted blocks (#1227) 2020-06-25 12:23:10 +02:00
state_transition_block.nim adopt Result[void, string] in place of some bool return signatures (#1275) 2020-07-03 17:03:14 +00:00
state_transition_epoch.nim only calculate total_balance once per attestation delta application 2020-07-08 07:45:21 +00:00
state_transition_helpers.nim switch 12 unchanged spec references from 0.11.x to 0.12.1; line-wrap and remove pointless-to-counterproductive "return" 2020-06-15 10:10:31 +00:00
validator.nim update 20 beacon chain protocol spec refs 2020-06-18 08:39:28 +00:00