|
c93cc8270f
|
fix: remove required redis configs
|
2024-11-04 08:34:05 +03:00 |
|
|
7a64f29dc7
|
fix: Dockerfile
* remove bootstrap script
|
2024-11-04 08:18:47 +03:00 |
|
|
e5ea697403
|
fix: Dockerfile
|
2024-11-04 08:18:03 +03:00 |
|
|
b650e44392
|
cel2: merge v1.4.0 changes
|
2024-10-31 14:59:38 +03:00 |
|
|
eee3757895
|
docs: update README
|
2024-10-31 14:58:59 +03:00 |
|
dependabot[bot]
|
2283190147
|
build(deps): bump github.com/redis/rueidis from 1.0.47 to 1.0.48 (#51)
Bumps [github.com/redis/rueidis](https://github.com/redis/rueidis) from 1.0.47 to 1.0.48.
- [Release notes](https://github.com/redis/rueidis/releases)
- [Commits](https://github.com/redis/rueidis/compare/v1.0.47...v1.0.48)
---
updated-dependencies:
- dependency-name: github.com/redis/rueidis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-31 14:53:39 +03:00 |
|
|
75b402bbf6
|
feat: self-bootstrapping tracker, jetstream updates
* This removes redis as a hard dependency
* add profiler utils (temp)
|
2024-10-31 14:52:51 +03:00 |
|
|
6f850bb1d4
|
release(1.3.0-rc): Merge branch 'master' into cel2
|
2024-10-26 09:14:28 +03:00 |
|
|
e03dabdf0f
|
feat: add token approve handler
|
2024-10-14 09:25:18 +03:00 |
|
|
0e3bf47f83
|
Merge branch 'master' into cel2
|
2024-10-08 11:34:59 +03:00 |
|
|
e1158ab14a
|
feat: decouple bolt db folder
|
2024-10-08 11:34:43 +03:00 |
|
|
1def49c3ab
|
Merge branch 'master' into cel2
|
2024-10-08 09:02:01 +03:00 |
|
dependabot[bot]
|
f15373e34e
|
build(deps): bump github.com/lmittmann/w3 from 0.17.0 to 0.17.1 (#44)
Bumps [github.com/lmittmann/w3](https://github.com/lmittmann/w3) from 0.17.0 to 0.17.1.
- [Release notes](https://github.com/lmittmann/w3/releases)
- [Commits](https://github.com/lmittmann/w3/compare/v0.17.0...v0.17.1)
---
updated-dependencies:
- dependency-name: github.com/lmittmann/w3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-08 08:56:13 +03:00 |
|
dependabot[bot]
|
9f9f564f84
|
build(deps): bump github.com/knadh/koanf/providers/file (#46)
Bumps [github.com/knadh/koanf/providers/file](https://github.com/knadh/koanf) from 1.1.0 to 1.1.2.
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](https://github.com/knadh/koanf/compare/v1.1.0...providers/file/v1.1.2)
---
updated-dependencies:
- dependency-name: github.com/knadh/koanf/providers/file
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-08 08:52:13 +03:00 |
|
dependabot[bot]
|
98e6b3bf68
|
build(deps): bump github.com/redis/rueidis from 1.0.46 to 1.0.47 (#47)
Bumps [github.com/redis/rueidis](https://github.com/redis/rueidis) from 1.0.46 to 1.0.47.
- [Release notes](https://github.com/redis/rueidis/releases)
- [Commits](https://github.com/redis/rueidis/compare/v1.0.46...v1.0.47)
---
updated-dependencies:
- dependency-name: github.com/redis/rueidis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-08 08:52:04 +03:00 |
|
|
725c18c0ff
|
Squashed commit of the following:
commit 05d142664d
Author: Mohamed Sohail 天明 <sohailsameja@gmail.com>
Date: Mon Oct 7 15:12:58 2024 +0300
feat: handle contract creation (#43)
* feat: add contract creation handler
* fix: process contract creations
* fix: redis keys name
commit 4b2ad3daf9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon Oct 7 15:12:15 2024 +0300
build(deps): bump github.com/knadh/koanf/providers/env (#37)
Bumps [github.com/knadh/koanf/providers/env](https://github.com/knadh/koanf) from 0.1.0 to 1.0.0.
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](https://github.com/knadh/koanf/compare/v0.1.0...v1.0.0)
---
updated-dependencies:
- dependency-name: github.com/knadh/koanf/providers/env
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
commit f1086fcdc1
Author: Mohamed Sohail 天明 <sohailsameja@gmail.com>
Date: Mon Oct 7 10:07:11 2024 +0300
feat: optimize exists to check multiple keys in one call (#40)
* closes #32
commit fd59d286f5
Author: Mohammed Sohail <sohailsameja@gmail.com>
Date: Mon Oct 7 09:49:01 2024 +0300
feat: add custodial registration proxy handler
|
2024-10-07 15:14:24 +03:00 |
|
|
05d142664d
|
feat: handle contract creation (#43)
* feat: add contract creation handler
* fix: process contract creations
* fix: redis keys name
|
2024-10-07 15:12:58 +03:00 |
|
dependabot[bot]
|
4b2ad3daf9
|
build(deps): bump github.com/knadh/koanf/providers/env (#37)
Bumps [github.com/knadh/koanf/providers/env](https://github.com/knadh/koanf) from 0.1.0 to 1.0.0.
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](https://github.com/knadh/koanf/compare/v0.1.0...v1.0.0)
---
updated-dependencies:
- dependency-name: github.com/knadh/koanf/providers/env
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-07 15:12:15 +03:00 |
|
|
f1086fcdc1
|
feat: optimize exists to check multiple keys in one call (#40)
* closes #32
|
2024-10-07 10:07:11 +03:00 |
|
|
fd59d286f5
|
feat: add custodial registration proxy handler
|
2024-10-07 09:49:01 +03:00 |
|
|
8e3e027044
|
Merge branch 'master' into cel2
|
2024-10-04 12:35:52 +03:00 |
|
|
17c7f5825b
|
docs: add CEL2 notice
|
2024-10-04 12:35:35 +03:00 |
|
|
22d5582643
|
feat: cel2 specific build branch
|
2024-10-04 12:32:42 +03:00 |
|
|
55159196f4
|
fix: remove wide jetstream dedup window. Now reduced to 1 minute.
* closes #39
|
2024-10-04 11:54:10 +03:00 |
|
|
1c7c53a12f
|
fix: rewrite bootstrap script from scratch to verify correctness/fix inconsistency
* same size when using map and redis
* same size when tested against different RPC nodes
* closes #38
|
2024-10-04 11:52:30 +03:00 |
|
|
6057208b50
|
fix: Makefile
|
2024-10-03 10:43:28 +03:00 |
|
|
ffdac26c41
|
docs: update README
|
2024-09-27 15:01:14 +03:00 |
|
|
404e769655
|
chore: remove celo specifics
|
2024-09-27 14:55:10 +03:00 |
|
|
8c15109238
|
feat (BREAKING): evm compat tracker with mod directive replace approach
|
2024-09-27 14:28:26 +03:00 |
|
dependabot[bot]
|
afacc4425d
|
build(deps): bump github.com/uptrace/bunrouter from 1.0.21 to 1.0.22 (#34)
Bumps [github.com/uptrace/bunrouter](https://github.com/uptrace/bunrouter) from 1.0.21 to 1.0.22.
- [Release notes](https://github.com/uptrace/bunrouter/releases)
- [Changelog](https://github.com/uptrace/bunrouter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uptrace/bunrouter/compare/v1.0.21...v1.0.22)
---
updated-dependencies:
- dependency-name: github.com/uptrace/bunrouter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-27 13:41:40 +03:00 |
|
|
efc84970cc
|
refactor: Decouple router and handlers (#31)
* refactor: decouple router to allow adding custom log and input data handlers
* feat: refactor handlers
* devops: update service build args
* chore: cleanup unecessary files/code
|
2024-09-18 17:35:57 +03:00 |
|
|
6cb5ea4f02
|
Merge pull request #28 from grassrootseconomics/dependabot/go_modules/github.com/alitto/pond-1.9.2
build(deps): bump github.com/alitto/pond from 1.9.1 to 1.9.2
|
2024-09-18 17:35:41 +03:00 |
|
|
bb8122a576
|
Merge pull request #29 from grassrootseconomics/dependabot/go_modules/github.com/redis/rueidis-1.0.46
build(deps): bump github.com/redis/rueidis from 1.0.44 to 1.0.46
|
2024-09-18 17:35:30 +03:00 |
|
dependabot[bot]
|
cb14939367
|
build(deps): bump github.com/alitto/pond from 1.9.1 to 1.9.2
Bumps [github.com/alitto/pond](https://github.com/alitto/pond) from 1.9.1 to 1.9.2.
- [Release notes](https://github.com/alitto/pond/releases)
- [Commits](https://github.com/alitto/pond/compare/v1.9.1...v1.9.2)
---
updated-dependencies:
- dependency-name: github.com/alitto/pond
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-18 14:32:02 +00:00 |
|
dependabot[bot]
|
0c7a35c0c7
|
build(deps): bump github.com/redis/rueidis from 1.0.44 to 1.0.46
Bumps [github.com/redis/rueidis](https://github.com/redis/rueidis) from 1.0.44 to 1.0.46.
- [Release notes](https://github.com/redis/rueidis/releases)
- [Commits](https://github.com/redis/rueidis/compare/v1.0.44...v1.0.46)
---
updated-dependencies:
- dependency-name: github.com/redis/rueidis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-18 14:31:46 +00:00 |
|
|
14e85dc1e5
|
Merge pull request #26 from grassrootseconomics/dependabot/go_modules/github.com/bits-and-blooms/bitset-1.14.3
build(deps): bump github.com/bits-and-blooms/bitset from 1.13.0 to 1.14.3
|
2024-09-18 17:30:39 +03:00 |
|
|
8ced6a02b1
|
Merge pull request #25 from grassrootseconomics/dependabot/go_modules/go.etcd.io/bbolt-1.3.11
build(deps): bump go.etcd.io/bbolt from 1.3.10 to 1.3.11
|
2024-09-18 17:30:17 +03:00 |
|
dependabot[bot]
|
a80d387838
|
build(deps): bump github.com/bits-and-blooms/bitset
Bumps [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) from 1.13.0 to 1.14.3.
- [Release notes](https://github.com/bits-and-blooms/bitset/releases)
- [Commits](https://github.com/bits-and-blooms/bitset/compare/v1.13.0...v1.14.3)
---
updated-dependencies:
- dependency-name: github.com/bits-and-blooms/bitset
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-09 23:16:10 +00:00 |
|
dependabot[bot]
|
d398ed2198
|
build(deps): bump go.etcd.io/bbolt from 1.3.10 to 1.3.11
Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) from 1.3.10 to 1.3.11.
- [Release notes](https://github.com/etcd-io/bbolt/releases)
- [Commits](https://github.com/etcd-io/bbolt/compare/v1.3.10...v1.3.11)
---
updated-dependencies:
- dependency-name: go.etcd.io/bbolt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-09 23:16:06 +00:00 |
|
|
22ffc224ca
|
fix: mint and burn func signatures, adjustable batch size for pool and backfill buffer
|
2024-09-05 14:24:32 +03:00 |
|
|
591518bbb5
|
fix (backfill): info log -> debug log
|
2024-09-05 13:31:21 +03:00 |
|
|
30729e9318
|
release: v1.0.0-rc
|
2024-09-05 09:48:59 +03:00 |
|