2022-11-02 - 2022-11-15
High level summary
- Documentation improvments
- Merged community contributions
- Exposing types from cardano-api requested by the community/other teamss
- Test output has been improved so diagnosing failures is now easier
- Enabling stale bot to close stale issues and PRs (reduces clutter on the node repo)
- Refactoring of cardano-testnet making it more useable as a library (ongoing)
- Release 1.35.4 was merged & released
Completed
cardano-cli
cardano-api
- Reduce exposed modules in cardano-api
- Add Ord instance for AddressInEra
- Export TxTotalAndReturnCollateralSupportedInEra from Cardano.Api
- Expose TextEnvelopeCddl from Cardano.Api
- Expose txScriptValidityToScriptValidity in Cardano.Api
- export RawBytesHexError
cardano-node
- Add Plutus minting script doc
- Improve test output
- Enable stale bot
- Add link to troubleshooting page in the wiki
- Use environment files in Github Actions
cardano-testnet
- Add single entrypoint for starting testnets
- Improve cardano-testnet test output
- Reorder module hierarchy
In Progress
cardano-cli
- [BUGFIX]- Stop the cli from changing the bytes in user-supplied data
- Infer protocol params in transaction build
- Allow assembling transactions with no witnesses
- Multiple pools support in query stake snapshot
- Optimise query leadership schedule command
- Optimise query stake snapshot command
- Debug output for transaction submit