Consensys / web3signer

Web3Signer is an open-source signing service capable of signing on multiple platforms (Ethereum1 and 2, Filecoin) using private keys stored in an external vault, or encrypted on a disk.
https://docs.web3signer.consensys.net/
Apache License 2.0
201 stars 78 forks source link

Eip1559 private txs #950

Open jframe opened 12 months ago

jframe commented 12 months ago

PR Description

Builds on existing PR https://github.com/Consensys/web3signer/pull/838. This merges in the latest changes from main and removes changes that are no longer needed due to standard EIP-1559 transactions.

~note: Blocked on changes to PrivateTransactionDecoder for 1559 in this PR https://github.com/web3j/web3j/pull/1980~

Tasks

Fixed Issue(s)

Documentation

Changelog

Testing

non-fungible-nelson commented 12 months ago

Time box ~2 days

siladu commented 8 months ago

https://github.com/web3j/web3j/pull/1980 merged, this is no longer blocked