Cosmin Damian

Results 95 comments of Cosmin Damian

Hi @ygcool, Please try creating a different entity for `AccountInfo`, that is using `U64` instead of `U128`, as seen below: ``` // AccountInfo contains information of an account type AccountInfo...

@ygcool same reason as before, the current `Value` field that we have for that event is `U128` when the parachain sends it as `U64`. Making the following adjustment will fix...

Note - maybe it makes sense to create a test that takes the last X events from `catalyst` and `altair` and try to decode all of them.

> @netrikare extrinsic hash ------- 4�Q�Z���̎s*�1J���M���˚T� I followed your suggesstion. When I'm trying to print it showing the above result. Can you guide me here ? Try `hexutil.Encode(hash[:])` to get...

Hi @LXHLeaner I'm not sure I understood your question. If you are asking about the difference in data between the 2 subscan links that you mentioned, https://centrifuge-standalone-history.subscan.io/ points to the...

Hey @raojianli, You can do that by creating a custom struct that implements the decodeable/encodeable interfaces, there are plenty examples on how to achieve that in the `types` folder, then...

Also, we are looking into changing the current way of generating all these entities and we will keep the JSON aspect in mind when doing so. Thank you for contacting...

@raojianli Thank you for reaching out. We recently did an update where we added and adjusted types. Are you still able to reproduce this issue?

Please try https://github.com/centrifuge/go-substrate-rpc-client/tree/add-charge-asset-tx-support.

This will most likely get fixed by the current changes done to identities where we change most of the local setup. Let's keep this here so that we don't forget...