icon-project / icon-bridge

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

feat(bmr): Start use new eth transaction protocol (Eip-1559) #764

Open andrii-kl opened 1 year ago

andrii-kl commented 1 year ago

What needs to be done

Refactor existing eth related code base to use new transaction type

Why it needs to be done

To make transaction fees calculation transparent and simple.

To avoid transactions fee issues, because legacy transaction convert to new one under the hood and this process is not tracked.

To keep pace with competitors