Commit Graph

15 Commits

Author SHA1 Message Date
dependabot[bot]
14c35c72c7
build(deps): bump github.com/jackc/pgx/v5 from 5.0.1 to 5.1.0
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/jackc/pgx/releases)
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.0.1...v5.1.0)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 19:07:17 +00:00
a25a4e1d93
minor(keystore): rename migration fn 2022-10-26 09:52:25 +00:00
24c81aaee2
fix(noncestore): return nonce incase of task failure
* Return must complete successfully else a nonce gap could form.
* TODO: add tests for Return
* closes#18
2022-10-26 09:21:47 +00:00
1bc8d65016
refactor: remove action provider
* allows better control over accounting  locking
2022-10-26 09:11:15 +00:00
fe40c0604d
feat(debug): add statsviz 2022-10-26 08:22:03 +00:00
b8029be6ee
refactor: moving locking to tasker 2022-10-25 16:04:43 +00:00
1392c03ab0
fix(tasker): lock obtain as a non error in tasker
* closes #19
2022-10-25 15:06:37 +00:00
6713f0f3ae
perf(tasker): update retry strategy
* closes #20
2022-10-25 14:58:16 +00:00
eba725fbcd
Merge pull request #22 from grassrootseconomics/revert-21-dependabot/go_modules/github.com/bsm/redislock-0.8.2
Revert "build(deps): bump github.com/bsm/redislock from 0.7.2 to 0.8.2"
2022-10-25 17:46:48 +03:00
e313dd352d
Revert "build(deps): bump github.com/bsm/redislock from 0.7.2 to 0.8.2" 2022-10-25 17:45:25 +03:00
641a6b7613
Merge pull request #21 from grassrootseconomics/dependabot/go_modules/github.com/bsm/redislock-0.8.2
build(deps): bump github.com/bsm/redislock from 0.7.2 to 0.8.2
2022-10-25 17:41:22 +03:00
dependabot[bot]
5c5029f216
build(deps): bump github.com/bsm/redislock from 0.7.2 to 0.8.2
Bumps [github.com/bsm/redislock](https://github.com/bsm/redislock) from 0.7.2 to 0.8.2.
- [Release notes](https://github.com/bsm/redislock/releases)
- [Changelog](https://github.com/bsm/redislock/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bsm/redislock/compare/v0.7.2...v0.8.2)

---
updated-dependencies:
- dependency-name: github.com/bsm/redislock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 19:44:15 +00:00
178fd7e154
ci: add release, package checks, deepsource 2022-10-23 12:16:10 +00:00
fb2091da17
noncestore: disable dev noncestore
* system noncestore defaults to redis
* remove system account init, move to action provider
2022-10-23 10:42:19 +00:00
827bdb2bd9
init: experimental custodial 2022-10-22 12:36:22 +00:00