Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: LRT E2E Testing #885

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

feat: LRT E2E Testing #885

wants to merge 6 commits into from

Conversation

shekohex
Copy link
Contributor

@shekohex shekohex commented Jan 14, 2025

Summary of changes
Changes introduced in this pull request:

This pull request includes several changes to improve the functionality and debugging of the EVM and precompiles in the Tangle project. The most important changes include adding new features to dependencies, updating imports and precompile addresses, and enhancing the logging and testing capabilities.

Code Enhancements:

  • node/src/chainspec/mainnet.rs and node/src/chainspec/testnet.rs: Added Precompiles to imports and implemented the insertion of dummy bytecode at precompile addresses to pass Solidity checks. [1] [2] [3] [4] [5]
  • node/src/eth.rs: Added Debug and Clone derives to RpcConfig.

Testing Enhancements:

Runtime Updates:

Reference issue to close (if applicable)

Closes #861

As precompiles are implemented inside the Runtime, they don't have a bytecode, and
their account code is empty by default. However in Solidity calling a function of a
contract often automatically adds a check that the contract bytecode is non-empty.
For that reason a dummy code (0x60006000fd) can be inserted at the precompile address
to pass that check.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CHECKLIST] Integration tests for restaking flow
1 participant