nimbus-eth2/beacon_chain/spec
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
..
eth2_apis Add an option for graffiti customization 2020-07-12 21:01:31 +03:00
presets/v0_12_1 Restore compilation with custom presets (#1309) 2020-07-13 16:44:58 +02:00
beaconstate.nim Prefer converting int` to uint64 and switch foo.len.uint64 to .len64 (#1375) 2020-07-26 20:55:48 +02:00
crypto.nim Stopgap don't print private key in shortlog (#1372) 2020-07-26 10:27:11 +02:00
datatypes.nim Prefer converting int` to uint64 and switch foo.len.uint64 to .len64 (#1375) 2020-07-26 20:55:48 +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 Prefer converting int` to uint64 and switch foo.len.uint64 to .len64 (#1375) 2020-07-26 20:55:48 +02:00
keystore.nim Merge devel and resolve the conflicts 2020-07-08 15:36:03 +03:00
network.nim cache beacon committee size calculation (#1363) 2020-07-23 19:01:07 +02:00
preset_values.nim Restore compilation with custom presets (#1309) 2020-07-13 16:44:58 +02:00
presets.nim Restore compilation with custom presets (#1309) 2020-07-13 16:44:58 +02:00
signatures.nim Merge devel and resolve the conflicts 2020-07-08 15:36:03 +03:00
state_transition.nim Prefer converting int` to uint64 and switch foo.len.uint64 to .len64 (#1375) 2020-07-26 20:55:48 +02:00
state_transition_block.nim Prefer converting int` to uint64 and switch foo.len.uint64 to .len64 (#1375) 2020-07-26 20:55:48 +02:00
state_transition_epoch.nim Prefer converting int` to uint64 and switch foo.len.uint64 to .len64 (#1375) 2020-07-26 20:55:48 +02:00
state_transition_helpers.nim Fork choice fixes 2 (#1356) 2020-07-22 23:01:44 +02:00
validator.nim Prefer converting int` to uint64 and switch foo.len.uint64 to .len64 (#1375) 2020-07-26 20:55:48 +02:00