Commit 039d41e
authored
feat: upgrade to contracts v2.2.0 (#450)
* feat: upgrade to protocol v2.2.0
* rename "operator" into "assistant"
* fix e2e tests
* add e2e tests for reserving offer range for voucher contract
* fix subgraph test
* add e2e test to approve preminted tokens and validate seaport orders
* lint code
* add e2e tests for calling seaport validate for preminted vouchers with meta-transactions
* replace MockSeaport with real Seaport contract (from protocol-contracts submodules)
* point protocol-contracts onto tag v2.2.0-rc.4
* fix issue with meta-tx e2e test
* (try to) fix e2e test pipeline
* Allow to override the txGas for signMetaTxCallExternalContract and signMetaTxSetApprovalForAllToContract1 parent f955cb2 commit 039d41e
83 files changed
Lines changed: 4452 additions & 1005 deletions
File tree
- .github/workflows
- contracts
- scripts
- e2e
- tests
- packages
- common/src
- abis
- types
- utils
- core-sdk
- src
- accounts
- exchanges
- meta-tx
- offers
- seaport
- voucher
- tests
- accounts
- exchanges
- offers
- ethers-sdk/src/contracts
- factories
- react-kit/src
- components/cta/offer
- stories/cta
- dispute
- offer
- seller
- subgraph
- src
- entities
- mappings
- tests
- scripts
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 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 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
| |||
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
20 | 68 | | |
21 | 69 | | |
22 | 70 | | |
| |||
26 | 74 | | |
27 | 75 | | |
28 | 76 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
36 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
37 | 92 | | |
38 | | - | |
| 93 | + | |
39 | 94 | | |
40 | 95 | | |
41 | 96 | | |
| |||
0 commit comments