Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(rust/cardano-chain-follower): Refactor chain follower to use cardano-blockchain-types #115

Merged
merged 46 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
bc4bfff
fix(cardano-chain-follower): use Network, MultiEraBlock, Point from c…
bkioshn Dec 19, 2024
1d37012
fix(cardano-chain-follower): comments
bkioshn Dec 19, 2024
e645601
fix(cardano-chain-follower): comments
bkioshn Dec 19, 2024
4d1aea0
fix(cardano-chain-follower): fix type
bkioshn Dec 23, 2024
489a289
fix(cardano-chain-follower): fix type stat
bkioshn Dec 23, 2024
d8542d1
fix(cardano-chain-follower): fix type
bkioshn Dec 24, 2024
1ce3a20
fix(cardano-chain-follower): remove raw_aux_data
bkioshn Dec 25, 2024
9f48bd0
fix(cardano-chain-follower): remove decoded_transaction
bkioshn Dec 25, 2024
b0b68f9
fix(cardano-chain-follower): update cip509
bkioshn Dec 25, 2024
980b1b3
fix(cardano-chain-follower): update cip36
bkioshn Dec 26, 2024
944a112
fix(cardano-chain-follower): update metadata
bkioshn Dec 26, 2024
fa0bcd5
fix(cardano-chain-follower): update cip509
bkioshn Dec 26, 2024
194b327
fix(cardano-chain-follower): nonce
bkioshn Dec 26, 2024
81bc839
fix(cardano-chain-follower): update get metadata by label
bkioshn Dec 26, 2024
5e110f0
fix(cardano-chain-follower): slot
bkioshn Dec 26, 2024
d568da1
fix(cardano-blockchain-types): follow_chains.rs
bkioshn Dec 31, 2024
69f000f
fix(cardano-blockchain-types): decodedmetadata
bkioshn Dec 31, 2024
70debef
fix(cardano-blockchain-types): cleanup cip36
bkioshn Dec 31, 2024
06fbfa1
fix(cardano-blockchain-types): follow_chains.rs
bkioshn Dec 31, 2024
8b9f82c
fix(cardano-blockchain-types): cleanup
bkioshn Dec 31, 2024
f809624
fix(cardano-chain-follower): remove blake2b hash
bkioshn Dec 31, 2024
31abce8
fix(cardano-chain-follower): usecip36 contructor
bkioshn Dec 31, 2024
017b69e
fix(cardano-chain-follower): naming chain -> network
bkioshn Dec 31, 2024
1d095c5
fix(cardano-chain-follower): remove unnecessary file
bkioshn Jan 7, 2025
a99a7e7
Merge branch 'main' into fix/refactor-chain-follower
bkioshn Jan 8, 2025
244c3b1
fix(cardano-chain-follower): use function from catalyst-types
bkioshn Jan 8, 2025
5628663
fix(cardano-chain-follower): minor fixes
bkioshn Jan 8, 2025
595dd5d
test(cardano-chain-follower): recheck test in follow.rs
bkioshn Jan 8, 2025
41363e2
fix(cardano-chain-follower): add blockchain-types and cat-types lib
bkioshn Jan 8, 2025
589ac48
fix(cardano-chain-follower): try out new cip36
bkioshn Jan 9, 2025
99f9b1a
fix(cardano-chain-follower): remove redundant file data
bkioshn Jan 9, 2025
e96216a
fix(cardano-chain-follower): break down stats
bkioshn Jan 9, 2025
e74e3b5
fix(cardano-chain-follower): example log cip36
bkioshn Jan 9, 2025
7ab857c
fix(cardano-chain-follower): remove unused dependencies
bkioshn Jan 9, 2025
59b9fcf
Merge branch 'main' into fix/refactor-chain-follower
stevenj Jan 9, 2025
60c7237
fix(cardano-chain-follower): modify logging metadata example
bkioshn Jan 9, 2025
f4717e7
Merge branch 'main' into fix/refactor-chain-follower
bkioshn Jan 9, 2025
d970fdb
Merge branch 'main' into fix/refactor-chain-follower
stevenj Jan 9, 2025
cbe8f86
fix(cardano-chain-follower): revert changes
bkioshn Jan 10, 2025
00e5cf7
Update rust/cardano-chain-follower/Cargo.toml
bkioshn Jan 10, 2025
557e20c
fix(cardano-chain-follower): revert changes
bkioshn Jan 10, 2025
9302156
fix(cardano-chain-follower): new fork
bkioshn Jan 10, 2025
2fbbe61
fix(cardano-chain-follower): add more function
bkioshn Jan 13, 2025
2283d97
fix(cardano-chain-follower): tag cardano-blockchain-types
bkioshn Jan 14, 2025
19b06b8
Merge branch 'main' into fix/refactor-chain-follower
bkioshn Jan 14, 2025
d63192f
fix(cardano-chain-follower): magic number
bkioshn Jan 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions rust/cardano-chain-follower/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ pallas = { version = "0.30.1", git = "https://github.com/input-output-hk/catalys
pallas-hardano = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }
pallas-crypto = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }

# mithril-client = { version = "0.10.4", git = "https://github.com/input-output-hk/mithril", rev = "c6c7ebafae0158b2c1672eb96f6ef832fd542f93", default-features = false, features = [
mithril-client = { version = "0.10.4", default-features = false, features = [
"full",
"num-integer-backend",
] }

rbac-registration = { version = "0.0.2", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "v0.0.8" }
cardano-blockchain-types = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250114-00" }
catalyst-types = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250108-00" }

thiserror = "1.0.69"
tokio = { version = "1.42.0", features = [
Expand All @@ -37,26 +36,20 @@ url = "2.5.4"
anyhow = "1.0.95"
chrono = "0.4.39"
async-trait = "0.1.83"
dirs = "5.0.1"
futures = "0.3.31"
humantime = "2.1.0"
crossbeam-skiplist = "0.1.3"
crossbeam-channel = "0.5.14"
crossbeam-epoch = "0.9.18"
strum = "0.26.3"
ouroboros = "0.18.4"
hex = "0.4.3"
rayon = "1.10.0"
serde = "1.0.217"
serde_json = "1.0.134"
mimalloc = { version = "0.1.43", optional = true }
memx = "0.1.32"
fmmap = { version = "0.3.3", features = ["sync", "tokio-async"] }
minicbor = { version = "0.25.1", features = ["alloc", "derive", "half"] }
zstd = "0.13.2"
ed25519-dalek = "2.1.1"
blake2b_simd = "1.0.2"
num-traits = "0.2.19"
logcall = "0.1.11"
tar = "0.4.43"
ureq = { version = "2.12.1", features = ["native-certs"] }
Expand All @@ -65,12 +58,12 @@ hickory-resolver = { version = "0.24.2", features = ["dns-over-rustls"] }
moka = { version = "0.12.9", features = ["sync"] }

[dev-dependencies]
hex = "0.4.3"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
test-log = { version = "0.2.16", default-features = false, features = [
"trace",
] }
clap = "4.5.23"
# rbac-registration = { version = "0.0.2", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "v0.0.8" }

# Note, these features are for support of features exposed by dependencies.
[features]
Expand Down
Loading
Loading