Skip to content

Releases: 0xPolygon/fx-portal

v1.0.5

07 Sep 06:33
Compare
Choose a tag to compare

What's Changed

  • fix: Add missing zero length termination by @QEDK in #34

Full Changelog: v1.0.4...v1.0.5

v1.0.4

27 Jan 13:37
Compare
Choose a tag to compare

What's Changed

  • Update FxERC721ChildTunnel.sol by @jdkanani in #23
  • feat: Add withdrawTo functionality to support exits to other addresses by @QEDK in #20
  • Make set tunnel functions virtual by @QEDK in #29

Full Changelog: 1.0.3...v1.0.4

RLP Reader Overflow Fix.

13 Oct 09:37
09a7399
Compare
Choose a tag to compare

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

12 Aug 08:51
1abe18c
Compare
Choose a tag to compare

Changes Related to Solidity Version 0.8.0.

Solidity Version 0.7.0 to 0.8.0

12 Aug 08:48
Compare
Choose a tag to compare

Changes related to solidity version 0.7.0 and greater.

Solidity Version 0.6.2 to 0.7.0

12 Aug 08:45
Compare
Choose a tag to compare

Changes related to the version 0.6.2 and above till 0.7.0.

v0.0.2

22 Jan 11:48
9704102
Compare
Choose a tag to compare
fix: typo

v0.0.1

17 Jan 15:22
d05143c
Compare
Choose a tag to compare
Update README.md