nimbus-eth2/tests
Eugene Kabanov c0e5c26da1
VC: Use SSZ encoding while processing blocks data (#4999)
* Refactor api.nim to provide more informative failure reasons.
Distinct between unexpected data and unexpected code.
Deprecate Option[T] usage.

* Fix 400 for produceBlindedBlock().
Get proper string conversion for strategy.

* Fix SSZ encoded versions of ProduceBlockResponseV2, ProduceBlockResponseV2 can be received and decoded.
Fix done() warnings.
Bump presto.

* Fix compilation error with new presto.
Use TcpNoDelay option for Web3Signer.

* Fix produceBlockV2() should provide SSZ responses too.

* Address block encoding issue.

* Fix signing test.

* Bump presto.

* Address review comments.
2023-06-14 08:04:15 +02:00
..
consensus_spec automated v1.4.0-alpha.2 to v1.4.0-alpha.3 consensus spec URL updates (#5065) 2023-06-13 14:03:49 +00:00
fuzzing
helpers
media Add a JWT file that must be present on the file system for the test suite to succeed 2023-03-17 17:49:39 +02:00
mocking Rename eth1/ -> el/ and eth1_monitor.nim -> el_monitor.nim (#4944) 2023-05-15 05:05:12 +00:00
simulation fix false positive getopt failure with multiple getopt matches in searched path (#4797) 2023-04-08 00:18:29 +00:00
slashing_protection
all_tests.nim New stricter beacon-node URL parsing 2023-05-19 02:02:20 +03:00
nim.cfg Local sim impovements (#4551) 2023-02-23 02:10:07 +00:00
test_action_tracker.nim Fix VC-based sync subnet subscriptions (#4293) 2022-11-08 12:43:38 +01:00
test_attestation_pool.nim also pack attestations where LMD vote is orphaned (#5002) 2023-06-04 10:39:12 +00:00
test_beacon_chain_db.nim rename `EIP4844` > `Deneb` in `test_beacon_chain_db` (#4721) 2023-03-11 02:49:17 +01:00
test_beacon_time.nim dependent slot helpers 2023-05-16 11:04:25 +02:00
test_block_dag.nim Revert "Revert "accelerate `getShufflingRef` (#4911)" (#4958)" 2023-05-15 17:41:40 +02:00
test_block_processor.nim Fix sync for blocks older than MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS (#4977) 2023-05-19 16:25:11 +00:00
test_block_quarantine.nim Clarify addOrphan error/logging (#4981) 2023-05-21 17:47:00 +00:00
test_blockchain_dag.nim Revert "Revert "accelerate `getShufflingRef` (#4911)" (#4958)" 2023-05-15 17:41:40 +02:00
test_conf.nim remove Nim 1.2-compatible `push raise`s and update copyright notice years (#4528) 2023-01-20 14:14:37 +00:00
test_datatypes.nim
test_deposit_snapshots.nim Support for obtaining deposit snapshots during trustedNodeSync (#4303) 2022-12-07 12:24:51 +02:00
test_discovery.nim detect mismatch of config and binary (#4132) 2022-09-19 12:07:46 +03:00
test_el_conf.nim Rename eth1/ -> el/ and eth1_monitor.nim -> el_monitor.nim (#4944) 2023-05-15 05:05:12 +00:00
test_el_manager.nim use v1.4.0-alpha.1 consensus spec test vectors (#5026) 2023-06-03 21:55:08 +00:00
test_engine_authentication.nim
test_eth2_ssz_serialization.nim
test_exit_pool.nim don't clear validator change subpools after creating each block (#4704) 2023-03-09 18:19:36 +02:00
test_forks.nim test forks.nim capella and deneb block/state ssz serialization (#4772) 2023-03-29 13:22:19 +00:00
test_gossip_transition.nim rename ConsensusFork.EIP4844 to ConsensusFork.Deneb (#4692) 2023-03-04 13:35:39 +00:00
test_gossip_validation.nim Merge branch 'unstable' into dev/etan/rd-shufflingacc 2023-05-17 14:06:31 +02:00
test_helpers.nim remove empty block fallback now that capella's on mainnnet (#4821) 2023-04-18 09:21:15 +00:00
test_honest_validator.nim Add blob sidecar gossip validation (#4785) 2023-04-04 15:12:34 +00:00
test_key_splitting.nim
test_keymanager_api.nim Use withdrawal credentials as default fee recipient (#4968) 2023-05-17 07:56:37 +03:00
test_keystore.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
test_keystore_management.nim Exclusive keystore locking (#3907) 2022-08-08 00:53:20 +03:00
test_light_client.nim Revert "Revert "accelerate `getShufflingRef` (#4911)" (#4958)" 2023-05-15 17:41:40 +02:00
test_light_client_processor.nim Revert "Revert "accelerate `getShufflingRef` (#4911)" (#4958)" 2023-05-15 17:41:40 +02:00
test_message_signatures.nim
test_network_metadata.nim Disable the use of incbin as it breaks the retail build on Linux/ARM 2023-05-19 04:08:02 +03:00
test_peer_pool.nim
test_remote_keystore.nim use v1.4.0-alpha.1 consensus spec test vectors (#5026) 2023-06-03 21:55:08 +00:00
test_serialization.nim remove most std/options imports (#4778) 2023-03-31 20:46:47 +00:00
test_signing_node.nim VC: Use SSZ encoding while processing blocks data (#4999) 2023-06-14 08:04:15 +02:00
test_spec.nim `BeaconStateFork/BeaconBlockFork` -> `ConsensusFork` (#4560) 2023-01-28 19:53:41 +00:00
test_statediff.nim refactor state diffs not to require two states in memory (#4986) 2023-05-30 11:55:32 +03:00
test_sync_committee_pool.nim segregate sync committee messages by period / fork (#4953) 2023-05-17 07:55:55 +03:00
test_sync_manager.nim Fix sync for blocks older than MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS (#4977) 2023-05-19 16:25:11 +00:00
test_validator_client.nim New stricter beacon-node URL parsing 2023-05-19 02:02:20 +03:00
test_validator_pool.nim restore doppelganger check on connectivity loss (#4616) 2023-02-20 13:28:56 +02:00
test_zero_signature.nim
testblockutil.nim automated v1.4.0-alpha.2 to v1.4.0-alpha.3 consensus spec URL updates (#5065) 2023-06-13 14:03:49 +00:00
testdbutil.nim Revert "Revert "accelerate `getShufflingRef` (#4911)" (#4958)" 2023-05-15 17:41:40 +02:00
teststateutil.nim remove most std/options imports (#4778) 2023-03-31 20:46:47 +00:00
testutil.nim remove Nim 1.2-compatible `push raise`s and update copyright notice years (#4528) 2023-01-20 14:14:37 +00:00