Commit Graph
13 Commits
Author SHA1 Message Date
dependabot[bot] ba07bdd595 build(deps): bump golang.org/x/crypto from 0.47.0 to 0.50.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.47.0 to 0.50.0.
- [Commits](https://github.com/golang/crypto/compare/v0.47.0...v0.50.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-09 18:07:26 +00:00
Andrey Bocharnikov 4ea1a57b3a fix: restored get_proxy_token.sh script 2026-03-23 14:01:52 +04:00
Andrey Bocharnikov 3aaacf74a2 fix(cache): extract proxy-common/cache package
fixes #106
chore: restore auth readme
chore: restore auth readme
2026-02-11 15:50:55 +04:00
Andrey Bocharnikov b000510c78 chore: restore auth readme 2026-02-09 14:19:29 +04:00
Andrey Bocharnikov 4b796e41cc chore: fix linter 2026-02-06 18:14:28 +04:00
Andrey Bocharnikov 8a780b4d1a chore: disable docker image for now 2026-02-06 18:09:05 +04:00
Andrey Bocharnikov 8fd9026fe8 feat(cache): fix linter 2026-02-06 18:07:36 +04:00
Andrey Bocharnikov b90be8362b feat(cache): added common modules
* apikeys, batch, metrics
2026-02-06 17:57:03 +04:00
dependabot[bot] facef7560f build(deps): bump github.com/golang-jwt/jwt/v5 from 5.3.0 to 5.3.1
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Commits](https://github.com/golang-jwt/jwt/compare/v5.3.0...v5.3.1)

---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v5
  dependency-version: 5.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

build(deps): bump actions/checkout from 4 to 6

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

build(deps): bump docker/build-push-action from 5 to 6

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

build(deps): bump golang.org/x/crypto from 0.46.0 to 0.47.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.46.0 to 0.47.0.
- [Commits](https://github.com/golang/crypto/compare/v0.46.0...v0.47.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-06 00:31:45 +04:00
Andrey Bocharnikov 4f622fb238 feat(cache): add multi-level cache
* l1 biggache, l2 keydb
* extracted from status-im/eth-rpc-proxy to reuse in another projects

fixes status-im/eth-rpc-proxy#106
2026-02-05 22:40:32 +04:00
Andrey Bocharnikov dc9b30c1a0 feat(docker): push image to registry from master
extracted from https://github.com/status-im/eth-rpc-proxy
v1.0.0
2026-02-05 17:46:12 +04:00
Andrey Bocharnikov 7228a4fc51 initial
extracted from https://github.com/status-im/eth-rpc-proxy
2026-02-05 16:58:49 +04:00
Andrey Bocharnikov 82027481cc Initial commit 2026-02-05 15:48:13 +04:00