This repository was archived by the owner on Jul 1, 2024. It is now read-only.
File tree
2 files changed
+1
-1
lines changed- git-submodules
- static/img/fusion
2 files changed
+1
-1
lines changedSubmodule limit-order-protocol updated 98 files
- .gitignore-2
- .solcover.js+4-23
- .solhint.json-1
- .vscode/settings.json+1-1
- CONTRIBUTING.md-36
- LICENSE.md+1-1
- README.md+35-43
- contracts/LimitOrderProtocol.sol+9-7
- contracts/OrderLib.sol+138-126
- contracts/OrderMixin.sol+222-427
- contracts/OrderRFQLib.sol+44
- contracts/OrderRFQMixin.sol+261
- contracts/extensions/ChainlinkCalculator.sol-93
- contracts/extensions/DutchAuctionCalculator.sol-59
- contracts/extensions/ETHOrders.sol-136
- contracts/extensions/PrioirityFeeLimiter.sol-26
- contracts/extensions/RangeAmountCalculator.sol-105
- contracts/helpers/AmountCalculator.sol+4-13
- contracts/helpers/ChainlinkCalculator.sol+51
- contracts/helpers/DutchAuctionCalculator.sol+27
- contracts/helpers/ERC1155Proxy.sol+2-1
- contracts/helpers/ERC721Proxy.sol+2-1
- contracts/helpers/ERC721ProxySafe.sol+2-1
- contracts/helpers/ImmutableOwner.sol+2-1
- contracts/helpers/NonceManager.sol+44
- contracts/helpers/OrderIdInvalidator.sol+22-16
- contracts/helpers/PredicateHelper.sol+77-21
- contracts/helpers/RangeAmountCalculator.sol+71
- contracts/helpers/SeriesEpochManager.sol-49
- contracts/helpers/SeriesNonceManager.sol+3-2
- contracts/helpers/WethUnwrapper.sol+39
- contracts/interfaces/IAmountGetter.sol-47
- contracts/interfaces/IInteractionNotificationReceiver.sol+25
- contracts/interfaces/IOrderMixin.sol+80-147
- contracts/interfaces/IPostInteraction.sol-29
- contracts/interfaces/IPostInteractionNotificationReceiver.sol+30
- contracts/interfaces/IPreInteraction.sol-29
- contracts/interfaces/IPreInteractionNotificationReceiver.sol+30
- contracts/interfaces/ITakerInteraction.sol-34
- contracts/libraries/BitInvalidatorLib.sol-60
- contracts/libraries/CalldataLib.sol+48
- contracts/libraries/Errors.sol+1-1
- contracts/libraries/ExtensionLib.sol-134
- contracts/libraries/MakerTraitsLib.sol-171
- contracts/libraries/OffsetsLib.sol-40
- contracts/libraries/RemainingInvalidatorLib.sol-80
- contracts/libraries/TakerTraitsLib.sol-107
- contracts/mocks/AggregatorMock.sol+2-1
- contracts/mocks/ArbitraryPredicateMock.sol-8
- contracts/mocks/CallsSimulator.sol+5-1
- contracts/mocks/ContractRFQ.sol+11-10
- contracts/mocks/EIP712Alien.sol+1-1
- contracts/mocks/ExtensionMock.sol-13
- contracts/mocks/HashChecker.sol+16-20
- contracts/mocks/InteractionMock.sol-55
- contracts/mocks/RecursiveMatcher.sol+42-35
- contracts/mocks/WrappedTokenMock.sol+10-1
- contracts/tests/CalldataLibTest.sol+98
- deploy/deploy-helpers.js-49
- deploy/deploy-series-nonce-manager.js+24
- deploy/deploy-weth-unwrapper.js+43
- deployments/base/.chainId-1
- deployments/base/CallsSimulator.json-76
- deployments/base/SeriesNonceManager.json-252
- deployments/base/WethUnwrapper.json-106
- deployments/mainnet/PriorityFeeLimiter.json-59
- deployments/zksync/.chainid-1
- deployments/zksync/WethUnwrapper.json-182
- description.md-947
- docgen/docs/OrderRFQMixin.md+6-6
- docgen/docs/SUMMARY.md+3-3
- docgen/docs/helpers/WethUnwrapper.md+3-3
- docgen/docs/interfaces/InteractionNotificationReceiver.md+1-1
- docgen/docs/interfaces/PostInteractionNotificationReceiver.md+3-3
- docgen/docs/interfaces/PreInteractionNotificationReceiver.md+3-3
- hardhat.config.js+2-14
- hardhat.networks.js-14
- package.json+21-25
- test/ChainLinkExample.js+65-49
- test/ContractRFQ.js+10-25
- test/DutchAuctionCalculator.js+16-55
- test/Extensions.js-83
- test/Interactions.js+155-225
- test/LimitOrderProtocol.js+794-1.1k
- test/MeasureGas.js-129
- test/NonceManager.js+50
- test/PriorityFeeLimiter.js-106
- test/RangeAmountCalculator.js+8-15
- test/RangeLimitOrders.js-312
- test/RfqOrders.js+408
- test/SeriesEpochManager.js-55
- test/SeriesNonceManager.js+57
- test/SolidityTests.js+99
- test/examples/LimitOrderProtocol-example.js-283
- test/helpers/fixtures.js+23-16
- test/helpers/orderUtils.js+100-202
- test/helpers/utils.js+5-49
- yarn.lock+1.2k-1.4k
Binary file not shown.
0 commit comments