bandprotocol / bandchain

BandChain - Decentralized Data Delivery Network
https://bandprotocol.com
Apache License 2.0
224 stars 51 forks source link

Generate solidity code to encode calldata struct #1289

Closed taobun closed 3 years ago

taobun commented 4 years ago

Let's scan can generate solidity code to encode calldata struct to bytes from the schema.

evilpeach commented 4 years ago

@taobun I think it's already been done.

evilpeach commented 4 years ago

@tansawit done?

tansawit commented 4 years ago

@evilpeach i don’t think so. As far as I know/checked we only have the encode function generation for Go (I.e. encodeStructGo in Borsh.re)

evilpeach commented 3 years ago

Done and moved to Here