You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ClarenceL if my memory serves me well, just by restarting the service with sudo systemctl restart relayer you should get the new ones. If it does not work, or if you need to reload a change in the config, I'd throw in an extra sudo systemctl daemon-reload before that, or even a full stop and start of the relayer service instead of a restart.
Does something occur where the gas price increases cumulatively as a percentage?
I set the GAS_PRICE_PERCENT to 2, most of my tests pass with a 1.02 Gwei gas price (I am using 1 Gwei as the base gas price), but suddenly somehow I am getting an error:
requires a minimum gas price of 1040400000 which is over this transaction gas price (1020000000)
Did it just do a cumulative 2% on top of 2%? How would this occur? Did I miss something in the docs?
Note that this script is good for GSN v1 only.
The latest relayer setup documented in https://docs.opengsn.org, and its much simpler, as it uses docker to bring it up.
@ClarenceL if my memory serves me well, just by restarting the service with
sudo systemctl restart relayer
you should get the new ones. If it does not work, or if you need to reload a change in the config, I'd throw in an extrasudo systemctl daemon-reload
before that, or even a fullstop
andstart
of the relayer service instead of arestart
.