Commit Graph

22 Commits

Author SHA1 Message Date
e503ecff5c
feat: restore geth library, bump deps, remove all celo refs 2024-11-20 11:25:26 +03:00
078ad3614d
fix: remove unecessary dependency
* profiler
2024-11-12 09:02:37 +03:00
b650e44392
cel2: merge v1.4.0 changes 2024-10-31 14:59:38 +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
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
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
22d5582643
feat: cel2 specific build branch 2024-10-04 12:32:42 +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
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
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
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
30729e9318
release: v1.0.0-rc 2024-09-05 09:48:59 +03:00