mirror of
https://github.com/grassrootseconomics/cic-custodial.git
synced 2025-11-05 03:08:26 +01:00
Experimental custodial API
* 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 |
||
|---|---|---|
| .github | ||
| cmd/service | ||
| dev | ||
| docs | ||
| internal | ||
| migrations | ||
| pkg | ||
| .deepsource.toml | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| .goreleaser.yaml | ||
| config.toml | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| queries.sql | ||
| README.md | ||