Extend merkletree spec, init SignedPod section, add typos checker in CI (#31)
Extend merkletree spec, init SignedPod section, add typos checker in CI - extend merkletree spec, converting old hand-drawn diagrams to drawio diagrams, and adding new diagrams (related: #6) - init SignedPod section (related: #2) - initial draft of the types dictionary, set, array (related: #26) - add typos checker in CI (and correct the ones that were detected) Note on drawio diagrams: each image file contains the metadata to edit the diagram in the draw.io website.
This commit is contained in:
parent
d85e1b7c78
commit
e074d34078
19 changed files with 144 additions and 31 deletions
|
|
@ -58,7 +58,7 @@ statement loan_check(receiver: PubKey):
|
|||
- lt(paystub.start_date, NOW_MINUS_1Y) # start_date is more than 1y old
|
||||
- gt(paystub.issue_date, NOW_MINUS_7D) # issue_date is less than 7d old
|
||||
# Annual salary is at least $20,000
|
||||
- gt(paystub.anual_salary, 20000)
|
||||
- gt(paystub.annual_salary, 20000)
|
||||
```
|
||||
|
||||
## ZuKYC (simplified for P1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue