cic-custodial/migrations
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
..
001_keystore.sql feat: (wip) add account activation and gas quota lock 2023-03-08 06:49:09 +00:00
002_custodial_db.sql feat: (wip) add account activation and gas quota lock 2023-03-08 06:49:09 +00:00
003_gas_quota.sql major: breaking changes, fixes 2023-03-16 12:03:51 +00:00
004_updated_at.sql major: breaking changes, fixes 2023-03-16 12:03:51 +00:00
005_remove_gas_quota.sql fix (braking change): gas refill params (#89) 2023-05-16 15:20:01 +03:00
006_transfer_auth.sql feat: add transfer authorization (#100) 2023-07-10 14:32:05 +08:00