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

Prep v12 release #179

Merged
merged 2 commits into from
Aug 26, 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
14 changes: 7 additions & 7 deletions apps/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-extension",
"version": "11.15.0",
"version": "12.0.0",
"private": true,
"license": "(MIT OR Apache-2.0)",
"description": "chrome-extension",
Expand All @@ -19,19 +19,19 @@
"@connectrpc/connect-web": "^1.4.0",
"@penumbra-labs/registry": "11.1.0",
"@penumbra-zone/bech32m": "^7.0.0",
"@penumbra-zone/client": "^18.0.0",
"@penumbra-zone/client": "^18.0.1",
"@penumbra-zone/crypto-web": "^22.0.0",
"@penumbra-zone/getters": "^16.0.0",
"@penumbra-zone/keys": "^4.2.1",
"@penumbra-zone/perspective": "^26.0.0",
"@penumbra-zone/perspective": "^27.0.0",
"@penumbra-zone/protobuf": "^6.0.0",
"@penumbra-zone/query": "^27.0.0",
"@penumbra-zone/services": "^30.0.0",
"@penumbra-zone/storage": "^26.0.0",
"@penumbra-zone/query": "^28.0.0",
"@penumbra-zone/services": "^31.0.0",
"@penumbra-zone/storage": "^27.0.0",
"@penumbra-zone/transport-chrome": "^8.0.1",
"@penumbra-zone/transport-dom": "^7.5.0",
"@penumbra-zone/types": "^21.0.0",
"@penumbra-zone/wasm": "^26.0.0",
"@penumbra-zone/wasm": "^26.1.0",
"@radix-ui/react-icons": "^1.3.0",
"@repo/context": "workspace:*",
"@repo/ui": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Prax wallet",
"version": "11.15.0",
"version": "12.0.0",
"description": "For use in interacting with the Penumbra blockchain",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvnucOJi878TGZYnTNTrvXd9krAcpSDR/EgHcQhvjNZrKfRRsKA9O0DnbyM492c3hiicYPevRPLPoKsLgVghGDYPr8eNO7ee165keD5XLxq0wpWu14gHEPdQSRNZPLeawLp4s/rUwtzMcxhVIUYYaa2xZri4Tqx9wpR7YR1mQTAL8UsdjyitrnzTM20ciKXq1pd82MU74YaZzrcQCOmcjJtjHFdMEAYme+LuZuEugAgef9RiE/8kLQ6T7W9feYfQOky1OPjBkflpRXRgW6cACdl+MeYhKJCOHijglFsPOXX6AvnoJSeAJYRXOMVJi0ejLKEcrLpaeHgh+1WXUvc5G4wIDAQAB",
"minimum_chrome_version": "119",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ class PraxInjection {
private stateEvents = new EventTarget();

private injection: Readonly<PenumbraProvider> = Object.freeze({
/**
* Meet the 'request' method of the old page API to mitigate incompatibility
* with pd v0.80.0's bundled minifront. This prevents connection failure.
* @todo Remove when bundled frontends are updated beyond `a31d54a`
* @issue https://github.com/prax-wallet/web/issues/175
*/
request: () => this.postConnectRequest().then(() => Promise.resolve()),

Comment on lines -60 to -67
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

connect: () => Promise.resolve(this.port ?? this.postConnectRequest()),
disconnect: () => this.postDisconnectRequest(),
isConnected: () => Boolean(this.port && this.presentState === PenumbraState.Connected),
Expand Down
11 changes: 6 additions & 5 deletions packages/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@
"@penumbra-zone/bech32m": "^7.0.0",
"@penumbra-zone/crypto-web": "^22.0.0",
"@penumbra-zone/getters": "^16.0.0",
"@penumbra-zone/perspective": "^26.0.0",
"@penumbra-zone/keys": "^4.2.1",
"@penumbra-zone/perspective": "^27.0.0",
"@penumbra-zone/protobuf": "^6.0.0",
"@penumbra-zone/query": "^27.0.0",
"@penumbra-zone/services": "^30.0.0",
"@penumbra-zone/storage": "^26.0.0",
"@penumbra-zone/query": "^28.0.0",
"@penumbra-zone/services": "^31.0.0",
"@penumbra-zone/storage": "^27.0.0",
"@penumbra-zone/transport-chrome": "^8.0.1",
"@penumbra-zone/transport-dom": "^7.5.0",
"@penumbra-zone/types": "^21.0.0",
"@penumbra-zone/wasm": "^26.0.0",
"@penumbra-zone/wasm": "^26.1.0",
"exponential-backoff": "^3.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"@penumbra-labs/registry": "11.1.0",
"@penumbra-zone/bech32m": "^7.0.0",
"@penumbra-zone/getters": "^16.0.0",
"@penumbra-zone/perspective": "^26.0.0",
"@penumbra-zone/perspective": "^27.0.0",
"@penumbra-zone/protobuf": "^6.0.0",
"@penumbra-zone/types": "^21.0.0",
"@penumbra-zone/wasm": "^26.0.0",
"@penumbra-zone/wasm": "^26.1.0",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "1.0.5",
Expand Down
Loading