paritytech / roadmap

Roadmap milestones are created here
2 stars 0 forks source link

Solang: Support ETH ABI encoding #16

Closed xermicus closed 11 hours ago

xermicus commented 1 year ago

The contracts pallet will introduce ETH RPC methods. Since the call data will be encoded using the ETH ABI encoding scheme, contracts need to understand ETH ABI encoding and decoding. This will be implemented in Solang.

Additionally, Solang will also need to generate the contract metadata in ETH ABI format.

Ultimately the goal is to make existing ETH dev tooling and wallets compatible with contracts deployed on pallet contracts.

athei commented 11 hours ago

Solang is deprecated and replaced by https://github.com/paritytech/revive.