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

[Feature][Anvil]: Prototype an Anvil node that uses pallet_revive #23

Open
smiasojed opened this issue Feb 21, 2025 · 0 comments
Open
Milestone

Comments

@smiasojed
Copy link

smiasojed commented Feb 21, 2025

Spin up a local node compatible with AssetHub
Implement basic RPC calls for contract deployment & transactions (eth_sendTransaction, eth_call, eth_getTransactionReceipt).
Ensure it can deploy contracts & interact with them via Foundry commands
Implement RPC Compatibility Layer (minimal subset)

  • eth_getBalance
  • eth_blockNumber
  • eth_gasPrice
  • eth_estimateGas.
  • eth_getLogs
  • eth_getCode
  • debug_traceTransaction

Ensure that basic cheatcodes are working correctly

  • Modify account balances (vm.deal()).
  • Set block number/timestamp (vm.roll(), vm.warp()).
  • Override contract storage (vm.store()).

Make Pre-funded accounts working
Implement all block creation modes
Implement genesis configuration from json file.

@smiasojed smiasojed changed the title [Feature][Anvil] Implement Anvil node which uses pallet_revive [Feature][Anvil]: Prototype an Anvil node that uses pallet_revive Feb 21, 2025
@smiasojed smiasojed added this to the Basic testing milestone Feb 21, 2025
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

No branches or pull requests

1 participant