Releases: 0xPolygon/fx-portal
Releases · 0xPolygon/fx-portal
v1.0.5
What's Changed
- fix: Add missing zero length termination by @QEDK in https://github.com/fx-portal/contracts/pull/34
Full Changelog: fx-portal/contracts@v1.0.4...v1.0.5
v1.0.4
What's Changed
- Update FxERC721ChildTunnel.sol by @jdkanani in https://github.com/fx-portal/contracts/pull/23
- feat: Add withdrawTo functionality to support exits to other addresses by @QEDK in https://github.com/fx-portal/contracts/pull/20
- Make set tunnel functions virtual by @QEDK in https://github.com/fx-portal/contracts/pull/29
Full Changelog: fx-portal/contracts@1.0.3...v1.0.4
RLP Reader Overflow Fix.
Solidity 0.8 has safemath built-in.
When len == 0, it leads to overflow in (WORD_SIZE - len) early exit should fix it.
Solidity Version 0.8.0
Changes Related to Solidity Version 0.8.0.
Solidity Version 0.7.0 to 0.8.0
Changes related to solidity version 0.7.0 and greater.
Solidity Version 0.6.2 to 0.7.0
Changes related to the version 0.6.2 and above till 0.7.0.