Update Arbitrum's vendored contracts to Nitro
Vendor contract from arbitrum nitro
Some types have been changed (for example from IOwnable to address. The change are marked by
// OZ: retyped from xxx
PR Checklist
- [x] Tests
- [ ] Documentation
- [x] Changelog entry
Thanks @Amxx for submitting this. :purple_heart:
Some types have been changed (for example from
IOwnabletoaddress. The change are marked by// OZ: retyped from xxx
Do we need these annotations for some technical reason? I would prefer to remove them.
Is this PR ready to be moved out of Draft?
Some types have been changed (for example from
IOwnabletoaddress. The change are marked by// OZ: retyped from xxxDo we need these annotations for some technical reason? I would prefer to remove them.
It did not feel right to vendor a modified version of Arbitrum's code without documenting the changes.