v1.3.0
IMPORTANT:
Polygon Edge v1.3 is not backward compatible. You will have to start the network from block 0.
Summary:
1.3.0 release consists of mostly proxified contracts and several stability improvements
For more detailed information, please refer to the Edge Wiki
Key Features and Updates:
- baseFeeChangeDenom is now configurable in genesis time
- Proxified contracts were added
Changelog
- ad1cf7b Update README.md with correct docs URLs (#1948)
- 3fd7edf Revert "Provide race and shuffle flags when running unit tests (#1925)" (#1958)
- 4d4d699 Fix bridge e2e tests for transferring tokens (#1953)
- 6544e22 txpool slotGauge uint64 underflow (#1907)
- 9e55557 removed redundant queue length check in accountQueue.peek() function (#1952)
- 12d38b8 Provide race and shuffle flags when running unit tests (#1925)
- a6ee82a Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 (#1951)
- 4a70377 Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.54.1 to 1.55.0 (#1950)
- d4537fe Base fee change denominator as genesis parameter (#1934)
- 6079322 EVM-850 Validator rootchain balance metrics (#1941)
- 1bcf30b EVM-841-Fix TestE2E_Bridge_Transfers (#1943)
- 02e2d47 EVM-846 Stake manager post epoch problem (#1935)
- e700006 Provide abi encoded exit event in hex format from
bridge_generateExitProof
JSON RPC (#1929) - 19687bc Default value of JSON RPC flag in commands (#1939)
- 4b2770e Propagate custom Solidity errors for
eth_estimateGas
JSON RPC function (#1922) - 32047b4 Re-introduce proxy contracts integration (#1921)
- cf7c675 Output dynamic fee specific fields in tx relayer (#1936)
- 8aaae11 Return ErrReplacementUnderpriced when price is no higher than already existing one. (#1908)
- 5f6ba3e Remove WithoutBridge configuration param from e2e framework (#1919)