hermeznetwork / hermez-node

Hermez node Go implementation
GNU Affero General Public License v3.0
60 stars 33 forks source link

Feature/#1127 dynamic suggested fee #1133

Closed ARR552 closed 2 years ago

ARR552 commented 2 years ago

Closes #1127

What does this PR does?

This PR enable the dynamic suggested fee. The suggested fee changes depending on the ethereum gas fee used in the network. Also, this PR fixes the bug related to logger in configuration

Data verification performed using https://github.com/hermeznetwork/TestDynamicFeesService

How to test?

Run hermez node using PolicyType = "AvgLastHourResizable"

Checklist

These are the criteria that every PR should meet, please check them off as you review them: