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-02-08 20:54:33 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
nimbus-eth2
/
tests
History
Jacek Sieka
d7f972a47e
allow setting advertised external ip
...
* detect it in start.sh
2019-03-19 10:50:09 +02:00
..
simulation
allow setting advertised external ip
2019-03-19 10:50:09 +02:00
all_tests.nim
…
nim.cfg
…
test_attestation_pool.nim
implement fork choice (
#175
)
2019-03-13 16:59:20 -06:00
test_beacon_chain_db.nim
begin 0.5.0 spec update (
#179
)
2019-03-16 13:52:37 -06:00
test_beacon_node.nim
…
test_beaconstate.nim
…
test_block_pool.nim
…
test_helpers.nim
…
test_ssz.nim
Mostly convert to using distinct Slot type (
#172
)
2019-03-12 16:21:32 -06:00
test_state_transition.nim
…
test_sync_protocol.nim
…
test_validator.nim
assert() -> doAssert()
2019-03-14 00:04:43 +01:00
testutil.nim
AttestationData.justified epoch -> AttestationData.source_epoch and AttestationData.latest_crosslink -> AttestationData.previous_crosslink; implement verify_merkle_branch and update process_deposit to use it; rm BeaconState.batched_block_roots; Transfer.{from, to} -> Transfer.{sender, recipient}; update Fork data type and code to use bytes4; implement int_to_bytes8 (close to metaprogramming time); adjust signed_root and all callers to use 0.5.0 calling signature; processDepositRoot -> processEth1Data (
#182
)
2019-03-18 15:42:42 +00:00