Skip to content

Commit

Permalink
Support new testnet 0.64.0 (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 authored Dec 11, 2023
1 parent 0023881 commit ef37edf
Show file tree
Hide file tree
Showing 12 changed files with 648 additions and 645 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/deploy-firebase-dapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@ name: Deploy static site
on:
# Support ad-hoc runs via dispatch, so we can deploy from
# unmerged feature branches if necessary.

# TODO: Temporarily disabled until next testnet release
# workflow_dispatch:
# push:
# branches:
# - main

# Uncomment to run on PRs; useful while debugging.
# pull_request:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
name: Deploy
Expand Down
8 changes: 4 additions & 4 deletions apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@penumbra-zone/types": "workspace:*",
"@penumbra-zone/ui": "workspace:*",
"@penumbra-zone/wasm-ts": "workspace:*",
"@tanstack/react-query": "^5.12.2",
"@tanstack/react-query": "^5.13.4",
"exponential-backoff": "^3.1.1",
"framer-motion": "^10.16.15",
"framer-motion": "^10.16.16",
"immer": "^10.0.3",
"node-fetch": "^3.3.2",
"react": "^18.2.0",
Expand All @@ -39,9 +39,9 @@
"@types/chrome": "0.0.254",
"@types/firefox-webext-browser": "^120.0.0",
"@types/node": "^20.10.4",
"@types/react": "^18.2.42",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"autoprefixer": "^10.4.16",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^11.0.0",
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": "Penumbra wallet",
"version": "2.1.0",
"version": "3.0.0",
"description": "For use in interacting with the Penumbra blockchain",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvnucOJi878TGZYnTNTrvXd9krAcpSDR/EgHcQhvjNZrKfRRsKA9O0DnbyM492c3hiicYPevRPLPoKsLgVghGDYPr8eNO7ee165keD5XLxq0wpWu14gHEPdQSRNZPLeawLp4s/rUwtzMcxhVIUYYaa2xZri4Tqx9wpR7YR1mQTAL8UsdjyitrnzTM20ciKXq1pd82MU74YaZzrcQCOmcjJtjHFdMEAYme+LuZuEugAgef9RiE/8kLQ6T7W9feYfQOky1OPjBkflpRXRgW6cACdl+MeYhKJCOHijglFsPOXX6AvnoJSeAJYRXOMVJi0ejLKEcrLpaeHgh+1WXUvc5G4wIDAQAB",
"action": {
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/src/utils/download-proving-keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { provingKeys } from '@penumbra-zone/types/src/proving-keys';
const githubSourceDir =
'https://github.com/penumbra-zone/penumbra/raw/main/crates/crypto/proof-params/src/gen/';

const binaryFilesDir = path.join('dist/bin');
const binaryFilesDir = path.join('dist/js/bin');

const downloadProvingKeys = async () => {
// Check if the bin directory already exists. Subsequent builds will not
Expand Down
10 changes: 5 additions & 5 deletions apps/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
"@penumbra-zone/types": "workspace:*",
"@penumbra-zone/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.0",
"@tanstack/react-query": "^5.12.2",
"@tanstack/react-query": "^5.13.4",
"bignumber.js": "^9.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-loader-spinner": "5.4.5",
"react-loader-spinner": "^6.1.0",
"react-router-dom": "^6.20.1",
"tailwindcss": "^3.3.6",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/react": "^18.2.42",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-helmet": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"format-check": "prettier --check ."
},
"dependencies": {
"@buf/cosmos_ibc.bufbuild_es": "1.5.1-20231206160537-223dab845cae.1",
"@buf/cosmos_ibc.connectrpc_es": "1.1.4-20231206160537-223dab845cae.1",
"@buf/penumbra-zone_penumbra.bufbuild_es": "1.5.1-20231207232356-d7a39d603dd5.1",
"@buf/penumbra-zone_penumbra.connectrpc_es": "1.1.4-20231207232356-d7a39d603dd5.1"
"@buf/cosmos_ibc.bufbuild_es": "1.5.1-20231211183134-b93a64f9fb08.1",
"@buf/cosmos_ibc.connectrpc_es": "1.1.4-20231211183134-b93a64f9fb08.1",
"@buf/penumbra-zone_penumbra.bufbuild_es": "1.5.1-20231211173138-9acabec31a72.1",
"@buf/penumbra-zone_penumbra.connectrpc_es": "1.1.4-20231211173138-9acabec31a72.1"
},
"devDependencies": {
"@turbo/gen": "^1.11.1",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"eslint": "^8.55.0",
"eslint-config-custom": "workspace:*",
"playwright": "^1.40.1",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"turbo": "^1.11.1"
}
}
4 changes: 2 additions & 2 deletions packages/constants/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export interface Config {
}

export const testnetConstants: Config = {
grpcEndpoint: 'https://grpc.testnet-preview.penumbra.zone',
indexedDbVersion: 16,
grpcEndpoint: 'https://grpc.testnet.penumbra.zone',
indexedDbVersion: 17,
usdcAssetId: 'reum7wQmk/owgvGMWMZn/6RFPV24zIKq3W6In/WwZgg=',
};
6 changes: 3 additions & 3 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -15,7 +15,7 @@
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-turbo": "^1.11.1",
"eslint-plugin-vitest": "^0.3.10",
"eslint-plugin-vitest": "^0.3.15",
"next": "^14.0.4"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"idb": "^8.0.0",
"tsconfig": "workspace:*",
"typescript": "^5.3.3",
"vite": "^5.0.6"
"vite": "^5.0.7"
},
"devDependencies": {
"@types/chrome": "0.0.254",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"djb2a": "^2.0.0",
"framer-motion": "^10.16.15",
"framer-motion": "^10.16.16",
"lucide-react": "^0.294.0",
"react-json-view": "^1.21.3",
"tailwind-merge": "^2.1.0",
Expand All @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/react": "^18.2.42",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/tinycolor2": "^1.4.6",
"autoprefixer": "^10.4.16",
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"dependencies": {
"@bufbuild/protobuf": "^1.5.1",
"@penumbra-zone/types": "workspace:*",
"@penumbra-zone/wasm-bundler": "0.63.3-preview-1",
"@penumbra-zone/wasm-nodejs": "0.63.3-preview-1",
"@penumbra-zone/wasm-bundler": "0.64.0",
"@penumbra-zone/wasm-nodejs": "0.64.0",
"bech32": "^2.0.0",
"eslint": "^8.55.0",
"eslint-config-custom": "workspace:*",
Expand Down
Loading

0 comments on commit ef37edf

Please sign in to comment.