This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added 1IP-08 and 1IP-09. Added 1RC language. Fixed typos.
- Loading branch information
1 parent
54a2da2
commit 02cb1c2
Showing
37 changed files
with
729 additions
and
378 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
docs/limit-order-protocol/smart-contract/LimitOrderProtocol.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
docs/limit-order-protocol/smart-contract/LimitOrderProtocolPro.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# LimitOrderProtocolPro | ||
|
||
|
||
1inch Pro Limit Order Protocol | ||
|
||
|
||
|
||
## Derives | ||
- [OrderMixin](OrderMixin.md) | ||
- [Permitable](libraries/Permitable.md) | ||
- [PredicateHelper](helpers/PredicateHelper.md) | ||
- [NonceManager](helpers/NonceManager.md) | ||
- [ChainlinkCalculator](helpers/ChainlinkCalculator.md) | ||
- [AmountCalculator](helpers/AmountCalculator.md) | ||
- [EIP712](https://docs.openzeppelin.com/contracts/3.x/api/utils/cryptography#draft-EIP712) | ||
|
||
## Functions | ||
### DOMAIN_SEPARATOR | ||
```solidity | ||
function DOMAIN_SEPARATOR( | ||
) external returns (bytes32) | ||
``` | ||
|
||
|
||
|
||
|
Oops, something went wrong.