nimbus-eth2/tests/mocking
tersec 90708a8287
Prefer converting int` to uint64 and switch foo.len.uint64 to .len64 (#1375)
* avoid converting from uint64 to int, and where most feasible, int type conversion at all

* .len.uint64 -> .len64

* fix 32-bit compilation

* try keeping state_sim loop variable/bounds as int for 32-bit Azure

* len64 -> lenu64
2020-07-26 20:55:48 +02:00
..
mock_attestations.nim restore EpochRef and flush statecaches on epoch transitions (#1312) 2020-07-15 12:44:18 +02:00
mock_blocks.nim cache block hash (#1329) 2020-07-16 15:16:51 +02:00
mock_deposits.nim Prefer converting int` to uint64 and switch foo.len.uint64 to .len64 (#1375) 2020-07-26 20:55:48 +02:00
mock_genesis.nim Merge devel and resolve conflicts 2020-07-10 02:02:40 +03:00
mock_state.nim state_transition implements the spec fairly directly (#1220) 2020-06-23 13:54:24 +00:00
mock_validator_keys.nim Merge devel and resolve the conflicts 2020-07-08 15:36:03 +03:00