polkadot_api_cpp icon indicating copy to clipboard operation
polkadot_api_cpp copied to clipboard

С++ API for Polkadot.

Results 12 polkadot_api_cpp issues
Sort by recently updated
recently updated
newest added

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.

bounty-awaiting-approval
bounty-xs

Get Storage Size unit test breaks if connected to Kusama. Need a fix.

bounty-awaiting-approval
bounty-xs

Get Storage Hash unit test breaks if connected to Kusama. Need a fix.

bounty-awaiting-approval
bounty-xs

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...

bounty-awaiting-approval
bounty-m

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.

bounty-awaiting-approval
bounty-xs

The following scenario breaks if done within one process, needs debugging: 1. Connect 2. Communicate 3. Disconnect 4. Connect again - fails here

bounty-awaiting-approval
bounty-m