paradigmxyz / alphanet

Reth AlphaNet is a testnet OP Stack-compatible rollup aimed at enabling experimentation of bleeding edge Ethereum Research.
Apache License 2.0
166 stars 29 forks source link

Tracking: EXP-0001 #126

Open onbjerg opened 4 days ago

onbjerg commented 4 days ago

We want to add the following endpoints for experiment 1 on AlphaNet to facilitate gas sponsoring of EIP-7702 delegations and further interactions with EIP-7702 EOAs:

The sequencer also needs two additional configuration values, set via environment variables:

For more context, see https://hackmd.io/@qCfD_jzVSzmS6lHmidSeRQ/HkhytUoCA

Tasks

### Tasks
- [ ] https://github.com/paradigmxyz/alphanet/issues/132
- [ ] https://github.com/paradigmxyz/alphanet/issues/131
- [ ] https://github.com/paradigmxyz/alphanet/issues/133
- [ ] Document setting up EXP-0001, i.e. deploying the contract and configuring the sequencer
jxom commented 3 days ago

Suggest changes based on slack convo:

We want to add the following endpoints for experiment 1 on AlphaNet to facilitate gas sponsoring of EIP-7702 delegations > and further interactions with EIP-7702 EOAs:

  • wallet_getCapabilities (EIP-5792)
  • ~wallet_auth~
  • ~wallet_sendCalls (EIP-5792)~
  • wallet_sendTransaction
onbjerg commented 3 days ago

Updated the issue based on the above