Skip to content

Commit

Permalink
builder gas limit & some refactoring (#6583)
Browse files Browse the repository at this point in the history
* Cache gas_limit

* Payload Parameters Refactor

* Enforce Proposer Gas Limit

* Fixed and Added New Tests

* Fix Beacon Chain Tests
  • Loading branch information
ethDreamer authored Dec 16, 2024
1 parent 11e1d5b commit 86891e6
Show file tree
Hide file tree
Showing 14 changed files with 598 additions and 243 deletions.
24 changes: 17 additions & 7 deletions beacon_node/beacon_chain/src/execution_payload.rs
22 changes: 14 additions & 8 deletions beacon_node/beacon_chain/tests/payload_invalidation.rs
284 changes: 171 additions & 113 deletions beacon_node/execution_layer/src/lib.rs
63 changes: 51 additions & 12 deletions beacon_node/execution_layer/src/test_utils/mock_builder.rs
29 changes: 21 additions & 8 deletions beacon_node/execution_layer/src/test_utils/mock_execution_layer.rs
5 changes: 3 additions & 2 deletions beacon_node/execution_layer/src/test_utils/mod.rs
27 changes: 18 additions & 9 deletions beacon_node/http_api/src/lib.rs
13 changes: 9 additions & 4 deletions beacon_node/http_api/tests/interactive_tests.rs
234 changes: 179 additions & 55 deletions beacon_node/http_api/tests/tests.rs
27 changes: 27 additions & 0 deletions consensus/types/src/chain_spec.rs
33 changes: 33 additions & 0 deletions consensus/types/src/payload.rs
11 changes: 7 additions & 4 deletions testing/ef_tests/src/cases/fork_choice.rs
34 changes: 25 additions & 9 deletions testing/execution_engine_integration/src/test_rig.rs

0 comments on commit 86891e6

Please sign in to comment.