cic-custodial/cmd/service
Mohamed Sohail 7cc1a3d924
fix (braking change): gas refill params
NOTE: This needs the db to be nuked if you are running a test cluster

* updated gas refilling logic to reflect EthFaucet contract
* fully dependant on on-chain contract to refill and unlock gas
* minor fixes to nonce bootstrapper

Ideal Values:

INITIAL GIFT = 0.015
THRESHOLD    = 0.01
TIME = 12 * 60 * 60

# Sample for 30 txs
EXTREME LOW = 0.00675
LOW GAS USAGE = 0.00694605
RISING = 0.0135
HIGH = 0.027
2023-05-16 12:19:04 +00:00
..
api.go docs: add swagger auto generator 2023-04-13 11:55:07 +00:00
init.go feat: add nonce bootstrapper 2023-04-13 10:38:23 +00:00
main.go fix (braking change): gas refill params 2023-05-16 12:19:04 +00:00
tasker.go major refactor: use proxy contract and gas faucet (see notes) 2023-03-29 16:10:58 +00:00
utils.go major refactor: use proxy contract and gas faucet (see notes) 2023-03-29 16:10:58 +00:00