mirror of
https://github.com/grassrootseconomics/cic-custodial.git
synced 2025-11-04 18:58:46 +01:00
Experimental custodial API
* fallback to custom ethereum checksum validator -> https://github.com/go-playground/validator/issues/1073 * decouple jetsream emitter to separate package * refactor task handlers into individual files * add error handler for echo to capture unexpected errors and log them * move handler dependencies into single struct container -> custodialContainer * replace signer to use EIP 1559 signer -> celoutils v1 * Add 1 minutes timeout to all custodial tasks |
||
|---|---|---|
| .github | ||
| cmd/service | ||
| internal | ||
| migrations | ||
| pkg | ||
| .deepsource.toml | ||
| .env.example | ||
| .gitignore | ||
| .goreleaser.yaml | ||
| config.toml | ||
| docker-compose.build.yaml | ||
| docker-compose.dev.yaml | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| queries.sql | ||