v0.16.0
For
release-polkadot-v1.6.0
use branch release-polkadot-v1.6.0
Forrelease-polkadot-v1.5.0
use branch release-polkadot-v1.5.0
🎉 Featuring
- Library updates (tungstenite, parity scale)
- Small bugfixes and improvements from user issues
What's Changed since v0.15.0
⚡ Breaking API changes
- node-api: Box Error::DecodeValue and Error::EncodeValue (#700) @haerdib
- Fix compile errors of stand-alone features (#677) @haerdib
- Remove deprecated functions (#678) @haerdib
🌈 Features
- node-api: Box Error::DecodeValue and Error::EncodeValue (#700) @haerdib
- Lower log-level of messages of tungstenite and ws-rpc clients (#674) @haerdib
🐛 Bug Fixes
- Update WithExtrinsicParams to use ExtrinsicSigner<Self> (#698) @haerdib
- Fix compile errors of stand-alone features (#677) @haerdib
Miscellaneous
11 changes
- Update WithExtrinsicParams to use ExtrinsicSigner<Self> (#698) @haerdib
- node-api: Box Error::DecodeValue and Error::EncodeValue (#700) @haerdib
- Update to polkadot release v1.4.0 commit (#695) @haerdib
- Update parity scale dependencies (#687) @haerdib
- Update tungstenite and array-bytes (#689) @haerdib
- Create no_std example for extrinsic creation (#556) @Niederb
- Fix compile errors of stand-alone features (#677) @haerdib
- Remove deprecated functions (#678) @haerdib
- Rpc-api author: Clarify comments about blocking functions (#679) @haerdib
- Lower log-level of messages of tungstenite and ws-rpc clients (#674) @haerdib
- Fix feature order in node-api toml (#672) @haerdib