polkadot_api_cpp
polkadot_api_cpp copied to clipboard
С++ API for Polkadot.
There is a bug that if your number is between [0x1000, 0x3FFF] then you serialize it wrongly as you read only 12 bits instead of 14
Hi, I'm trying to build a C++ client using your Polkadot API CPP. A simple request like the system info works fine but when trying to view custom modules state...
Had this error: ``` Building project PolkadotCppAPI CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake:182 (boost_find_component): boost_find_component Macro invoked with incorrect arguments for macro named: boost_find_component Call Stack (most recent call first): /usr/share/cmake-3.16/Modules/FindBoost.cmake:443 (find_package)...
Get Storage unit test breaks if connected to Kusama. Need a fix.
Get Storage Size unit test breaks if connected to Kusama. Need a fix.
Get Storage Hash unit test breaks if connected to Kusama. Need a fix.
Kusama added a new concept in its Metadata: Constants. While it is possible to read with general API tools, it would be nice to have specialized section of API to...
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.
The following scenario breaks if done within one process, needs debugging: 1. Connect 2. Communicate 3. Disconnect 4. Connect again - fails here