cardano-serialization-lib icon indicating copy to clipboard operation
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.

Results 179 cardano-serialization-lib issues
Sort by recently updated
recently updated
newest added

[//]: # (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`...

dependencies

[//]: # (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`...

dependencies

[//]: # (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`...

dependencies

[//]: # (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`...

dependencies

[//]: # (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`...

dependencies

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...

enhancement

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...

help wanted

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...

help wanted

We should add this upstream changes into our codebase https://github.com/input-output-hk/chain-libs/commit/53e791cdb7ba138dfaf6b89e67c099e73a229baa#diff-9bc73802da0f8d3c0fbfaae52e2e5701

good first issue