This repository was archived by the owner on Jul 1, 2024. It is now read-only.
2 files changed
+2
-2
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+14-12
- contracts/extensions/ChainlinkCalculator.sol+50-35
- 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+8-9
- 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+21-2
- contracts/libraries/AmountCalculatorLib.sol+1-1
- contracts/libraries/BitInvalidatorLib.sol+5-3
- 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+2-1
- contracts/mocks/CallsSimulator.sol+1-1
- contracts/mocks/EIP712Alien.sol+2-1
- contracts/mocks/ExtensionMock.sol+1-1
- contracts/mocks/HashChecker.sol+5-5
- contracts/mocks/InteractionMock.sol+2-1
- contracts/mocks/MakerContract.sol+17-17
- contracts/mocks/RecursiveMatcher.sol+1-1
- contracts/mocks/TakerContract.sol+24
- contracts/mocks/WrappedTokenMock.sol+4-7
- deploy/deploy.js+8-1
- description.md+3-3
- hardhat.config.js+6-5
- hardhat.networks.js-54
- package.json+26-26
- test/ChainLinkExample.js+179-52
- test/DutchAuctionCalculator.js+48-48
- test/Eip712.js+1-1
- test/Extensions.js+1-1
- test/Interactions.js+141-140
- test/LimitOrderProtocol.js+849-418
- test/MakerContract.js+23-23
- test/MeasureGas.js+23-23
- test/PriorityFeeLimiter.js+8-9
- test/RangeAmountCalculator.js+8-8
- test/RangeLimitOrders.js+30-31
- 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+1.2k-521
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
|
0 commit comments