2022-12-28 - 2023-01-10
High level summary
Completed
docs
CI & project maintenance
- Fix hedgehog-extras sha hash
- Update hegehog-extras bounds
- GitHub token fix
- Use setup-haskell action
- Use Github Action to install libsecp256k1
- Update index state and hedgehog-extras.
- Cleaned cabal files
- Add cache versioning
- Delete obsolete scripts
- Use SECURITY.md published in Cardano Engineering Handbook
Developer experience
cardano-cli
- Infer protocol params in transaction build
- Allow assembling transactions with no witnesses
- Filter out duplicate collateral inputs in tx build cmds
- Optimise query stake-snapshot command
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
- Multiple pools support in query stake snapshot
- 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
- Fully remove the cli intermediate TxBody format
- Remove simple script distinction
- Export SubmitResult from Cardano.Api