Skip to content

Commit

Permalink
dep: bump the version of zkbnb-crypto to v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
unclezoro committed Oct 13, 2022
1 parent 8a0cd45 commit d23d52d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ require (
)

require (
github.com/bnb-chain/zkbnb-crypto v0.0.6-0.20221012064947-a395ff5a2614
github.com/bnb-chain/zkbnb-crypto v0.0.7
github.com/bnb-chain/zkbnb-eth-rpc v0.0.2
github.com/bnb-chain/zkbnb-smt v0.0.2-0.20220919093003-13980385d38f
github.com/consensys/gnark v0.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kB
github.com/bkaradzic/go-lz4 v1.0.0/go.mod h1:0YdlkowM3VswSROI7qDxhRvJ3sLhlFrRRwjwegp5jy4=
github.com/bketelsen/crypt v0.0.4/go.mod h1:aI6NrJ0pMGgvZKL1iVgXLnfIFJtfV+bKCoqOes/6LfM=
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40/go.mod h1:8rLXio+WjiTceGBHIoTvn60HIbs7Hm7bcHjyrSqYB9c=
github.com/bnb-chain/zkbnb-crypto v0.0.6-0.20221012064947-a395ff5a2614 h1:a+POfow+uc60upenBUrzo9XW/nk7H9llv45UVdF67xw=
github.com/bnb-chain/zkbnb-crypto v0.0.6-0.20221012064947-a395ff5a2614/go.mod h1:L1BEYSG945hwjJCtR5LUQ1pvRmydSsk9oU2d9YvoOrA=
github.com/bnb-chain/zkbnb-crypto v0.0.7 h1:IckShzkNdx/ee461Gd0kMC04phus8fcRdIeuzSz1PDE=
github.com/bnb-chain/zkbnb-crypto v0.0.7/go.mod h1:L1BEYSG945hwjJCtR5LUQ1pvRmydSsk9oU2d9YvoOrA=
github.com/bnb-chain/zkbnb-eth-rpc v0.0.2 h1:1rMa8XpplDNZaxeM1ifXMjSSeH/ucJyLUjHHEw1z4AA=
github.com/bnb-chain/zkbnb-eth-rpc v0.0.2/go.mod h1:T69T8enicQ5kSRPIzyPJv/jhuvRMz1UxsijPXmlis+I=
github.com/bnb-chain/zkbnb-smt v0.0.2-0.20220919093003-13980385d38f h1:zBVWOWlH4w18O6wp0gZML4U2n1rxsFLb7KB7DFE8zcQ=
Expand Down
14 changes: 7 additions & 7 deletions service/apiserver/server.api
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ type (
}

Account {
Status uint32 `json:"status"`
Index int64 `json:"index"`
Name string `json:"name"`
Pk string `json:"pk"`
Nonce int64 `json:"nonce"`
Assets []*AccountAsset `json:"assets"`
TotalAssetValue string `json:"total_asset_value"`
Status uint32 `json:"status"`
Index int64 `json:"index"`
Name string `json:"name"`
Pk string `json:"pk"`
Nonce int64 `json:"nonce"`
Assets []*AccountAsset `json:"assets"`
TotalAssetValue string `json:"total_asset_value"`
}

SimpleAccount {
Expand Down

0 comments on commit d23d52d

Please sign in to comment.