ak88
ak88
## Changes This will set error messages primarily for engine RPC endpoints, which is used in some hive test to test for correctness. Format for error messages is two segments...
Adds clef as a remote signer. https://geth.ethereum.org/docs/tools/clef/introduction ## Changes - new `ClefSigner` that can communicate using JsonRpc - `CliqueSealer ` will seal with remote signer if available - new flag...
Fixes Closes Resolves # I did not create an issue. It is a very small bug fix. ## Changes - _List the changes_ ## Types of changes #### What types...
Fixes #4891 This will set error messages primarily for engine RPC endpoints, which was a request from Mario EF test. ## Changes Optional error message is passed from Block, header...
Note that AUTHCALL gas rules are different than normal CALL https://eips.ethereum.org/EIPS/eip-3074  ## Changes Introduces opcodes: AUTH AUTHCALL #### What types of changes does your code introduce? - [ ]...
Fixes #6960 `InsertHeaders` now properly handles null when a dependent batch arrives. The added unit test also showcases different header batches that is allowed and not. Among them are a...
Fixes #7033 ## Changes `SnapProvider.AddAccountRange` will now throw in case of empty account list , and `AddAccountRange(AccountRange request, AccountsAndProofs response)` will return `ExpiredRootHash` in case of empty account list. ####...
https://eips.ethereum.org/EIPS/eip-7702 ## Changes Adds an authorization_list to tx that is used to set delegations on EOAs in the form of `0xef0100 || address` The address delegates all code to the...
## Changes ## Types of changes #### What types of changes does your code introduce? - [ ] Bugfix (a non-breaking change that fixes an issue) - [ ] New...
**Description** Users are still reporting issues with TrieNodeExceptions. https://discord.com/channels/629004402170134531/629004402170134537/1273728151360503953 **Steps to Reproduce** In order to replicate the behavior, please provide a detailed list of steps: Reproduction steaps is unclear. The...