Closed dastanbeksamatov closed 2 years ago
I would like to debug this type for you, could you provide the metadata hex-bytes? (result of substrate.rpc_request("state_getMetadata", [])
).
hey @arjanz, thanks for the response.
here is the link to our testnet's rpc calls, just query state -> get_metadata
@dastanbeksamatov Is the call you want to compose already available on the testnet you provided? That would help me a lot to debug
Fix released in https://github.com/polkascan/py-scale-codec/releases/tag/v1.0.48
Hey there,
I have been experiencing some strange behaviour while encoding a custom struct with field of
BoundedBTreeMap
type. It fails with this error message:Here is the struct and types definition
How I am calling it:
Would really appreciate if you could point out what I am doing wrong or if it is an unexpected behaviour from the codec library?