Commit a1f03d4
authored
feat(coprocessor): host-listener + transaction-sender, delegations (#1092)
* feat(coprocessor): host-listener + transaction-sender, delegations
* fix(host-contracts): delegations, expiry/expiration
* test(test-suite): delegate user decryption, happy path test
* test(coprocessor): host-listener, faster test
* fix(coprocessor): update delegation db expiration date type1 parent 657a07e commit a1f03d4
File tree
50 files changed
+2223
-159
lines changed- .github/workflows
- charts/coprocessor
- coprocessor/fhevm-engine
- .sqlx
- db-migration/migrations
- host-listener
- contracts
- src
- cmd
- database
- tests
- stress-test-generator/src
- tfhe-worker/src/tests
- transaction-sender
- contracts
- src
- bin
- ops
- tests
- host-contracts/contracts
- test-suite
- e2e
- contracts
- test/delegateUserDecrypt
- fhevm
- docker-compose
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
50 files changed
+2223
-159
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
185 | 190 | | |
186 | 191 | | |
187 | 192 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
757 | 757 | | |
758 | 758 | | |
759 | 759 | | |
| 760 | + | |
760 | 761 | | |
761 | 762 | | |
762 | 763 | | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
763 | 770 | | |
764 | 771 | | |
765 | 772 | | |
| |||
Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 88 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments