icon-bridge
icon-bridge copied to clipboard
feat(bmr): Start use new eth transaction protocol (Eip-1559)
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