nimbus-eth2/beacon_chain/spec
Jacek Sieka 28d6cd2524
avoid memory allocations and copies when loading states (#942)
* rolls back some of the ref changes
* adds utility to calculate stack sizes
* works around bugs in nim exception handling and rvo
2020-04-28 10:08:32 +02:00
..
eth2_apis Initial implementation of a JSON-RPC service 2020-03-22 19:00:09 +02:00
presets Updated the custom preset loader to the latest spec; Working makefile target for connecting to the Schlesi testnet 2020-04-27 23:22:54 +03:00
beaconstate.nim Introduce BeaconNodeRef and use it in all the right places 2020-04-26 13:04:53 +03:00
crypto.nim bump some eth2 phase0 spec refs to v0.11.1 2020-04-17 16:37:52 +03:00
datatypes.nim avoid memory allocations and copies when loading states (#942) 2020-04-28 10:08:32 +02:00
digest.nim again exported the right overloads for serializing hashes properly to json (and not as byte arrays) and updating nim-eth 2020-04-23 20:46:13 +03:00
helpers.nim Pass the test suite with a BeaconState ref type 2020-04-26 13:04:53 +03:00
network.nim add another check for inconsistent aggregation and committee length (#927) 2020-04-24 09:16:40 +02:00
state_transition_block.nim avoid memory allocations and copies when loading states (#942) 2020-04-28 10:08:32 +02:00
state_transition_epoch.nim catch invalid 0-raw-byte Bitlist SSZ inputs during parsing (#936) 2020-04-26 16:26:53 +00:00
state_transition_helpers.nim spec: regulate exceptions (#913) 2020-04-22 07:53:02 +02:00
validator.nim Spec-compliant implementation of Eth1 monitoring; Eth1-enabled local sim 2020-04-26 13:04:53 +03:00