cic-custodial/cmd/service
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
..
api.go feat: add transfer authorization (#100) 2023-07-10 14:32:05 +08:00
init.go feat: add nonce bootstrapper 2023-04-13 10:38:23 +00:00
main.go feat: add transfer authorization (#100) 2023-07-10 14:32:05 +08:00
tasker.go feat: add transfer authorization (#100) 2023-07-10 14:32:05 +08:00
utils.go major refactor: use proxy contract and gas faucet (see notes) 2023-03-29 16:10:58 +00:00