Skip to content

Commit

Permalink
chore(cardano-node-follower): Crate API design (#33)
Browse files Browse the repository at this point in the history
* 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 version
  • Loading branch information
FelipeRosa committed Jan 4, 2024
1 parent ecc2d19 commit f3f8ddc
Show file tree
Hide file tree
Showing 10 changed files with 2,010 additions and 16 deletions.
5 changes: 5 additions & 0 deletions .config/dictionaries/project.dic
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ asyncio
auditability
BROTLI
cardano
cbor
CEST
chrono
ciphertext
Expand All @@ -21,10 +22,12 @@ drep
dreps
encryptor
fontawesome
fsgr
genhtml
gmtime
ideascale
Intellij
iohk
jetbrains
jorm
jormungandr
Expand All @@ -34,8 +37,10 @@ lcov
Leshiy
localizable
mdlint
miniprotocols
mitigations
moderations
multiera
nanos
netkey
oneshot
Expand Down

0 comments on commit f3f8ddc

Please sign in to comment.