This repository was archived by the owner on Apr 30, 2024. It is now read-only.
Commit 2bbbbd0
Deploy script (#33)
* feat: foundry deploy script w/ hardhat wip
* feat: fix foundry deploy script
* feat: makefile abi & typechain
* feat: hardhat scripts
* fix: delete ignore folder
* feat: script deployments and mocks
* fix: package deps
* fix: ignore folders
* feat: deploy & revert scripts
* feat: tagging module events (#26)
* feat: main deploy configs & minor makefile change
* additional deploy & post-deploy scripts
* hardhat config
* fix: deploy scripts for new interfaces & structs
* merge main
* fix: modify script for new merged main
* fix: remove unused files & modify script/configs
* Introducing Meta-Transaction Support to IPAccount with EIP712 Standard Signatures (#32)
* Parameters (#31)
* added transfer terms, refactored term checking
* add param test
* unused var test
* fix policy needs transfer arguments
* fix tests, addPolicy public only allow new policies
* licenseData not provided when minting, it is a result
* added activation
* wip: license activation
* rolled back license status
* removed activation related code
* stray activation method
* stray event
* stray errors
* fix comment
* fix comment
* WIP
* comment
* fixes
* WIP
* WIP: fix identification of policy set by linking
* refactor to compile
* fix except integration
* feat: integration test fix, remove local vars, add reverts on verification
* fix: verifier interfaces, integration test fix, mock verifier fix, remove local var
* fix: rename contract, add constructor param for mock verifier, formats, more base contract, test fixes
* fix: rename vars and clean stack
* feat: flexible MockParamVerifier, modify integration/unit test runs
* Update contracts/interfaces/licensing/IMintParamVerifier.sol
---------
Co-authored-by: Raul <[email protected]>
Co-authored-by: Jongwon Park <[email protected]>
* fix: remove lcov.info
---------
Co-authored-by: kingster-will <[email protected]>
Co-authored-by: Ramarti <[email protected]>
Co-authored-by: Raul <[email protected]>1 parent e2c1240 commit 2bbbbd0
File tree
16 files changed
+227
-714
lines changed- contracts/modules/tagging
- script
- foundry
- deployment
- utils
- hardhat/post-deployment
16 files changed
+227
-714
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
37 | 43 | | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
41 | | - | |
| 47 | + | |
42 | 48 | | |
43 | 49 | | |
44 | 50 | | |
| |||
71 | 77 | | |
72 | 78 | | |
73 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
74 | 83 | | |
75 | 84 | | |
76 | | - | |
| 85 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 38 | | |
42 | 39 | | |
43 | 40 | | |
| |||
0 commit comments