v0.18.0
Upgrade priority: High
Bug fix
This release includes an updated version of polkadot-js that should fix issues with decoding events on Sidecar instances that have made historic queries across runtime versions. (fixes: #290, possibly helps: #253, the fix itself: polkadot-js/api#2621)
API updates:
- (May be breaking for some users)
/blocksresponse update: Unsigned extrinsics and inherents will havenullfor nonce and tip, while
paysFeewill always befalse. Previously the latter two fields were 0, while
paysFeewas oftentrue. (#274) - New endpoint:
/pallets/{palletId}/storage/{storageItemId}(#278)