Skip to content

Commit

Permalink
feat: upgrade client that contains websocket subscriber
Browse files Browse the repository at this point in the history
* add ZeroHash
  • Loading branch information
kamikazechaser committed Jun 24, 2024
1 parent 8104c84 commit 4ef42df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.3

require (
github.com/celo-org/celo-blockchain v1.8.4
github.com/grassrootseconomics/w3-celo v0.17.2
github.com/grassrootseconomics/w3-celo v0.18.0
golang.org/x/crypto v0.21.0
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWm
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/grassrootseconomics/w3-celo v0.17.2 h1:sEBlOe/H2F6YvBRTGD/kiObVqUFW7AczbzC8xxsVLDY=
github.com/grassrootseconomics/w3-celo v0.17.2/go.mod h1:M3KJaj25DspF9siaqNXyamAuzC5DmWXx74tpyPp+R4Y=
github.com/grassrootseconomics/w3-celo v0.18.0 h1:gO5iK/KP4qrwIGDbKY9k57wnh/dSIvcHTU9lAEHSXbg=
github.com/grassrootseconomics/w3-celo v0.18.0/go.mod h1:M3KJaj25DspF9siaqNXyamAuzC5DmWXx74tpyPp+R4Y=
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d h1:dg1dEPuWpEqDnvIw251EVy4zlP8gWbsGj4BsUKCRpYs=
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
github.com/hdevalence/ed25519consensus v0.0.0-20201207055737-7fde80a9d5ff h1:LeVKjw8pcDQj7WVVnbFvbD7ovcv+r/l15ka1NH6Lswc=
Expand Down
1 change: 1 addition & 0 deletions grassroots.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ var (
entrySig = w3.MustNewFunc("entry(uint256 _idx)", "address")

ZeroAddress common.Address
ZeroHash common.Hash

SarafuNetworkRegistry = w3.A("0xd1FB944748aca327a1ba036B082993D9dd9Bfa0C")
CustodialRegistry = w3.A("0x0cc9f4fff962def35bb34a53691180b13e653030")
Expand Down

0 comments on commit 4ef42df

Please sign in to comment.