Skip to content

Commit

Permalink
Beacon 4.2.2 fix lost commits (#2968)
Browse files Browse the repository at this point in the history
* feat: updated beacon to 4.2.2-beta.0

* feat: feat: updated beacon to 4.2.2-beta.1

* feat: feat: updated beacon to 4.2.2-beta.2

* chore(releng) bump version to 19.2.1-beta.0

* feat: updated beacon to 4.2.2-beta.3

* feat: updating to private prc nodes

* reverted config to use public testnets instead

* fix: updating back to public node

* chore(releng) bump version to 19.2.1-beta.1

* feat: updated beacon to 4.2.2-beta.4

* chore(releng) bump version to 19.2.1-beta.2

* 2958 eventsub (#2960)

* updated taquito-beacon-wallet to use eventsub

* removed comments

* removed console log

* trigger ci build

* updated beacon version to v4.2.2

* chore(releng) bump version to 19.2.1

---------

Co-authored-by: huianyang <[email protected]>
Co-authored-by: Davis Sawali <[email protected]>
  • Loading branch information
3 people committed May 21, 2024
1 parent 114b083 commit 707f2af
Show file tree
Hide file tree
Showing 45 changed files with 430 additions and 429 deletions.
14 changes: 7 additions & 7 deletions apps/taquito-test-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taquito-test-dapp-vite",
"private": true,
"version": "19.2.0",
"version": "19.2.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -24,12 +24,12 @@
"vite": "^4.4.11"
},
"dependencies": {
"@airgap/beacon-sdk": "^4.2.1",
"@airgap/beacon-types": "^4.2.1",
"@taquito/beacon-wallet": "^19.2.0",
"@taquito/core": "^19.1.0",
"@taquito/taquito": "^19.2.0",
"@taquito/utils": "^19.2.0",
"@airgap/beacon-sdk": "^4.2.2",
"@airgap/beacon-types": "^4.2.2",
"@taquito/beacon-wallet": "^19.2.1",
"@taquito/core": "^19.2.1",
"@taquito/taquito": "^19.2.1",
"@taquito/utils": "^19.2.1",
"buffer": "^6.0.3",
"svelte-select": "^5.7.0",
"vite-compatible-readable-stream": "^3.6.1"
Expand Down
13 changes: 8 additions & 5 deletions apps/taquito-test-dapp/src/lib/Wallet.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@
import { BeaconEvent, type DAppClientOptions } from "@airgap/beacon-sdk";
import store from "../store";
import { formatTokenAmount, shortenHash } from "../utils";
import { defaultMatrixNode, getRpcUrl, defaultNetworkType, type SupportedNetworks } from "../config";
import {
defaultMatrixNode,
getRpcUrl,
defaultNetworkType,
type SupportedNetworks,
} from "../config";
import type { TezosAccountAddress } from "../types";
let showDialog = false;
let connectedWallet = "";
const createNewWallet = (config: {
networkType: SupportedNetworks,
}) => {
const createNewWallet = (config: { networkType: SupportedNetworks }) => {
const options: DAppClientOptions = {
name: "Taquito Test Dapp",
matrixNodes: [defaultMatrixNode] as any,
Expand All @@ -23,7 +26,7 @@
rpcUrl: getRpcUrl(config.networkType),
},
walletConnectOptions: {
projectId: 'ba97fd7d1e89eae02f7c330e14ce1f36',
projectId: "ba97fd7d1e89eae02f7c330e14ce1f36",
},
enableMetrics: $store.enableMetrics,
};
Expand Down
22 changes: 11 additions & 11 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@taquito/example",
"private": true,
"version": "19.2.0",
"version": "19.2.1",
"scripts": {
"example": "node -r ts-node/register --preserve-symlinks example-node.ts",
"example:activation": "node -r ts-node/register --preserve-symlinks example-activate.ts",
Expand Down Expand Up @@ -42,16 +42,16 @@
},
"dependencies": {
"@ledgerhq/hw-transport-node-hid": "^6.28.5",
"@taquito/ledger-signer": "^19.2.0",
"@taquito/local-forging": "^19.2.0",
"@taquito/michel-codec": "^19.2.0",
"@taquito/michelson-encoder": "^19.2.0",
"@taquito/rpc": "^19.2.0",
"@taquito/sapling": "^19.2.0",
"@taquito/signer": "^19.2.0",
"@taquito/taquito": "^19.2.0",
"@taquito/tzip16": "^19.2.0",
"@taquito/utils": "^19.2.0",
"@taquito/ledger-signer": "^19.2.1",
"@taquito/local-forging": "^19.2.1",
"@taquito/michel-codec": "^19.2.1",
"@taquito/michelson-encoder": "^19.2.1",
"@taquito/rpc": "^19.2.1",
"@taquito/sapling": "^19.2.1",
"@taquito/signer": "^19.2.1",
"@taquito/taquito": "^19.2.1",
"@taquito/tzip16": "^19.2.1",
"@taquito/utils": "^19.2.1",
"bignumber.js": "^9.1.2"
},
"devDependencies": {
Expand Down
30 changes: 15 additions & 15 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@
"originate-known-contracts": "node -r ts-node/register originate-known-contracts.ts",
"originate-known-contracts-and-run-test": "node -r ts-node/register originate-known-contracts.ts && jest"
},
"version": "19.2.0",
"version": "19.2.1",
"dependencies": {
"@ledgerhq/devices": "8.2.2",
"@ledgerhq/hw-transport": "6.30.5",
"@ledgerhq/hw-transport-node-hid": "6.28.5",
"@ledgerhq/hw-transport-node-hid-noevents": "6.29.5",
"@taquito/contracts-library": "^19.2.0",
"@taquito/core": "^19.1.0",
"@taquito/http-utils": "^19.2.0",
"@taquito/local-forging": "^19.2.0",
"@taquito/michel-codec": "^19.2.0",
"@taquito/michelson-encoder": "^19.2.0",
"@taquito/remote-signer": "^19.2.0",
"@taquito/rpc": "^19.2.0",
"@taquito/sapling": "^19.2.0",
"@taquito/signer": "^19.2.0",
"@taquito/taquito": "^19.2.0",
"@taquito/tzip12": "^19.2.0",
"@taquito/tzip16": "^19.2.0",
"@taquito/utils": "^19.2.0",
"@taquito/contracts-library": "^19.2.1",
"@taquito/core": "^19.2.1",
"@taquito/http-utils": "^19.2.1",
"@taquito/local-forging": "^19.2.1",
"@taquito/michel-codec": "^19.2.1",
"@taquito/michelson-encoder": "^19.2.1",
"@taquito/remote-signer": "^19.2.1",
"@taquito/rpc": "^19.2.1",
"@taquito/sapling": "^19.2.1",
"@taquito/signer": "^19.2.1",
"@taquito/taquito": "^19.2.1",
"@taquito/tzip12": "^19.2.1",
"@taquito/tzip16": "^19.2.1",
"@taquito/utils": "^19.2.1",
"bignumber.js": "^9.1.2",
"bip39": "3.1.0",
"blakejs": "^1.2.1"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"useNx": true,
"version": "19.2.0"
"version": "19.2.1"
}
Loading

0 comments on commit 707f2af

Please sign in to comment.