Commit 752235f
feat(rust/cardano-chain-follower): Test mode for chain follower to dump transactions. (#458)
* feat(rust/cardano-chain-follower): Add mode to chain follower example to dump requested transactions, and start searching from known slot.
* feat(rust/cardano-chain-follower): Allow json logging, and add more data to the logged output/
* feat(rust/cardano-chain-follower): Add a new utility to allow easier diagnostic reporting of registration errors reported in the database.
* make uv project
* wip
* fix
* fix fmt
* fix md
* fix python fmt
---------
Co-authored-by: Mr-Leshiy <[email protected]>1 parent 21a9a72 commit 752235f
File tree
5 files changed
+517
-23
lines changed- rust
- cardano-chain-follower
- examples
- utilities
5 files changed
+517
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments