Commit 405f07a
feat(rust/immutable-ledger): block encoding decoding and validation (#67)
* feat(decode and encode block header): wip
barebones
* feat(block decoding): wip
* feat(validators): block signatures
* feat(validators): block signatures
* feat(validators): block signatures
* feat(block validation): ledger
* feat(block validation): ledger
* feat(block validation): ledger
* feat(block validation): ledger
* feat(block validation): ledger
* feat(block validation): ledger
* feat(block validation): ledger
* ci(pr name): housekeeping
* ci(pr name): housekeeping
* ci(pr name): housekeeping
* ci(pr name): housekeeping
* ci(pr name): housekeeping
* feat(block validation): ledger
* feat(block validation): ledger
* feat(block validation): ledger
* feat(block validation): ledger
* feat(block validation): ledger
* feat(block validation): ledger
* feat(block validation): ledger
* feat(block validation): ledger
* feat(block validation): ledger
* feat(block validation): ledger
* feat(block validation): ledger
* ci(lints): fix
* ci(lints): fix
* ci(lints): fix
* ci(lints): fix
* ci(lints): fix
* ci(lints): fix
* refactor(encode block): simpler api
* refactor(encode block): simpler api
* refactor(encode block): simpler api
* refactor(encode block): simpler api
* refactor(add block types and cddl tests): verifcation and refactor
* refactor(add block types and cddl tests): verifcation and refactor
* refactor(add block types and cddl tests): verifcation and refactor
* refactor(rm redundant test): test
* refactor(deny.toml): rustsec
* refactor(deny.toml): rustsec
* refactor(deny.toml): rustsec
* Update rust/immutable-ledger/src/serialize.rs
Co-authored-by: Alex Pozhylenkov <[email protected]>
* Update rust/immutable-ledger/src/serialize.rs
Co-authored-by: Alex Pozhylenkov <[email protected]>
* refactor(agnostic signing algo and proptest): generic
* refactor(agnostic signing algo and proptest): generic
* refactor(agnostic signing algo and proptest): generic
* refactor(agnostic signing algo and proptest): generic
* refactor(agnostic signing algo and proptest): generic
* ci
---------
Co-authored-by: Alex Pozhylenkov <[email protected]>
Co-authored-by: Oleksandr Prokhorenko <[email protected]>1 parent 575a153 commit 405f07a
File tree
10 files changed
+954
-2
lines changed- .github/workflows
- docs
- rust
- c509-certificate
- cbork
- immutable-ledger
- src
10 files changed
+954
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments