darwinia-network / legacy-apps

Legacy apps of Darwinia Network
https://legacy-apps.vercel.app
Apache License 2.0
7 stars 3 forks source link

Ethereum pallet `rootTransact` support #266

Open boundless-forest opened 2 years ago

boundless-forest commented 2 years ago

There is a special dispatch designed to make urgent/necessary calls to the smart contract in dvm system.

We may need a tool or some docs to outline how to generate and check the input data.

image

hackfisher commented 2 years ago

I think only users with technical background will use this feature, so simple ways would be just giving tools/documents describing about how to use this dispatch call.

Another solution will be how to verify the input, something similar to the source contract verification and evm call human readable support, which will probably rely on the progress of related support on subscan. cc @yakio