Commit 803f104
feat(common): simple acl (#2072)
* refactor(coprocessor): remove ACL propagate ops (#1825)
* chore(gateway-contracts): remove MultichainACL contract (#1904)
* chore(gateway-contracts): remove MultichainACL from gateway-contracts
* chore(coprocessor): remove multichainACL contract from coprocessor
* chore(gateway-contracts): remove unused param from internal Decryption.sol function
* chore(gateway-contracts): remove multichainACL checks from Decryption.sol tests
* chore(gateway-contracts): update rust bindings
* chore(gateway-contracts): make conformance
* chore(gateway-contracts): remove multichainACL test from delegated user decrypt
* chore(gateway-contracts): update bindings with foundry v1.3.1 as in CI
* chore(gateway-contracts): bump Decryption.sol upgradeable version
* chore(gateway-contracts): fix lint
* refactor: remove arbitrum expiration date constraint from host ACL
* refactor: remove unused params from isUserDecryptionReady & isDelegatedUserDecryptionReady
* chore: fix comments
* fix: fix ci upgrade contract flag
* fix: remove test related to legacy expiry-too-soon constraint
* chore: make conformance
* chore(test-suite): use acl relayer (#2064)
* chore(test-suite): update copro params
* chore(test-suite): update contract addresses
* chore(gateway-contracts): pauser task minor fix
* chore(test-suite): update relayer
* chore(test-suite): update relayer-sdk v0.4.1
* chore(test-suite): draft add negative acl tests
* chore(test-suite): fix expired delegation, acl not allow tests (#2060)
* chore(test-suite): update acl failure test for delegated user decr
- Previously: negative delegated user decryption tests asserted on raw
Solidity selector 0x0190c506 and was using relayer-sdk v0.4.1 that was
not handling the label 'now_allowed_on_host_acl' from relayer.
- Now: bump relayer-sdk to v0.4.2 that handles the label and asserts on
relayer-sdk error label not_allowed_on_host_acl, matching the
structured error returned by the relayer on HTTP 400
* chore(test-suite): fix expired delegation test
- Issue: setting pastExpiration=1 reverted at the
contract level (ExpirationDateBeforeOneHour) so
the test never reached the decryption step
- Fix: delegate with a valid expiration (now + 1h1m),
then use evm_increaseTime to fast-forward past it
before attempting decryption
* chore(common): update package-lock.json
---------
Co-authored-by: Simon Eudeline <simon.eudeline@zama.ai>
* fix(test-suite): relayer and copro config update
* chore(test-suite): update test-suite versions
---------
Co-authored-by: Manoranjith <manoranjith.ponnuraj@zama.ai>
* chore(coprocessor): versions bump
* chore(gateway-contracts): remove acl from upgrade manifest
* tests(coprocessor): fix stop_retrying_verify_proof_on_gw_config_error()
---------
Co-authored-by: Petar Ivanov <29689712+dartdart26@users.noreply.github.com>
Co-authored-by: malatrax <71888134+zmalatrax@users.noreply.github.com>
Co-authored-by: Manoranjith <manoranjith.ponnuraj@zama.ai>1 parent da92795 commit 803f104
File tree
83 files changed
+471
-25700
lines changed- charts/coprocessor
- coprocessor
- fhevm-engine
- .sqlx
- transaction-sender
- contracts
- src
- bin
- ops
- tests
- docs/metrics
- gateway-contracts
- contracts
- examples
- interfaces
- mocks
- docs/getting-started/contracts
- rust_bindings/src
- tasks
- deployment
- test
- mocks
- upgrades
- utils
- host-contracts
- contracts
- rust_bindings/src
- test/acl
- library-solidity/test
- test-suite
- e2e
- test
- delegatedUserDecryption
- httpPublicDecrypt
- userDecryption
- fhevm
- config
- connector
- relayer
- docker-compose
- env/staging
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
83 files changed
+471
-25700
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
903 | 903 | | |
904 | 904 | | |
905 | 905 | | |
906 | | - | |
907 | | - | |
908 | | - | |
909 | | - | |
910 | | - | |
911 | 906 | | |
912 | 907 | | |
913 | 908 | | |
914 | 909 | | |
915 | 910 | | |
916 | | - | |
917 | 911 | | |
918 | 912 | | |
919 | 913 | | |
| |||
943 | 937 | | |
944 | 938 | | |
945 | 939 | | |
946 | | - | |
947 | 940 | | |
948 | 941 | | |
949 | 942 | | |
950 | | - | |
951 | | - | |
952 | | - | |
953 | | - | |
954 | | - | |
955 | | - | |
956 | 943 | | |
957 | 944 | | |
958 | 945 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
193 | | - | |
194 | 192 | | |
195 | 193 | | |
196 | 194 | | |
| |||
Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 0 additions & 16 deletions
This file was deleted.
0 commit comments