icon-project / icon-bridge

The centralized bridge of ICON
Apache License 2.0
21 stars 15 forks source link

Optimize/Improve format Eth related transaction parameters #763

Open andrii-kl opened 1 year ago

andrii-kl commented 1 year ago

What needs to be done

Change parameter formats for Eth transaction parameters, according to MetaMask transaction example.

Why it needs to be done

Current parameters format is not human readable and takes a lot of place. Developers spend a lot of time to converting parameters.

cmd/iconbridge/chain/bsc/sender.go:287

BTP transaction:

Screen Shot 2022-11-01 at 4 26 42 PM

MetaMask transaction:

Screen Shot 2022-11-01 at 4 26 28 PM