This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nimbus-eth2
Watch
2
Star
0
Fork
0
You've already forked nimbus-eth2
mirror of
https://github.com/status-im/nimbus-eth2.git
synced
2025-01-09 13:56:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
nimbus-eth2
/
research
History
Dustin Brody
7356905f95
remove get_epoch_start_slot(...) kludge and update to work exactly as 0.7.1 specifies; remove unused get_attestation_participants_cached(...); update AttestationData to 0.7.1 (being the last data structure, I believe, remaining for such; remove potentially spurious/certainly not-in-spec assertion from compute_committee(...); fix state sim to work with new get_epoch_start_slot/AttestationData/etc setup where it can't stuff all shards' attestations from same slot in the same MIN_ATTESTATION_INCLUSION_DELAY rotating/circular buffer of seq[Attestation]s without more involved shuffling of shard/slot calculation order; fix attestation pool testing to be consistent with get_epoch_start_slot(...) (
#302
)
2019-06-29 09:17:24 +00:00
..
fork_choice_rule
begin 0.5.0 spec update (
#179
)
2019-03-16 13:52:37 -06:00
.gitignore
some ignores
2019-03-26 19:41:34 -06:00
sereth.nim
assert() -> doAssert()
2019-03-14 00:04:43 +01:00
serialized_sizes.nim
More 0.5.1 spec updates (
#195
)
2019-03-22 18:33:12 +00:00
serialized_sizes.nim.cfg
ssz: finish implementation (
#42
)
2018-12-17 19:03:53 +01:00
state_sim.nim
remove get_epoch_start_slot(...) kludge and update to work exactly as 0.7.1 specifies; remove unused get_attestation_participants_cached(...); update AttestationData to 0.7.1 (being the last data structure, I believe, remaining for such; remove potentially spurious/certainly not-in-spec assertion from compute_committee(...); fix state sim to work with new get_epoch_start_slot/AttestationData/etc setup where it can't stuff all shards' attestations from same slot in the same MIN_ATTESTATION_INCLUSION_DELAY rotating/circular buffer of seq[Attestation]s without more involved shuffling of shard/slot calculation order; fix attestation pool testing to be consistent with get_epoch_start_slot(...) (
#302
)
2019-06-29 09:17:24 +00:00