-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(l1): implement RPC
engine_getPayloadBodies
methods (#1737)
**Motivation** In order to pass more Hive tests, we have to implement these two missing RPC methods. **Description** This PR implements the engine RPC methods `engine_getPayloadBodiesByRangeV1` and `engine_getPayloadBodiesByHashV1`. The following hive tests from the suite `engine-withdrawals` are now passing: * GetPayloadBodiesByRange * GetPayloadBodies After Sync * GetPayloadBodiesByRange (Sidechain) * GetPayloadBodiesByRange (Empty Transactions/Withdrawals) * GetPayloadBodiesByHash * GetPayloadBodiesByHash (Empty Transactions/Withdrawals) * GetPayloadBodies Parallel You can run those tests only by executing this command: ```bash make run-hive SIMULATION=ethereum/engine TEST_PATTERN="engine-withdrawals/GetPayloadBodies" ``` Closes #1548 #1549 --------- Co-authored-by: Julian Ventura <[email protected]>
- Loading branch information
1 parent
e8a402a
commit 1926d8b
Showing
5 changed files
with
118 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters