Commit f3f8ddc
Felipe Rosa
chore(cardano-node-follower): Crate API design (#33)
* chore: cardano-node-follower crate API design
* chore: allow Blue Oak license (need for minicbor crate)
* chore: drop node-to-client support and make rollback chain update return a block
* feat: Add chain follower config and builder
* chore: Remove chain follower crate example (hard to keep up to date)
* chore: Remove chain follower struct fields (implementation specific)
* feat: Add chain follower block fetch methods
* chore: Add fetch block and fetch block range examples
* chore: Fix lint and fmt
* chore: Add chain reader struct and refactor some methods
* chore: Add words to cspell project dictionary
* chore: fix fmt
* chore: Change read_block point type
* chore: Fix lint
* chore: Update rust CI version1 parent ecc2d19 commit f3f8ddc
File tree
10 files changed
+2010
-16
lines changed- .config/dictionaries
- hermes
- crates/cardano-chain-follower
- examples
- src
10 files changed
+2010
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
| |||
0 commit comments