Commit 0ac4008
Rc4 (#7)
* bump version
* Successful cross-compilation, but runtime has memory allocation issues
* Working with OpenSSL static-linked
* Got dynamic linking working, added a feature flag to toggle dynamic vs. static
* Fixed the vendored build arg
* Reintroduced the cargo chef setup
* Ported the cross-compilation stuff into PBS
* Split the dockerfiles into separate builder / image definitions
* Added a build guide
* Refactored the Github release action to use the Docker builder
* Fixed the Docker image binary filenames
* Cleaned up the Darwin artifact step
* Made the CI workflow and justfile use the same toolchain as the source
* Revert "Made the CI workflow and justfile use the same toolchain as the source"
This reverts commit 58c6117.
* Testing removal of OpenSSL vendored option
* Updating just in the CI workflow
* Refactored the signer to support host and port config settings
* Updated docs
* Fixing Clippy in CI workflow
* Removed obviated CI setup
* Minor dedup of RwLock guard acquisition
* Added rate limiting for signer clients with repeated JWT auth failures
* Added Signer config validation
* Started unit test setup for the Signer
* Finished a basic signer module unit test
* Added a JWT failure unit test
* Added a rate limit test and cleaned up a bit
* Added unique ports to unit tests for parallel execution
* Cleaned up the build Dockerfile and removed an extra dependency layer
* Ported the build script over to the justfile
* Added a justfile recipe for installing protoc
* Update crates/cli/src/docker_init.rs
Co-authored-by: ltitanb <[email protected]>
* Added example signer config params
* Cleaned up signer config loading from feedback
* Added JWT auth fields to the example config
* Started building the JWT config file
* Added tests
* Started migration from JWTS_ENV to the config file
* Signing requests now uses the module's signing ID
* Finished added signing ID support and a quick test
* Fixed some example config parameters
* Added a test to ensure modules can't create the same sigs
* Made the jwt_config_file optional
* Started working on docs
* Redid implementation with the original JWTS env var
* Started the signer doc
* Overhauled the signing_id setup to be directly in the signed struct
* Made proposer commitments nested Merkle trees to allow Dirk support
* Added the signer request guide
* Added quotes to some HTML
* Added some simple JWT secret info
* Adding a closing tag
* Added prop commit signature verification helpers for modules to use
* Fixed some params in da_commit
* Cleaned load_module_signing_configs a bit
* Fixed some docs language
* Refactored into compute_prop_commit_signing_root
* CBST2-04: Update JWT secrets on reload and revoke module endpoint (Commit-Boost#295)
* Signing IDs are no longer optional in the config
* Refactored some of the signer consts for consistency
* Updated the Signer API docs
* Merge sigp-audit-fixes (Commit-Boost#348)
Co-authored-by: Manuel Iñaki Bilbao <[email protected]>
Co-authored-by: ltitanb <[email protected]>
* Move from [u8; 32] to B256 everywhere (Commit-Boost#347)
* Cleaned up some hashmap usage
* Removed compute_tree_hash_root()
* Some minor cleanup
* Fixed some docs
---------
Co-authored-by: eltitanb <[email protected]>
Co-authored-by: Joe Clapis <[email protected]>
Co-authored-by: ltitanb <[email protected]>
Co-authored-by: Manuel Iñaki Bilbao <[email protected]>1 parent 7d32afb commit 0ac4008
File tree
41 files changed
+1549
-293
lines changed- api
- bin/src
- crates
- cli/src
- common/src
- commit
- config
- pbs/types
- signer
- schemes
- pbs/src/mev_boost
- signer/src
- manager
- docs/docs
- developing
- get_started
- running
- res/img
- examples/da_commit/src
- tests
- data/configs
- src
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+1549
-293
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
129 | 166 | | |
130 | | - | |
| 167 | + | |
131 | 168 | | |
132 | 169 | | |
133 | 170 | | |
| |||
142 | 179 | | |
143 | 180 | | |
144 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
145 | 198 | | |
146 | | - | |
| 199 | + | |
147 | 200 | | |
148 | 201 | | |
149 | 202 | | |
| |||
158 | 211 | | |
159 | 212 | | |
160 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
161 | 230 | | |
162 | 231 | | |
163 | 232 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| 252 | + | |
| 253 | + | |
252 | 254 | | |
253 | 255 | | |
254 | 256 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| 336 | + | |
336 | 337 | | |
337 | 338 | | |
338 | 339 | | |
| |||
366 | 367 | | |
367 | 368 | | |
368 | 369 | | |
| 370 | + | |
369 | 371 | | |
370 | 372 | | |
371 | 373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 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 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
| |||
57 | 62 | | |
58 | 63 | | |
59 | 64 | | |
60 | | - | |
| 65 | + | |
| 66 | + | |
61 | 67 | | |
62 | 68 | | |
63 | 69 | | |
| |||
198 | 204 | | |
199 | 205 | | |
200 | 206 | | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
201 | 232 | | |
202 | 233 | | |
203 | 234 | | |
| |||
288 | 319 | | |
289 | 320 | | |
290 | 321 | | |
291 | | - | |
| 322 | + | |
292 | 323 | | |
293 | 324 | | |
294 | 325 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
0 commit comments