From 88a5dfbbd3aa5a98c05cf229f4248d36034fca86 Mon Sep 17 00:00:00 2001 From: hui-an-yang <106410553+hui-an-yang@users.noreply.github.com> Date: Wed, 15 May 2024 16:45:12 -0700 Subject: [PATCH 1/3] Beacon 4.2.2 (#2924) * 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 * Revert "Merge branch 'master' of https://github.com/ecadlabs/taquito into beacon-4.2.2" This reverts commit caf851adcb77d344ed42145fe63e824e9feb9b19, reversing changes made to ecd6f5a7885458ea20f80a371de652cd0aad5eee. * 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: Davis Sawali --- apps/taquito-test-dapp/package.json | 14 +- .../src/lib/TestContainer.svelte | 24 +- apps/taquito-test-dapp/src/lib/Wallet.svelte | 13 +- apps/taquito-test-dapp/src/tests.ts | 42 +- apps/taquito-test-dapp/src/types.ts | 2 +- cspell.json | 1 - docs/dapp_prelaunch.md | 2 +- docs/rpc_nodes.md | 3 - docs/signing.md | 2 +- example/package.json | 24 +- ...ations-call-by-index-methodsObject.spec.ts | 100 +-- integration-tests/package.json | 30 +- lerna.json | 2 +- package-lock.json | 437 +++++----- packages/taquito-beacon-wallet/package.json | 8 +- .../src/taquito-beacon-wallet.ts | 21 +- packages/taquito-beacon-wallet/src/version.ts | 4 +- .../taquito-contracts-library/package.json | 10 +- .../taquito-contracts-library/src/version.ts | 4 +- packages/taquito-core/package.json | 2 +- packages/taquito-core/src/version.ts | 4 +- packages/taquito-http-utils/package.json | 4 +- packages/taquito-http-utils/src/version.ts | 4 +- packages/taquito-ledger-signer/package.json | 8 +- packages/taquito-ledger-signer/src/version.ts | 4 +- packages/taquito-local-forging/package.json | 8 +- packages/taquito-local-forging/src/version.ts | 4 +- .../pack-test-tool/package.json | 4 +- packages/taquito-michel-codec/package.json | 4 +- packages/taquito-michel-codec/src/version.ts | 4 +- .../taquito-michelson-encoder/package.json | 8 +- .../src/taquito-michelson-encoder.ts | 2 +- .../src/tokens/createToken.ts | 15 +- .../src/tokens/or.ts | 66 +- .../src/tokens/pair.ts | 37 +- .../src/tokens/token.ts | 39 +- .../taquito-michelson-encoder/src/version.ts | 4 +- .../test/sample1.spec.ts | 415 +++------ .../test/sample11_dexter.spec.ts | 594 +++---------- .../test/sample9_lambda.spec.ts | 117 +-- .../test/tokens/map.spec.ts | 66 +- .../test/tokens/or.spec.ts | 798 ++---------------- packages/taquito-remote-signer/package.json | 10 +- packages/taquito-remote-signer/src/version.ts | 4 +- packages/taquito-rpc/package.json | 8 +- packages/taquito-rpc/src/version.ts | 4 +- packages/taquito-sapling/package.json | 10 +- packages/taquito-sapling/src/version.ts | 4 +- packages/taquito-signer/package.json | 8 +- packages/taquito-signer/src/version.ts | 4 +- packages/taquito-timelock/package.json | 8 +- packages/taquito-timelock/src/version.ts | 4 +- packages/taquito-tzip12/package.json | 10 +- packages/taquito-tzip12/src/version.ts | 4 +- packages/taquito-tzip16/package.json | 14 +- packages/taquito-tzip16/src/version.ts | 4 +- packages/taquito-utils/package.json | 4 +- packages/taquito-utils/src/version.ts | 4 +- packages/taquito/README.md | 2 +- packages/taquito/assets-manifest.json | 2 +- packages/taquito/package.json | 16 +- packages/taquito/src/taquito.ts | 11 +- packages/taquito/src/version.ts | 4 +- .../test/contract/contractAbstraction.spec.ts | 4 +- waku-helpers.sh | 2 +- website/package-lock.json | 104 +-- 66 files changed, 854 insertions(+), 2349 deletions(-) diff --git a/apps/taquito-test-dapp/package.json b/apps/taquito-test-dapp/package.json index 6aee4c753a..bf4f665881 100644 --- a/apps/taquito-test-dapp/package.json +++ b/apps/taquito-test-dapp/package.json @@ -1,7 +1,7 @@ { "name": "taquito-test-dapp-vite", "private": true, - "version": "19.2.0", + "version": "19.2.1", "type": "module", "scripts": { "dev": "vite", @@ -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" diff --git a/apps/taquito-test-dapp/src/lib/TestContainer.svelte b/apps/taquito-test-dapp/src/lib/TestContainer.svelte index d748260eef..3191c3aade 100644 --- a/apps/taquito-test-dapp/src/lib/TestContainer.svelte +++ b/apps/taquito-test-dapp/src/lib/TestContainer.svelte @@ -11,7 +11,7 @@ let loading = false; let success: boolean | undefined; let opHash = ""; - let input = { text: "", fee: 400, storageLimit: 400, gasLimit: 1320, amount: 0, address: "" }; + let input = { text: "", fee: 400, storageLimit: 400, gasLimit: 1320 }; let testResult: { id: string; title: string; body: any }; const run = async () => { @@ -28,7 +28,6 @@ test.id === "sign-payload-and-send" || test.id === "sign-failingNoop" || test.id === "verify-signature" || - test.id === "send-tez-to-etherlink" || test.id === "set-transaction-limits" ) { result = await test.run(input); @@ -189,7 +188,7 @@ /* ---------------------------------------------- * Generated by Animista on 2022-4-21 9:31:8 * Licensed under FreeBSD License. - * See http://animista.net/license for more info. + * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ @@ -303,19 +302,6 @@ bind:value={input.text} /> - {:else if test.inputRequired && test.inputType === "etherlink"} - {:else if test.inputRequired && test.inputType === "set-limits"}
+ {:else if test.inputRequired && test.inputType === "etherlink"} + {:else if test.inputRequired && test.inputType === "set-limits"}