This repository was archived by the owner on Jul 1, 2024. It is now read-only.
2 files changed
+2
-1
lines changedSubmodule limit-order-protocol updated 58 files
- .solcover.js+14-14
- .vscode/settings.json+1-1
- contracts/LimitOrderProtocol.sol+1-1
- contracts/OrderLib.sol+1-1
- contracts/OrderMixin.sol+12-14
- contracts/extensions/ChainlinkCalculator.sol+35-50
- contracts/extensions/DutchAuctionCalculator.sol+1-1
- contracts/extensions/ERC1155Proxy.sol+1-1
- contracts/extensions/ERC721Proxy.sol+1-1
- contracts/extensions/ERC721ProxySafe.sol+1-1
- contracts/extensions/ETHOrders.sol+9-8
- contracts/extensions/ImmutableOwner.sol+4-4
- contracts/extensions/OrderIdInvalidator.sol+5-5
- contracts/extensions/PrioirityFeeLimiter.sol+1-1
- contracts/extensions/RangeAmountCalculator.sol+1-1
- contracts/helpers/PredicateHelper.sol+1-1
- contracts/helpers/SeriesEpochManager.sol+10-10
- contracts/helpers/SeriesNonceManager.sol+2-2
- contracts/interfaces/IOrderMixin.sol+2-21
- contracts/libraries/AmountCalculatorLib.sol+1-1
- contracts/libraries/BitInvalidatorLib.sol+3-5
- contracts/libraries/ExtensionLib.sol+2-2
- contracts/libraries/MakerTraitsLib.sol-1
- contracts/libraries/RemainingInvalidatorLib.sol+2-2
- contracts/mocks/AggregatorMock.sol+5-5
- contracts/mocks/ArbitraryPredicateMock.sol+1-2
- contracts/mocks/CallsSimulator.sol+1-1
- contracts/mocks/EIP712Alien.sol+1-2
- contracts/mocks/ExtensionMock.sol+1-1
- contracts/mocks/HashChecker.sol+5-5
- contracts/mocks/InteractionMock.sol+1-2
- contracts/mocks/MakerContract.sol+17-17
- contracts/mocks/RecursiveMatcher.sol+1-1
- contracts/mocks/TakerContract.sol-24
- contracts/mocks/WrappedTokenMock.sol+7-4
- deploy/deploy.js+1-8
- description.md+3-3
- hardhat.config.js+5-6
- hardhat.networks.js+54
- package.json+26-26
- test/ChainLinkExample.js+52-179
- test/DutchAuctionCalculator.js+48-48
- test/Eip712.js+1-1
- test/Extensions.js+1-1
- test/Interactions.js+140-141
- test/LimitOrderProtocol.js+418-849
- test/MakerContract.js+23-23
- test/MeasureGas.js+23-23
- test/PriorityFeeLimiter.js+9-8
- test/RangeAmountCalculator.js+8-8
- test/RangeLimitOrders.js+31-30
- test/SeriesEpochManager.js+6-6
- test/examples/LimitOrderProtocol-example.js+1-1
- test/helpers/eip712.js+3-3
- test/helpers/fixtures.js+12-12
- test/helpers/orderUtils.js+3-3
- test/helpers/utils.js+2-2
- yarn.lock+522-1.2k
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| 38 | + | |
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
|
0 commit comments