Skip to content

Commit

Permalink
Caplin: Update bls cache to smarter caching system (#12585)
Browse files Browse the repository at this point in the history
Just less allocs lol

---------

Co-authored-by: alex.sharov <[email protected]>
  • Loading branch information
Giulio2002 and AskAlexSharov authored Nov 12, 2024
1 parent 02cb4fb commit 0b9974c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ replace github.com/erigontech/erigon-lib => ./erigon-lib
require (
gfx.cafe/util/go/generic v0.0.0-20230721185457-c559e86c829c
github.com/99designs/gqlgen v0.17.48
github.com/Giulio2002/bls v0.0.0-20241013174947-019133587795
github.com/Giulio2002/bls v0.0.0-20241109090632-4d3266c3b924
github.com/Masterminds/sprig/v3 v3.2.3
github.com/RoaringBitmap/roaring v1.9.4
github.com/alecthomas/kong v0.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ github.com/AskAlexSharov/bloomfilter/v2 v2.0.8 h1:eRExAhnCcGHKC4/s8bpbYHJTQfOtn/
github.com/AskAlexSharov/bloomfilter/v2 v2.0.8/go.mod h1:zpoh+gs7qcpqrHr3dB55AMiJwo0iURXE7ZOP9L9hSkA=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/Giulio2002/bls v0.0.0-20241013174947-019133587795 h1:olVPPq0H0qzhfR7BDzBPbE2TrMFwvpCEAt7Ju1ryPs4=
github.com/Giulio2002/bls v0.0.0-20241013174947-019133587795/go.mod h1:k6OaCwpn4WGfzPgoXuEiWaV1BKXW+GjSkIz1mCA4jFU=
github.com/Giulio2002/bls v0.0.0-20241109090632-4d3266c3b924 h1:F0mqC1pjpzpVtBfC3DK7a4uThmCk/9HwbHZs7pfSSlY=
github.com/Giulio2002/bls v0.0.0-20241109090632-4d3266c3b924/go.mod h1:k6OaCwpn4WGfzPgoXuEiWaV1BKXW+GjSkIz1mCA4jFU=
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
github.com/Masterminds/semver/v3 v3.2.0 h1:3MEsd0SM6jqZojhjLWWeBY+Kcjy9i6MQAeY7YgDP83g=
Expand Down

0 comments on commit 0b9974c

Please sign in to comment.