paritytech / txwrapper-core

Tools for FRAME chain builders to publish chain specific offline transaction generation libraries.
https://paritytech.github.io/txwrapper-core/
Apache License 2.0
77 stars 28 forks source link

Revisit examples #350

Closed bee344 closed 5 months ago

bee344 commented 9 months ago

Since the latest client versions don't include the runtimes, we cannot run the testnet with pollkadot-local or kusama-local, only with westend-local and rococo-local. This raises two issues, the first one is that the example polkadot.ts no longer works, since it includes paying with a sufficient asset passed as a number, but both rococo and westend implement the asset-conversion version of the SignedExtension ChargeAssetTxPayment, which expects an objects, so the example errors out. The other issue, is that we should rename all of our polkadot mentions to rococo in order to correctly reflect the new situation.

bee344 commented 5 months ago

This issue can be fixed by this https://substrate.stackexchange.com/questions/11129/how-to-run-a-polkadot-dev-or-kusama-dev-node/11130#11130

Closing since it's no longer relevant