Skip to content

Commit

Permalink
Merge pull request #68 from worldcoin/forerunner/improve-read
Browse files Browse the repository at this point in the history
Improve Read Performance
  • Loading branch information
0xForerunner authored Dec 3, 2024
2 parents 018e2d1 + 2fb5841 commit f82d62a
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 30 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea
.DS_Store
out
gnark-mbu
gnark-mbu.exe
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ require (
)

require (
github.com/consensys/gnark-crypto v0.9.2
github.com/consensys/gnark-crypto v0.9.1
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
github.com/mmcloughlin/addchain v0.4.0 // indirect
Expand All @@ -78,5 +78,3 @@ require (
golang.org/x/sys v0.23.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/consensys/gnark => github.com/ewoolsey/gnark v0.8.3
Loading

0 comments on commit f82d62a

Please sign in to comment.