cic-custodial/internal/tasker/task
Mohamed Sohail 9e1d62a014
feat: add transfer authorization (#100)
* wip: add transfer auithorization

* feat: update transferAuthPayload

* switch to MAX_INT for value and use revoke flag
* tranfer handler: fix nonce rollback on EOA account

* feat: switch to session based session transfer auth

* Demurrage contracts require setting the approval value to 0 before updating the value after the initial limit is set
* This implementation auto-revokes every 15 min after arequest is created. Subsequent requests will fail untill the value is set back to 0

* feat: settable approve session timeout
2023-07-10 14:32:05 +08:00
..
account_refill_gas.go feat: add transfer authorization (#100) 2023-07-10 14:32:05 +08:00
account_register.go fix: use celoutils.SafeGasLimit in place 2023-05-28 20:43:43 +08:00
dispatch_tx.go refactor (store): consolidate all pg store related actions 2023-04-11 10:14:49 +00:00
sign_transfer.go feat: add transfer authorization (#100) 2023-07-10 14:32:05 +08:00
sign_transfer_auth.go feat: add transfer authorization (#100) 2023-07-10 14:32:05 +08:00
utils.go fix: use celoutils.SafeGasLimit in place 2023-05-28 20:43:43 +08:00