Xiliang Chen
Xiliang Chen
I am ok to have this merged and then we can see if we want to improve the workflow.
The EVM only execute bunch of byte codes so the best you can get is the index of the executing byte code. However you can then use source map to...
I prefer option 1. Anything requires plugin to bundler is just going to be costly. > Drawback: This contradicts the desired developer experience, as it limits the discovery of available...
Yeah it cannot be a drop in replacement of pallet-scheduler. But for many use cases, OCW should be sufficient. We can have both pallet installed in a runtime and configure...
fungibles traits are implemented Current interface is not impacted.
the current code works fine so there is no plan to change it unless absolutely necessary
Yeah we can add this
Actually, can you elaborate a bit more about this issue? In what case that pallet-xcm is supported but xtokens is not? https://github.com/paritytech/polkadot-sdk/blob/5c79ed37dc6485d2b3f4fc69b8cf8456b86b4e17/polkadot/xcm/pallet-xcm/src/lib.rs#L1479-L1481 it looks to me also doesn't support sending...
I can't find the code in asset_transfer that does the magic. Could you provide an example of the usage in your internal network? What kinds of assets are been transferred?
Thanks for the example. I have identified a few improvements that we need to do to support such use case: - Improve fee asset handling for multi-hop transfer. Currently we...