v1
Initial deployment of the L2 sub-system (the most important part). Between the sections implemented here, from the Diamond (ERC-2535), we have:
ozDiamond-> the heart of the protocol.ozExecutorFacet,OZLFacet-> Execution contracts for the main logic.oz20Facet,oz4626Facet-> Token infrastructure for the OZL token.RevenueFacet-> Revenue distribution for the owner of the protocol.RedeemedHashes-> Backup mechanism for bridging transactions.ozCutFacet,OwnershipFacet-> Admin configuration.ozLoupeFacet-> Queries the state of the protocol.FakeOZL-> For testing purposes in Arbitrum-Goerli.
Last updated