Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to registry v11.2 #1783

Merged
merged 2 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/hungry-yaks-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@penumbra-zone/storage': patch
'minifront': patch
---

Bump registry version to v11.2
2 changes: 1 addition & 1 deletion apps/minifront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@cosmos-kit/core": "^2.13.1",
"@cosmos-kit/react": "^2.18.0",
"@interchain-ui/react": "^1.23.29",
"@penumbra-labs/registry": "11.1.0",
"@penumbra-labs/registry": "^11.2.0",
"@penumbra-zone/bech32m": "workspace:*",
"@penumbra-zone/client": "workspace:*",
"@penumbra-zone/crypto-web": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"idb": "^8.0.0"
},
"devDependencies": {
"@penumbra-labs/registry": "11.1.0",
"@penumbra-labs/registry": "^11.2.0",
"@penumbra-zone/protobuf": "workspace:*",
"fetch-mock": "^10.0.7"
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.10.0",
"@penumbra-labs/registry": "11.1.0",
"@penumbra-labs/registry": "^11.2.0",
"@penumbra-zone/bech32m": "workspace:*",
"@penumbra-zone/getters": "workspace:*",
"@penumbra-zone/protobuf": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/src/indexed-db/indexed-db.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const inner1111 = Uint8Array.from({ length: 32 }, () => Math.floor(Math.random()
const inner2222 = Uint8Array.from({ length: 32 }, () => Math.floor(Math.random() * 256));

const registryClient = new ChainRegistryClient();
const chainId = 'penumbra-testnet-deimos-8';
const chainId = 'penumbra-testnet-phobos-1';

const jsonifyRegistry = (r: Registry) => {
const assetById = r.getAllAssets().reduce<Record<string, JsonValue>>((acc, m) => {
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading