oasisprotocol / sapphire-paratime

The Sapphire ParaTime monorepo.
https://oasisprotocol.org/sapphire
Apache License 2.0
34 stars 24 forks source link

Feature: EIP1559Signer library #321

Open CedarMist opened 2 months ago

CedarMist commented 2 months ago

In addition to the current EIP155Signer library, contracts should be able to sign EIP-1559 and EIP-2930 transactions.

Writing tests for this will also verify that both transaction formats work in E2E tests where the contract signs transactions using by managing its own gas-paying account keypair.