Commit ba6ad3e
feat(rust/rbac-registration): RBAC refactoring feature branch (#630)
* feat(rust/rbac-registration): Add provider trait for `RegistrationChain` (#586)
* initial
* feat: provider
* feat: update chain
* feat: start_new_chain
* feat: merge validation result struct into cip509
* feat: exports
* feat: return new chain
* chore: return success object
* fix: older version
* feat: cat id in payload
* fix: new version
* chore: lintfix
* chore: remove persistent arguments
* tmp
* chore: complete moving to central module
* feat: ref fn
* chore: merge methods
* chore: minor
* feat: export modified chains
* chore: minor comment
* chore: rbac update logic
* chore: isolation
* chore: validation and lintfix
* docs: remove error doc
* chore: minor refactor
* fix: comments
* chore: validation function return
* Update rust/rbac-registration/src/providers.rs
Co-authored-by: Alex Pozhylenkov <leshiy12345678@gmail.com>
---------
Co-authored-by: Alex Pozhylenkov <leshiy12345678@gmail.com>
* feat(rust/rbac-registration): RBAC stolen `StakeAddress` handling. (#631)
* wip
* wip
* wip
* wip
* revert
* wip
* add stolen_uris field
* wip
* wip
* wip
* fix
* wip
* wip
* fix spelling
* fix
* wip
* wip
* wip
* wip
* cleanup
* fix test
* fix clippy
* wip
* wip
* fix
* wip
* fix clippy
* fix
* wip
* wip
* fix clippy
* make Cip0134UriSet private (#655)
* wip (#658)
* Update rust/rbac-registration/src/registration/cardano/mod.rs
Co-authored-by: Rafał Chabowski <rafal.chabowski@iohk.io>
* fix suggestions
* wip
* fix clippy
* comments fixes
* rename state to Provider
* fix fmt
* cleanup `check_signing_public_key`
* Update rust/rbac-registration/src/cardano/cip509/cip509.rs
Co-authored-by: bkioshn <35752733+bkioshn@users.noreply.github.com>
* fix fmt
* fix fmt
---------
Co-authored-by: Apisit Ritruengroj <38898766+apskhem@users.noreply.github.com>
Co-authored-by: Rafał Chabowski <rafal.chabowski@iohk.io>
Co-authored-by: bkioshn <35752733+bkioshn@users.noreply.github.com>1 parent 0c33096 commit ba6ad3e
File tree
10 files changed
+513
-174
lines changed- rust/rbac-registration
- src
- cardano
- cip509
- rbac
- types
- utils
- registration/cardano
- utils
10 files changed
+513
-174
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
| 35 | + | |
35 | 36 | | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
83 | | - | |
| 85 | + | |
| 86 | + | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| |||
180 | 183 | | |
181 | 184 | | |
182 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
183 | 192 | | |
184 | 193 | | |
185 | 194 | | |
| |||
227 | 236 | | |
228 | 237 | | |
229 | 238 | | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
230 | 282 | | |
231 | 283 | | |
232 | 284 | | |
| |||
269 | 321 | | |
270 | 322 | | |
271 | 323 | | |
272 | | - | |
| 324 | + | |
| 325 | + | |
273 | 326 | | |
274 | 327 | | |
275 | 328 | | |
276 | 329 | | |
277 | 330 | | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | 331 | | |
291 | 332 | | |
292 | 333 | | |
| |||
305 | 346 | | |
306 | 347 | | |
307 | 348 | | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
325 | 356 | | |
326 | | - | |
327 | | - | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
328 | 361 | | |
329 | 362 | | |
330 | 363 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments