Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
33700c9
fix(cardano-blockchain-types): key registration
bkioshn Jan 2, 2025
5fb2094
fix(cardano-blockchain-types): registration witness
bkioshn Jan 2, 2025
b646bb7
fix(cardano-blockchain-types): voting pk
bkioshn Jan 2, 2025
2e025d6
fix(cardano-blockchain-types): validation test
bkioshn Jan 2, 2025
82501be
fix(cardano-blockchain-types): cip36 constructor
bkioshn Jan 2, 2025
860d3f3
fix(cardano-blockchain-types): format
bkioshn Jan 2, 2025
4e54069
Merge branch 'fix/cardano-bc-types-base-change' into fix/cip36
bkioshn Jan 2, 2025
d34166c
Merge branch 'fix/cardano-bc-types-base-change' into fix/cip36
bkioshn Jan 3, 2025
c0afb63
fix(cardano-blockchain-types): move cip36 to be under metadata
bkioshn Jan 3, 2025
57a4384
fix(cardano-blockchain-types): use decode_helper from cbork-utils
bkioshn Jan 3, 2025
3847005
fix(cardano-blockchain-types): visibility, cip36 constructor
bkioshn Jan 3, 2025
9df8616
fix(cardano-blockchain-types): cip36 constructor
bkioshn Jan 3, 2025
70d068c
Merge branch 'fix/cardano-bc-types-base-change' into fix/cip36
bkioshn Jan 3, 2025
b403820
fix(cardano-blockchain-types): handle unset data
bkioshn Jan 3, 2025
d269b17
fix(cardano-blockchain-types): cip36 err report
bkioshn Jan 3, 2025
e0d50d7
Merge branch 'fix/cardano-bc-types-base-change' into fix/cip36
bkioshn Jan 4, 2025
d82fa5f
fix(cardano-blockchain-types): update cbor-utils tag
bkioshn Jan 4, 2025
be138fe
fix(cardano-blockchain-types): cip36 now contain validation
bkioshn Jan 6, 2025
0957f71
fix(cardano-blockchain-types): cip36 validation implement getter
bkioshn Jan 6, 2025
3b1ae1b
fix(cardano-blockchain-types): remove validation from cip36 struct
bkioshn Jan 6, 2025
7543a5d
fix(cardano-blockchain-types): improve verifying key error log
bkioshn Jan 6, 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
1 change: 1 addition & 0 deletions rust/cardano-blockchain-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ workspace = true
pallas = { 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" }
# pallas-hardano = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }
cbork-utils = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "v0.0.11" }

ouroboros = "0.18.4"
tracing = "0.1.41"
Expand Down
368 changes: 0 additions & 368 deletions rust/cardano-blockchain-types/src/cip36/key_registration.rs

This file was deleted.

Loading
Loading