Cosmin Damian

Results 95 comments of Cosmin Damian

@redmaner I managed to test [this branch](https://github.com/centrifuge/go-substrate-rpc-client/tree/feature/add-dynamic-extrinsic-signing-support) successfully on `westend` and `centrifuge-development` using the test script provided in [this PR](https://github.com/centrifuge/go-substrate-rpc-client/pull/389). Please check it out and let me know what you...

> Pretty straightforward change. Wanted to propose a few things if we are anyways working on this: > > * Add a dedicated `Queue` for Inbound and Outbound that is...

This PR will eventually be closed in favor of separate PRs on top of the LPv2 branch: 1 - Add gateway queue - https://github.com/centrifuge/centrifuge-chain/pull/1930 2 - Use gateway queue -...

@henrikdent I think the final version will be a breaking change where we completely drop support for the old version, we have not decided yet since we still have to...

> Tried to use this branch, but get an error: > > ``` > panic: creating payload: signed extension 'StorageWeightReclaim' is not supported > ``` > > while doing this:...

@akme added another signing option `WithAssetID` that you should add when signing the extrinsic. I tested it successfully using a simple remark call on the chain that you mentioned. In...

@akme you can find a gist for executing the `Assets.transfer` call [here](https://gist.github.com/cdamian/078bf981c8e333b03747eb2046e92cbd). You can also get a signed extrinsic from - https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frococo-asset-hub-rpc.polkadot.io#/extrinsics by selecting the extrinsic that you want, adding...

> Could you please help me to understand a way to get an ID of extrinsic that I send with the help of your gist? I need to sign and...

> Polkadot need SignedExtensionName `PrevalidateAttests` I am looking into this now and will post an update as soon as I have it.