issues
search
simolus3
/
web3dart
Ethereum library, written in Dart.
MIT License
445
stars
274
forks
source link
EIP-1559: Transaction Support
#184
Open
hhstore
opened
3 years ago
hhstore
commented
3 years ago
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
commented
3 years ago
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
related:
timeline:
EIP-1559
Upgrade Slated forAug 4
Deployment.EIP-1559:
trust wallet core:
ethers.js:
web3.py:
web3.js:
summary:
EIP-1559
support in various languages, Python is probably the fastest moving.August 4th
is approaching, i think we need to support it(EIP-1559).