usetech-llc / polkadot_api_cpp

С++ API for Polkadot.
Apache License 2.0
18 stars 21 forks source link

Kusama support: query_storage test breaks #27

Open usetech-llc opened 5 years ago

usetech-llc commented 5 years ago

The test breaks because block.header.number is not parsed correctly in the API code. Small Kusama block numbers (e.g. 0x2c00f) are likely to break this parsing. Need a fix for that.