v0.17.0
For
release-polkadot-v1.8.0
use branch release-polkadot-v1.8.0
Forrelease-polkadot-v1.7.2
use branch release-polkadot-v1.7.2
Forrelease-polkadot-v1.7.1
use branch release-polkadot-v1.7.1
Forrelease-polkadot-v1.7.0
use branch release-polkadot-v1.7.0
🎉 Featuring
- The Runtime Api is now supported
- Upon execution error onchain of an extrinsic being watches, the full report is now returned, including all information about the failure.
- Macros are now safe to use: no more unwraps
What's Changed since v0.16.0
⚡ Breaking API changes
- Add failed extrinsic error (#725) @haerdib
- Macros: Return optional extrinsic instead of unwrapping (#709) @haerdib
- Add Encode Decode to ExtrsinicReport and use RawExtrinsicDetails (#704) @haerdib
- Remove sync api jsonrpsee (#699) @haerdib
🌈 Features
- Add Jsonrpsee::new_with_client (#735) @haerdib
- Update metadata (#734) @haerdib
- Add failed extrinsic error (#725) @haerdib
- Rpc-clients: Add creation function with separate address and port (#718) @haerdib
- Add Encode Decode to ExtrsinicReport and use RawExtrinsicDetails (#704) @haerdib
- Split compose_call into two functions (#706) @haerdib
- Add Runtime Api support (#703) @haerdib
🐛 Bug Fixes
- Macros: Return optional extrinsic instead of unwrapping (#709) @haerdib
- Remove sync api jsonrpsee (#699) @haerdib
Miscellaneous
14 changes
- Add unstable rpc api calls example (#736) @haerdib
- Add Jsonrpsee::new_with_client (#735) @haerdib
- Update metadata (#734) @haerdib
- Update DispatchError (#732) @haerdib
- Bump toml versions (#729) @haerdib
- Add failed extrinsic error (#725) @haerdib
- Macros: Return optional extrinsic instead of unwrapping (#709) @haerdib
- Rpc-clients: Add creation function with separate address and port (#718) @haerdib
- Add Encode Decode to ExtrsinicReport and use RawExtrinsicDetails (#704) @haerdib
- Split compose_call into two functions (#706) @haerdib
- Add Runtime Api support (#703) @haerdib
- Update rust-toolchain and dependencies (#715) @haerdib
- Update jsonrpsee to v0.21 (#707) @haerdib
- Remove sync api jsonrpsee (#699) @haerdib