Commit 8df0b1c
feat(rust/cardano-blockchain-types): add cardano-blockchain-types crate (#107)
* feat(rust): add cardano-blockchain-types crate
* fix(rust): Remove unused dependencies
* fix(cardano-blockchain-types): time_to_slot calculation
Signed-off-by: bkioshn <[email protected]>
* fix(cardano-blockchain-types): remove justfile
Signed-off-by: bkioshn <[email protected]>
* fix(cardano-blockchain-types): point new should take type Slot and Blake2bHash
Signed-off-by: bkioshn <[email protected]>
* fix(cardano-blockchain-types): Fork type
Signed-off-by: bkioshn <[email protected]>
* fix(cardano-blockchain-types): point and fuzzy point test
Signed-off-by: bkioshn <[email protected]>
* fix(cardano-blockchain-types): add Fork increment function
Signed-off-by: bkioshn <[email protected]>
* fix(cardano-blockchain-types): add comment on tag 259
Signed-off-by: bkioshn <[email protected]>
* fix(cardano-blockchain-types): add Fork decrement function
Signed-off-by: bkioshn <[email protected]>
* test(rust): try earthly no-cache
Signed-off-by: bkioshn <[email protected]>
* test(rust): try earthly no-cache and fix doc artifact
Signed-off-by: bkioshn <[email protected]>
* test(rust): remove no-cache
Signed-off-by: bkioshn <[email protected]>
* fix(cardano-blockchain-types): expose Fork and Network
Signed-off-by: bkioshn <[email protected]>
* fix(cardano-blockchain-types): add partailOrd to Fork
Signed-off-by: bkioshn <[email protected]>
* Update rust/cardano-blockchain-types/src/point.rs
Co-authored-by: Stanislav Tkach <[email protected]>
* fix(cardano-blockchain-types): cleanup
Signed-off-by: bkioshn <[email protected]>
* fix(cardano-blockchain-types): testdoc
Signed-off-by: bkioshn <[email protected]>
* Update rust/cardano-blockchain-types/src/point.rs
* fix(cardano-blockchain-types): cleanup
Signed-off-by: bkioshn <[email protected]>
* fix(cardano-blockchain-types): format
* fix(cardano-blockchain-types): add validate PR title
* fix(cardano-blockchain-types): comments
* fix(cardano-blockchain-types): fix hash_or_default
* fix(cardano-blockchain-types): redundant code
* test: no cache
* test: revert change
* test ci
* test ci
* test ci
* test ci
* test ci
* test ci
* test ci
* test ci
* test ci
* test ci
* revert change
* test ci
* revert change
* fix(rust): Bump rust version, and test everything using that version.
* feat(rust): Bump more dependencies
* fix(rust): Use latest cat-ci release for latest rust compiler
* fix(rust): skip building the c509 crate as rust
* fix(rust): Fix bad character in the file
* fix(rust): Remove redundant Earthfile
* fix(rust): Reduce runtime of excessively slow property tests
* fix(rust): test serialized doctests in ci
* fix(rust): Try and fix broken test reports after cat-ci upgraded to forge.
* fix(rust): Disable code coverage in CI because its broken after cat-ci upgraded to forge.
* fix(rust): Try and fix CI being totally broken now that allure reports are disabled
* fix(rust): Use released cat-ci version
---------
Signed-off-by: bkioshn <[email protected]>
Co-authored-by: bkioshn <[email protected]>
Co-authored-by: bkioshn <[email protected]>
Co-authored-by: Stanislav Tkach <[email protected]>1 parent 9851aac commit 8df0b1c
File tree
85 files changed
+3105
-143
lines changed- .config/dictionaries
- .github/workflows
- docs
- src/architecture/08_concepts
- catalyst_voting/cddl
- immutable_ledger/cddl
- rust
- .cargo
- c509-certificate
- examples/cli
- src
- cardano-blockchain-types
- src
- auxdata
- data
- test_data
- conway_tx_rbac
- test_snapshot_id
- 12345/immutable
- 12346/immutable
- 12347/immutable
- 123abc/immutable
- cardano-chain-follower
- src
- catalyst-voting/src/crypto
- zk_unit_vector
- cbork-abnf-parser/tests/testsuite
- cbork-cddl-parser/tests
- cbork
- hermes-ipfs
- examples
- src
- immutable-ledger
- src
- rbac-registration/src/cardano/cip509
- signed_doc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
85 files changed
+3105
-143
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
Lines changed: 11 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 16 | | |
21 | 17 | | |
22 | 18 | | |
| |||
29 | 25 | | |
30 | 26 | | |
31 | 27 | | |
32 | | - | |
33 | | - | |
| 28 | + | |
| 29 | + | |
34 | 30 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
38 | 36 | | |
39 | 37 | | |
40 | | - | |
| 38 | + | |
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 42 | + | |
| 43 | + | |
50 | 44 | | |
51 | 45 | | |
52 | 46 | | |
| |||
107 | 101 | | |
108 | 102 | | |
109 | 103 | | |
110 | | - | |
| 104 | + | |
111 | 105 | | |
112 | 106 | | |
113 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| 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 | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 30 | + | |
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments