nimbus-eth2/tests
Etan Kissling 7ad610f6d7
set fee recipient in empty payload fallback (#4291)
When the EL/Builder fails to produce an execution payload, we fall back
to an empty `ExecutionPayload`. Even though it contains no transactions
it should refer to the configured fee recipient. This is useful for
privacy reasons (do not reveal the reason for the empty payload) and for
compliance with additional fee recipient rules by staking pools.
2022-11-08 14:19:56 +00:00
..
consensus_spec initial automated v1.2.0 -> v1.3.0-alpha.0 consensus spec URL update (#4296) 2022-11-08 02:37:28 +00:00
fork_choice adjust checkpoint tracking for devnets (#4039) 2022-08-29 09:26:01 +02:00
fuzzing test fixture cleanups (#2976) 2021-10-12 13:36:52 +02:00
helpers fix ExecutionPayload(Header) JSON serialization (#3679) 2022-06-01 14:57:28 +02:00
mocking switch `withStateAndBlck` usage to `forkyState`; rm unused `tests/mocking/` modules (#4206) 2022-10-03 13:08:50 +00:00
simulation remove unused / obsolete / unmaintained modules (#4298) 2022-11-08 14:37:23 +01:00
slashing_protection use ZERO_HASH for default(Eth2Digest)/Eth2Digest() in func calls (#3770) 2022-06-18 04:57:37 +00:00
spec_block_processing initial automated v1.2.0 -> v1.3.0-alpha.0 consensus spec URL update (#4296) 2022-11-08 02:37:28 +00:00
spec_epoch_processing remove unused imports in tests/ (#3713) 2022-06-07 17:05:06 +00:00
all_tests.nim Fix REST generic error parsing. (#4189) 2022-09-28 18:47:15 +00:00
nim.cfg use `nim-websock` instead of `news` (#4061) 2022-09-06 23:41:33 +02:00
test_action_tracker.nim Fix VC-based sync subnet subscriptions (#4293) 2022-11-08 12:43:38 +01:00
test_attestation_pool.nim avoid packing attestations from other forks (#4273) 2022-11-01 14:23:40 +02:00
test_beacon_chain_db.nim use ZERO_HASH for default(Eth2Digest)/Eth2Digest() in func calls (#3770) 2022-06-18 04:57:37 +00:00
test_beacon_time.nim add `start_slot` overload for sync periods (#3469) 2022-03-08 11:38:58 +01:00
test_block_dag.nim remove unused imports in tests/ (#3713) 2022-06-07 17:05:06 +00:00
test_block_processor.nim remove `newPayload` from block production flow (#4186) 2022-10-14 22:48:56 +03:00
test_block_quarantine.nim use ZERO_HASH for default(Eth2Digest)/Eth2Digest() in func calls (#3770) 2022-06-18 04:57:37 +00:00
test_blockchain_dag.nim State-only checkpoint state startup (#4251) 2022-11-02 10:02:38 +00:00
test_conf.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
test_datatypes.nim remove false OnBlockAdded dependency on phase0 HashedBeaconState (#2661) 2021-06-21 08:35:24 +00:00
test_discovery.nim detect mismatch of config and binary (#4132) 2022-09-19 12:07:46 +03:00
test_engine_authentication.nim remove unused imports in tests/ (#3713) 2022-06-07 17:05:06 +00:00
test_eth1_monitor.nim avoid materializing potentially long deposits seq (#3947) 2022-08-12 16:52:06 +03:00
test_eth2_ssz_serialization.nim use isZeroMemory for Eth2Digest comparisons (#3386) 2022-02-14 05:26:19 +00:00
test_exit_pool.nim more `withState` `state` -> `forkyState` (#4104) 2022-09-10 08:12:07 +02:00
test_forks.nim rename MERGE_FORK_EPOCH to BELLATRIX_FORK_EPOCH (#3350) 2022-02-02 14:06:55 +01:00
test_gossip_transition.nim rename Beacon{Block,State}Fork.Merge to Bellatrix; update copyright years (#3240) 2022-01-04 09:45:38 +00:00
test_gossip_validation.nim add Capella support to Forked* (#4276) 2022-11-02 16:23:30 +00:00
test_helpers.nim set fee recipient in empty payload fallback (#4291) 2022-11-08 14:19:56 +00:00
test_honest_validator.nim update light client protocol version (#3550) 2022-07-29 11:45:39 +03:00
test_interop.nim stylecheck fixes (#3593) 2022-04-14 17:39:37 +02:00
test_key_splitting.nim bearssl: split abi (#3755) 2022-06-21 10:29:16 +02:00
test_keymanager_api.nim use v1.3.0-alpha.0 test vectors (#4263) 2022-10-27 11:54:39 +00: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 add Capella support to Forked* (#4276) 2022-11-02 16:23:30 +00:00
test_light_client_processor.nim add Capella support to Forked* (#4276) 2022-11-02 16:23:30 +00:00
test_message_signatures.nim Implement all sync committee duties in the validator client (#3583) 2022-05-10 10:03:40 +00:00
test_peer_pool.nim proc -> func in ncli/, research/, and test/ (#2818) 2021-08-25 14:51:52 +00:00
test_remote_keystore.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
test_serialization.nim nicer error message for failed backfill (#4188) 2022-09-29 23:55:18 +03:00
test_spec.nim cleanups (#3819) 2022-06-29 18:53:59 +02:00
test_statediff.nim update state diffs to Bellatrix (#4177) 2022-09-26 19:13:50 +00:00
test_sync_committee_pool.nim Implement a missing ingnore rule for sync committee contributions (#3941) 2022-08-09 12:52:11 +03:00
test_sync_manager.nim Sync gaps fix (#4090) 2022-09-19 12:37:42 +03:00
test_zero_signature.nim update spec references from eth2.0-specs to consensus-specs and to v1.1.0-beta.2 (#2822) 2021-08-26 10:21:52 +02:00
testblockutil.nim set fee recipient in empty payload fallback (#4291) 2022-11-08 14:19:56 +00:00
testdbutil.nim State-only checkpoint state startup (#4251) 2022-11-02 10:02:38 +00:00
teststateutil.nim add Capella support to Forked* (#4276) 2022-11-02 16:23:30 +00:00
testutil.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00