Skip to content

Commit

Permalink
Upgrade @cosmjs dependencies to ^0.32.4 (#219)
Browse files Browse the repository at this point in the history
Updated all @cosmjs packages from ^0.32.2 and ^0.32.3 to ^0.32.4 across relevant modules. This resolves raw log parsing errors and ensures consistency with upstream changes.
  • Loading branch information
justinbarry authored Sep 12, 2024
1 parent 4e84d2b commit 076b30b
Show file tree
Hide file tree
Showing 6 changed files with 161 additions and 204 deletions.
8 changes: 8 additions & 0 deletions .changeset/beige-suns-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@burnt-labs/abstraxion-core": minor
"@burnt-labs/abstraxion": minor
"@burnt-labs/signers": minor
"demo-app": minor
---

Upgrade cosmjs dependencies to fix raw log parsing error
4 changes: 2 additions & 2 deletions apps/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@burnt-labs/constants": "workspace:*",
"@burnt-labs/signers": "workspace:*",
"@burnt-labs/ui": "workspace:*",
"@cosmjs/amino": "^0.32.3",
"@cosmjs/cosmwasm-stargate": "^0.32.2",
"@cosmjs/amino": "^0.32.4",
"@cosmjs/cosmwasm-stargate": "^0.32.4",
"@heroicons/react": "^2.1.4",
"@keplr-wallet/cosmos": "^0.12.80",
"cosmjs-types": "^0.9.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/abstraxion-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"dependencies": {
"@burnt-labs/constants": "workspace:*",
"@burnt-labs/signers": "workspace:*",
"@cosmjs/amino": "^0.32.2",
"@cosmjs/cosmwasm-stargate": "^0.32.2",
"@cosmjs/crypto": "^0.32.2",
"@cosmjs/encoding": "^0.32.2",
"@cosmjs/proto-signing": "^0.32.2",
"@cosmjs/stargate": "^0.32.2",
"@cosmjs/tendermint-rpc": "^0.32.2",
"@cosmjs/utils": "^0.32.2",
"@cosmjs/amino": "^0.32.4",
"@cosmjs/cosmwasm-stargate": "^0.32.4",
"@cosmjs/crypto": "^0.32.4",
"@cosmjs/encoding": "^0.32.4",
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@cosmjs/tendermint-rpc": "^0.32.4",
"@cosmjs/utils": "^0.32.4",
"@keplr-wallet/cosmos": "^0.12.67",
"@keplr-wallet/crypto": "^0.12.69",
"cosmjs-types": "^0.9.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/abstraxion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"@burnt-labs/constants": "workspace:*",
"@burnt-labs/signers": "workspace:*",
"@burnt-labs/ui": "workspace:*",
"@cosmjs/amino": "^0.32.2",
"@cosmjs/cosmwasm-stargate": "^0.32.2",
"@cosmjs/crypto": "^0.32.2",
"@cosmjs/encoding": "^0.32.2",
"@cosmjs/proto-signing": "^0.32.2",
"@cosmjs/stargate": "^0.32.2",
"@cosmjs/tendermint-rpc": "^0.32.2",
"@cosmjs/utils": "^0.32.2",
"@cosmjs/amino": "^0.32.4",
"@cosmjs/cosmwasm-stargate": "^0.32.4",
"@cosmjs/crypto": "^0.32.4",
"@cosmjs/encoding": "^0.32.4",
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@cosmjs/tendermint-rpc": "^0.32.4",
"@cosmjs/utils": "^0.32.4",
"@types/react-dom": "^18.2.18",
"cosmjs-types": "^0.9.0",
"jose": "^5.1.3"
Expand Down
18 changes: 9 additions & 9 deletions packages/signers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@cosmjs/amino": "^0.32.2",
"@cosmjs/cosmwasm-stargate": "^0.32.2",
"@cosmjs/crypto": "^0.32.2",
"@cosmjs/encoding": "^0.32.2",
"@cosmjs/math": "^0.32.2",
"@cosmjs/proto-signing": "^0.32.2",
"@cosmjs/stargate": "^0.32.2",
"@cosmjs/tendermint-rpc": "^0.32.2",
"@cosmjs/utils": "^0.32.2",
"@cosmjs/amino": "^0.32.4",
"@cosmjs/cosmwasm-stargate": "^0.32.4",
"@cosmjs/crypto": "^0.32.4",
"@cosmjs/encoding": "^0.32.4",
"@cosmjs/math": "^0.32.4",
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@cosmjs/tendermint-rpc": "^0.32.4",
"@cosmjs/utils": "^0.32.4",
"@protobuf-ts/runtime": "^2.9.3",
"bech32": "^2.0.0",
"cosmjs-types": "^0.9.0",
Expand Down
Loading

0 comments on commit 076b30b

Please sign in to comment.