-
Notifications
You must be signed in to change notification settings - Fork 860
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* warm up to address at tx start if account is delegated, restrict auth nonce to 2**64-1 Signed-off-by: Daniel Lehrner <[email protected]> * rename requestsRoot to requestsHash Signed-off-by: Jason Frame <[email protected]> * return no code if account has delegated code to precompile, treat precompile always as warm account when resolving code Signed-off-by: Daniel Lehrner <[email protected]> * make accessListWarmAddresses generic again Signed-off-by: Daniel Lehrner <[email protected]> * warm delegatee account if transaction destination has delegated code Signed-off-by: Daniel Lehrner <[email protected]> * * verify auth nonce less than 2**64-1 during auth processing * auth to zero address deletes delegation * auth to precompile returns empty code * auth nonce < 2**8 * increase auth base cost to 12500 Signed-off-by: Daniel Lehrner <[email protected]> * generalised requests flat encoding and engine api changes Signed-off-by: Jason Frame <[email protected]> * javadoc Signed-off-by: Jason Frame <[email protected]> * get tests passing Signed-off-by: Jason Frame <[email protected]> * get tests passing Signed-off-by: Jason Frame <[email protected]> * clean code Signed-off-by: Jason Frame <[email protected]> * change requests to single requestData for each requestType Signed-off-by: Jason Frame <[email protected]> * fix PoWBlockCreatorTest after requests data type change Signed-off-by: Jason Frame <[email protected]> * don't return request type in getPayload result Signed-off-by: Jason Frame <[email protected]> don't return request type in getPayload result Signed-off-by: Jason Frame <[email protected]> * include requests in t8n response Signed-off-by: Jason Frame <[email protected]> * update contract addresses for consolidation requests and withdrawal requests Signed-off-by: Jason Frame <[email protected]> * fix requestHash calculation Signed-off-by: Jason Frame <[email protected]> * Ensure that execution requests always return a response Signed-off-by: Jason Frame <[email protected]> * added and fixed bound checks, fixed some compilation errors after the rebase Signed-off-by: Daniel Lehrner <[email protected]> * revert changes to evm tool spec tests Signed-off-by: Jason Frame <[email protected]> * clean up Signed-off-by: Jason Frame <[email protected]> * replace AbstractSystemCallRequestProcessor to concrete class and remove specific processors Signed-off-by: Jason Frame <[email protected]> * spotless Signed-off-by: Jason Frame <[email protected]> * update evmtool tests for 7685 changes Signed-off-by: Jason Frame <[email protected]> * use empty requests hash prague fork at genesis Signed-off-by: Jason Frame <[email protected]> * review suggestions Signed-off-by: Jason Frame <[email protected]> * temporarily comment out osakaTime from Prague Signed-off-by: Daniel Lehrner <[email protected]> * engine API validation Signed-off-by: Jason Frame <[email protected]> * update plugin API hash Signed-off-by: Jason Frame <[email protected]> * fix GenesisStateTest Signed-off-by: Jason Frame <[email protected]> * comment out unused evmWorldUpdater.parentUpdater() check Signed-off-by: Daniel Lehrner <[email protected]> * added CodeDelegationProcessorTest Signed-off-by: Daniel Lehrner <[email protected]> * code clean up Signed-off-by: Daniel Lehrner <[email protected]> * spotless Signed-off-by: Daniel Lehrner <[email protected]> --------- Signed-off-by: Daniel Lehrner <[email protected]> Signed-off-by: Jason Frame <[email protected]> Co-authored-by: Jason Frame <[email protected]>
- Loading branch information
1 parent
747a378
commit 07637cf
Showing
28 changed files
with
391 additions
and
96 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
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
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
Oops, something went wrong.