web3dart icon indicating copy to clipboard operation
web3dart copied to clipboard

EIP-1559: Transaction Support

Open hhstore opened this issue 3 years ago • 1 comments

related:

timeline:

  • Deflationary Ethereum EIP-1559 Upgrade Slated for Aug 4 Deployment.
  • https://goto.etherscan.com/block/countdown/12965000
  • https://www.coindesk.com/ethereum-london-fork-launch-date-august

EIP-1559:

  • https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1559.md
  • https://notes.ethereum.org/@vbuterin/eip-1559-faq

trust wallet core:

  • https://github.com/trustwallet/wallet-core/issues/1322
  • PRs:
    • https://github.com/trustwallet/wallet-core/pull/1509

ethers.js:

  • https://github.com/ethers-io/ethers.js/issues/1610

web3.py:

  • https://github.com/ethereum/web3.py/issues/1835
  • https://github.com/ethereum/web3.py/issues/2065
  • https://github.com/ethereum/web3.py/issues/2066
  • merged PRs:
    • https://github.com/ethereum/web3.py/pull/2033
    • https://github.com/ethereum/web3.py/pull/2053

web3.js:

  • https://github.com/ChainSafe/web3.js/issues/4211

summary:

  • The current status of EIP-1559 support in various languages, Python is probably the fastest moving.
  • Since August 4th is approaching, i think we need to support it(EIP-1559).

hhstore avatar Jul 30 '21 05:07 hhstore

update:

trust wallet core:

  • https://github.com/trustwallet/wallet-core/releases/tag/2.6.17
  • v2.6.17 already supports EIP-1559.
  • https://github.com/trustwallet/wallet-core/commit/1e34cc2339600e0f46ac3a7a8288f600bab34c52

hhstore avatar Aug 07 '21 08:08 hhstore