cardano-serialization-lib
cardano-serialization-lib copied to clipboard
This is a library, written in Rust, for serialization & deserialization of data structures used in Cardano's Haskell implementation of Alonzo along with useful utility functions.
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
Cardano contains two ways to derive child keys: `v1` for Daedalus addresses and `v2` for everything else. This functionality was provided by an old WASM library for Cardano (https://www.npmjs.com/package/cardano-wallet), but...
We've occasionally had people wanting to generate a legacy Daedalus address (Dd address) from a private key / mnemonic. We've historically not supported this feature, but in this PR I...
It's unclear what we need to do to get KES generation working well in our library. There exists a Rust KES implementation by IOHK (https://github.com/input-output-hk/kes-mmm-sumed25519) but I'm not sure if...
Our library doesn't handle VRF keys at the moment, but it would would be useful for pool operators who want to use our library You can find more information about...
We should add this upstream changes into our codebase https://github.com/input-output-hk/chain-libs/commit/53e791cdb7ba138dfaf6b89e67c099e73a229baa#diff-9bc73802da0f8d3c0fbfaae52e2e5701