Skip to content

Arbitrum Nitro Contracts v2.1.0

Latest
Compare
Choose a tag to compare
@gzeoneth gzeoneth released this 30 Jul 10:01
· 2 commits to main since this release
v2.1.0
c60b18d

What's Changed

This release add reorg protection to the fast confirm affordance. It is a breaking change due to the additional parameter required in the fastConfirmNextNode function. i.e.

-  "fastConfirmNextNode(bytes32,bytes32)": "4a7a8010",
+  "fastConfirmNextNode(bytes32,bytes32,bytes32)": "3ed57598",

Full Changelog: v2.0.0...v2.1.0