Skip to content

Commit

Permalink
chore(namada@rc.29): bump namada sdk to 0.45.1
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Nov 13, 2024
1 parent c2bf3de commit 277eaec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/namada/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ hex = "0.4.3"
tendermint = "0.34.0"
tendermint-rpc = { version = "0.34.0", default-features = false }

namada_sdk = { git = "https://github.com/anoma/namada", tag = "v0.44.1", default-features = false }
namada_sdk = { git = "https://github.com/anoma/namada", tag = "v0.45.1", default-features = false }
masp_primitives = { git = "https://github.com/anoma/masp", tag = "v1.1.0" }
masp_proofs = { git = "https://github.com/anoma/masp", tag = "v1.1.0", default-features = false, features = ["local-prover"] }

Expand Down
2 changes: 1 addition & 1 deletion packages/namada/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"main": "Namada.ts",
"files": [ "*.ts", "!target", "pkg/*" ],
"version": "1.0.0-rc.28",
"version": "1.0.0-rc.29",
"license": "AGPL-3.0-only",
"keywords": [
"tendermint", "namada", "cosmos", "cosmwasm"
Expand Down

0 comments on commit 277eaec

Please sign in to comment.