·
529 commits
to master
since this release
0.16.0 (2024-07-31)
⚠ BREAKING CHANGES
- core: remove duplicate RegisterCcHotKey and
RetireCc certificates - remove OgmiosTxSubmitProvider
- add ObservableCardanoNode.submitTx method
- ogmios: removed interactionType
- update core CardanoNode error types
- Removed
OnChainTx
witness.scripts
andauxiliaryData.scripts
- Removed
Features
- add ObservableCardanoNode.submitTx method (8289062)
- handle UnknownOutputReferences ogmios tx submit error (f8903a1)
- ogmios: mapTxIn is needed in error parsing (d4e6724)
Code Refactoring
- adapt to ogmios 6 changes (e9c5692), closes /github.com/input-output-hk/cardano-js-sdk/pull/927#discussion_r1352081210
- core: remove duplicate committee certificates (549848f)
- ogmios: removed interactionType (4aa0612)
- remove OgmiosTxSubmitProvider (8c56c5e)