2023-02-08 - 2023-02-21
High level summary
More maintenance and resolving raised issues.
Completed
docs
CI & project maintenance
Developer experience
cardano-cli
- Re-add support for decoding GenesisExtendedKey text envelope
- Disallow empty cost model for create update proposal
- Refactor code using onLeft and onNothing
cardano-api
cardano-node
cardano-testnet
In Progress
CI & project mainteance
cardano-cli
- Fix bug in hash computation in cardano-cli genesis create-cardano
- Cleanup exports of cardano-testnet
- [BUGFIX] - Stop the cli from changing the bytes in user-supplied data
- Debug output for transaction submit
- Handle pipes in cardano-cli
- Fully remove the cli intermediate TxBody format
- Render consistent plutus script failure output
- Read network ID from environment
- CLI option to append additional signatures to a transactions
- Cardano ping
- Better error message for query utxo on oops
cardano-api
- Make TxBodyContent an instance of Monoid
- Auto-balance multiasset transactions
- Remove simple script distinction
- Export SubmitResult from Cardano.Api