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
/
beacon_chain
/
spec
History
Dustin Brody
5198930503
add start_epoch consistent with rest of crosslink
2019-07-03 10:41:42 +03:00
..
presets
re-implement attestation checking in 0.8.0 form and rename relevant function from checkAttestation(...) to spec's process_attestation(...), though there's a slight difference in how they're factored; remove a couple of pointless type conversion warnings; rename validate_indexed_attestation(...) to is_valid_indexed_attestation(...); remove verify_bitfield(...) not in 0.8.0; update AttestationData to 0.8.0 by using Checkpoint data structure; rename MAX_CROSSLINK_EPOCHS to MAX_EPOCHS_PER_CROSSLINK
2019-07-03 10:41:42 +03:00
beaconstate.nim
add start_epoch consistent with rest of crosslink
2019-07-03 10:41:42 +03:00
bitfield.nim
re-implement attestation checking in 0.8.0 form and rename relevant function from checkAttestation(...) to spec's process_attestation(...), though there's a slight difference in how they're factored; remove a couple of pointless type conversion warnings; rename validate_indexed_attestation(...) to is_valid_indexed_attestation(...); remove verify_bitfield(...) not in 0.8.0; update AttestationData to 0.8.0 by using Checkpoint data structure; rename MAX_CROSSLINK_EPOCHS to MAX_EPOCHS_PER_CROSSLINK
2019-07-03 10:41:42 +03:00
crypto.nim
update everything
https://github.com/ethereum/eth2.0-specs/releases/tag/v0.7.1
leaves unchanged from v0.7.0 to v0.7.1 (
#290
)
2019-06-18 15:34:30 +00:00
datatypes.nim
re-implement attestation checking in 0.8.0 form and rename relevant function from checkAttestation(...) to spec's process_attestation(...), though there's a slight difference in how they're factored; remove a couple of pointless type conversion warnings; rename validate_indexed_attestation(...) to is_valid_indexed_attestation(...); remove verify_bitfield(...) not in 0.8.0; update AttestationData to 0.8.0 by using Checkpoint data structure; rename MAX_CROSSLINK_EPOCHS to MAX_EPOCHS_PER_CROSSLINK
2019-07-03 10:41:42 +03:00
digest.nim
update everything
https://github.com/ethereum/eth2.0-specs/releases/tag/v0.7.1
leaves unchanged from v0.7.0 to v0.7.1 (
#290
)
2019-06-18 15:34:30 +00:00
helpers.nim
update get_crosslink_committee(...) to 0.8.0 and fix
https://github.com/status-im/nim-beacon-chain/issues/307
2019-07-02 19:52:39 +03:00
state_transition_block.nim
re-implement attestation checking in 0.8.0 form and rename relevant function from checkAttestation(...) to spec's process_attestation(...), though there's a slight difference in how they're factored; remove a couple of pointless type conversion warnings; rename validate_indexed_attestation(...) to is_valid_indexed_attestation(...); remove verify_bitfield(...) not in 0.8.0; update AttestationData to 0.8.0 by using Checkpoint data structure; rename MAX_CROSSLINK_EPOCHS to MAX_EPOCHS_PER_CROSSLINK
2019-07-03 10:41:42 +03:00
state_transition_epoch.nim
re-implement attestation checking in 0.8.0 form and rename relevant function from checkAttestation(...) to spec's process_attestation(...), though there's a slight difference in how they're factored; remove a couple of pointless type conversion warnings; rename validate_indexed_attestation(...) to is_valid_indexed_attestation(...); remove verify_bitfield(...) not in 0.8.0; update AttestationData to 0.8.0 by using Checkpoint data structure; rename MAX_CROSSLINK_EPOCHS to MAX_EPOCHS_PER_CROSSLINK
2019-07-03 10:41:42 +03:00
validator.nim
update get_crosslink_committee(...) to 0.8.0 and fix
https://github.com/status-im/nim-beacon-chain/issues/307
2019-07-02 19:52:39 +03:00