Commit bbb122d
authored
feat: lazy pkey downloader (#1977)
* feat: move proving keys management into cli
* keys downloader
* refactor: integrate dynamic proving key management
* fix: update artifact path in prover-test workflow
* fix: update artifact path in prover-test workflow
* fix: add read permissions to prover-test workflow
* fix: update Go setup and add linux/arm64 support in prover-release workflow
* refactor: remove buildProver script and integrate dynamic prover binary management in CLI
* feat: add utility to download prover binary
* fix: update getProverNameByArch
* fix: correct getProverNameByArch implementation
* fix: add missing commas in downloadProverBinary and processProverServer
* feat: lazy prover
# Conflicts:
# sdk-libs/program-test/src/program_test/config.rs
* update prover version to 1.0.1
* fix
* remove prover configuration from local test validator
* feat: implement thread-safe checksum cache management
* fix
* preload keys for lazy test
* preload test keys for lazy test
* preload test keys for lazy test
* fix
* fix
* increase default max wait time to 900 seconds
* start queue workers for redis queue
* bump prover version to 1.0.2
* restore download_keys.sh
* chmod +x download_keys.sh
* remove ProverConfig
* remove build-ci & test-ci workflow cmds
* use go key downloader
* refactor key path construction to use filepath
* add error handling for directory change in download-gnark-keys.sh
* add redirect handling with limit in downloadFile function
* add error handling for gnark keys download in download-gnark-keys.sh
* update preload-keys
* bump prover version
* remove unused run mode handling
* bump prover version1 parent 7aeb921 commit bbb122d
File tree
56 files changed
+1850
-1156
lines changed- .github
- actions/setup-and-build
- workflows
- cli
- scripts
- src
- commands/start-prover
- utils
- forester/tests
- legacy
- program-tests
- batched-merkle-tree-test/tests
- compressed-token-test/tests
- e2e-test/tests
- system-cpi-v2-test/tests
- utils/src
- prover
- client
- src
- tests
- server
- prover/common
- scripts
- server
- scripts/devenv
- sdk-libs
- client/src
- program-test/src/program_test
- sdk-tests/client-test/tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
56 files changed
+1850
-1156
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
| |||
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
37 | | - | |
| 43 | + | |
| 44 | + | |
0 commit comments