From 6ae689876aadfae5fe3e0727699d09bd73f3615c Mon Sep 17 00:00:00 2001 From: hui-an-yang <106410553+hui-an-yang@users.noreply.github.com> Date: Thu, 23 Jan 2025 10:45:59 -0800 Subject: [PATCH] Beacon v4.3.2 (#3107) * chore: updated beacon to v4.3.2 * test: updated estimate assertion * chore(releng) bump version to 21.0.1 * ci: removed most paris tests and reference after mainnet protocol migration * docs: updated doc of tzip12.md and metadata-tzip16.md --- .github/workflows/main.yml | 3 - apps/taquito-test-dapp/package.json | 16 +- apps/taquito-test-dapp/src/App.svelte | 4 - apps/taquito-test-dapp/src/config.ts | 7 +- docs/metadata-tzip16.md | 6 +- docs/rpc_nodes.md | 2 - docs/staking.md | 4 +- docs/tzip12.md | 3 +- docs/version.md | 6 + docs/wallet_API.md | 4 +- example/package.json | 22 +- .../contract/estimation-tests.spec.ts | 10 +- .../contract/operations/failing-noop.spec.ts | 4 +- .../rpc/get-protocol-constants.spec.ts | 177 +------ integration-tests/__tests__/rpc/nodes.spec.ts | 13 - .../__tests__/wallet/failing-noop.spec.ts | 4 +- integration-tests/config.ts | 21 +- .../known-contracts-PsParisCZ.ts | 8 - integration-tests/package.json | 32 +- lerna.json | 2 +- package-lock.json | 434 ++++++++---------- packages/taquito-beacon-wallet/package.json | 8 +- 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 +- .../src/michelson-types.ts | 163 +++---- packages/taquito-michel-codec/src/version.ts | 4 +- .../taquito-michelson-encoder/package.json | 8 +- .../taquito-michelson-encoder/src/version.ts | 4 +- 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/taquito-rpc.ts | 2 +- 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-wallet-connect/package.json | 4 +- .../taquito-wallet-connect/src/version.ts | 4 +- packages/taquito/README.md | 2 +- packages/taquito/assets-manifest.json | 2 +- packages/taquito/package.json | 16 +- packages/taquito/src/version.ts | 4 +- website/package-lock.json | 112 ++--- website/package.json | 2 +- website/static/docs/rpc_nodes.json | 10 - .../version-19.1.0/metadata-tzip16.md | 2 +- .../version-19.2.0/metadata-tzip16.md | 2 +- .../version-20.0.0/metadata-tzip16.md | 2 +- .../version-20.1.0/metadata-tzip16.md | 2 +- .../version-21.0.0/metadata-tzip16.md | 6 +- .../versioned_docs/version-21.0.0/tzip12.md | 3 +- 71 files changed, 533 insertions(+), 779 deletions(-) delete mode 100644 integration-tests/known-contracts-PsParisCZ.ts diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c841305157..6ec2c8e2a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,9 +44,6 @@ jobs: strategy: matrix: include: - - testnet: parisnet - testnet_uppercase: PARISNET - rpc_url: https://rpc.pariscnet.teztnets.com/ - testnet: quebecnet testnet_uppercase: QUEBECNET rpc_url: https://rpc.quebecnet.teztnets.com/ diff --git a/apps/taquito-test-dapp/package.json b/apps/taquito-test-dapp/package.json index e08c5ef006..b2157b7c5b 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": "21.0.0", + "version": "21.0.1", "type": "module", "scripts": { "dev": "vite", @@ -24,13 +24,13 @@ "vite": "^5.3.5" }, "dependencies": { - "@airgap/beacon-sdk": "^4.3.2-beta.0", - "@airgap/beacon-types": "^4.3.2-beta.0", - "@taquito/beacon-wallet": "^21.0.0", - "@taquito/core": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/utils": "^21.0.0", - "@taquito/wallet-connect": "^21.0.0", + "@airgap/beacon-sdk": "^4.3.2", + "@airgap/beacon-types": "^4.3.2", + "@taquito/beacon-wallet": "^21.0.1", + "@taquito/core": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/utils": "^21.0.1", + "@taquito/wallet-connect": "^21.0.1", "buffer": "^6.0.3", "svelte-modals": "^2.0.0-beta.2", "svelte-select": "^5.8.3", diff --git a/apps/taquito-test-dapp/src/App.svelte b/apps/taquito-test-dapp/src/App.svelte index 5b4d8f3ad5..80d957c8e8 100644 --- a/apps/taquito-test-dapp/src/App.svelte +++ b/apps/taquito-test-dapp/src/App.svelte @@ -13,7 +13,6 @@ let browser = ""; let availableNetworks = [ { value: "ghostnet", label: "Ghostnet", group: "current testnets" }, - { value: "parisnet", label: "Parisnet", group: "current testnets" }, { value: "quebecnet", label: "Quebecnet", group: "current testnets" }, { value: "mainnet", label: "Mainnet", group: "mainnet" }, { value: "dailynet", label: "Dailynet", group: "other testnets" }, @@ -40,9 +39,6 @@ case "ghostnet": store.updateNetworkType(NetworkType.GHOSTNET); break; - case "parisnet": - store.updateNetworkType(NetworkType.PARISNET); - break; case "quebecnet": store.updateNetworkType(NetworkType.QUEBECNET); break; diff --git a/apps/taquito-test-dapp/src/config.ts b/apps/taquito-test-dapp/src/config.ts index a5b44248fa..f8a2fd5cc0 100644 --- a/apps/taquito-test-dapp/src/config.ts +++ b/apps/taquito-test-dapp/src/config.ts @@ -1,12 +1,11 @@ import { NetworkType as NetworkTypeBeacon } from "@airgap/beacon-sdk"; import { NetworkType as NetworkTypeWc } from "@taquito/wallet-connect"; -export type SupportedNetworks = NetworkTypeBeacon.MAINNET | NetworkTypeBeacon.GHOSTNET | NetworkTypeBeacon.PARISNET | NetworkTypeBeacon.QUEBECNET | NetworkTypeWc.MAINNET | NetworkTypeWc.GHOSTNET | NetworkTypeWc.PARISNET | NetworkTypeWc.QUEBECNET | NetworkTypeBeacon.CUSTOM; +export type SupportedNetworks = NetworkTypeBeacon.MAINNET | NetworkTypeBeacon.GHOSTNET | NetworkTypeBeacon.QUEBECNET | NetworkTypeWc.MAINNET | NetworkTypeWc.GHOSTNET | NetworkTypeWc.QUEBECNET | NetworkTypeBeacon.CUSTOM; const rpcUrls: Record = { [NetworkTypeBeacon.MAINNET]: "https://mainnet.tezos.ecadinfra.com", [NetworkTypeBeacon.GHOSTNET]: "https://ghostnet.tezos.ecadinfra.com/", - [NetworkTypeBeacon.PARISNET]: "https://rpc.pariscnet.teztnets.com/", [NetworkTypeBeacon.QUEBECNET]: "https://rpc.quebecnet.teztnets.com", [NetworkTypeBeacon.CUSTOM]: "https://ghostnet.tezos.ecadinfra.com/", }; @@ -23,9 +22,6 @@ export const getTzKtUrl = (networkType: SupportedNetworks): string | undefined = case NetworkTypeBeacon.GHOSTNET: case NetworkTypeWc.GHOSTNET: return "https://ghostnet.tzkt.io"; - case NetworkTypeBeacon.PARISNET: - case NetworkTypeWc.PARISNET: - return "https://parisnet.tzkt.io"; case NetworkTypeBeacon.QUEBECNET: case NetworkTypeWc.QUEBECNET: return "https://quebecnet.tzkt.io"; @@ -43,6 +39,5 @@ export const contractAddress = { mainnet: "KT1ShtH2zCrKMuWGRejEd6RAcnePwxBQeMAN", ghostnet: "KT1QKmcNBcfzVTXG2kBcE6XqXtEuYYUzMcT5", oxfordnet: "KT1GYx1KDhMQt2GJEztRh8EyYxJUPM6fnAMM", - parisnet: "KT1E43cQefjM8fq7B5pEJFJoGbRmuNibDoBC", quebecnet: "KT1JZ3H8zMn6GXoftLpRzGUwRD4fP7mmxKqW" }; diff --git a/docs/metadata-tzip16.md b/docs/metadata-tzip16.md index 2268343d3e..b67b610328 100644 --- a/docs/metadata-tzip16.md +++ b/docs/metadata-tzip16.md @@ -26,7 +26,7 @@ The constructor of the `Tzip16Module` takes an optional `MetadataProvider` as a ```js import { TezosToolkit } from '@taquito/taquito'; -import { Tzip16Module } from '@taquito/tzip16'; +import { Tzip16Module, tzip16 } from '@taquito/tzip16'; const Tezos = new TezosToolkit('rpcUrl'); Tezos.addExtension(new Tzip16Module()); @@ -38,13 +38,13 @@ Tezos.addExtension(new Tzip16Module()); In some cases, we may want to use a customized metadata provider. The constructor of the `Tzip16Module` class takes an optional metadata provider as a parameter. This allows to inject a custom metadata provider with custom protocol handlers if desired. For example, if we want to use a different IPFS gateway than the default one, which is `ipfs.io`, or if we want to use a different HTTP handler to support authentication or custom headers. Here is an example: ```js -import { Handler, IpfsHttpHandler, TezosStorageHandler, MetadataProvider } from '@taquito/tzip16'; +import { Handler, IpfsHttpHandler, TezosStorageHandler, MetadataProvider, Tzip16Module, tzip16 } from '@taquito/tzip16'; const Tezos = new TezosToolkit('rpcUrl'); // The constructor of the `MetadataProvider` class takes a `Map` as a parameter. const customHandler = new Map([ - ['ipfs', new IpfsHttpHandler('gateway.ipfs.io')], // Constructor of IpfsHttpHandler takes an optional gateway + ['ipfs', new IpfsHttpHandler('dweb.link')], // Constructor of IpfsHttpHandler takes an optional gateway ['http', 'customHttpHandler'], // Custom HTTP(S) handler ['https', 'customHttpHandler'], ['tezos-storage', new TezosStorageHandler()], diff --git a/docs/rpc_nodes.md b/docs/rpc_nodes.md index faa5c164e5..e57817c834 100644 --- a/docs/rpc_nodes.md +++ b/docs/rpc_nodes.md @@ -29,11 +29,9 @@ values={[ | SmartPy | ghostnet | https://ghostnet.smartpy.io | [Check](https://ghostnet.smartpy.io/chains/main/blocks/head/header) | | Tezos Foundation | mainnet | https://rpc.tzbeta.net | [Check](https://rpc.tzbeta.net/chains/main/blocks/head/header) | | Tezos Foundation | ghostnet | https://rpc.ghostnet.teztnets.com | [Check](https://rpc.ghostnet.teztnets.com/chains/main/blocks/head/header) | -| Tezos Foundation | parisnet | https://rpc.pariscnet.teztnets.com | [Check](https://rpc.pariscnet.teztnets.com/chains/main/blocks/head/header) | | Tezos Foundation | quebecnet | https://rpc.quebecnet.teztnets.com | [Check](https://rpc.quebecnet.teztnets.com/chains/main/blocks/head/header) | | TzKT | mainnet | https://rpc.tzkt.io/mainnet | [Check](https://rpc.tzkt.io/mainnet/chains/main/blocks/head/header) | | TzKT | ghostnet | https://rpc.tzkt.io/ghostnet | [Check](https://rpc.tzkt.io/ghostnet/chains/main/blocks/head/header) | -| TzKT | parisnet | https://rpc.tzkt.io/parisnet | [Check](https://rpc.tzkt.io/parisnet/chains/main/blocks/head/header) | | TzKT | quebecnet | https://rpc.tzkt.io/quebecnet | [Check](https://rpc.tzkt.io/quebecnet/chains/main/blocks/head/header) | diff --git a/docs/staking.md b/docs/staking.md index bd3eae83fc..51dac4c82e 100644 --- a/docs/staking.md +++ b/docs/staking.md @@ -16,7 +16,7 @@ Staking changes this by allowing any user to participate in the "Proof of Stake" Users can control their staked funds using the `stake`, `unstake`, and `finalize_unstake` operations. These are implemented as pseudo-entrypoints, and the parameters are passed to a transfer operation with the same destination as the sender. -To accept staked funds, a delegate needs to have opted in to staking. This is done by `set_delegate_parameters`. This part is not supported by Taquito, as it is not a dApp operation. More information [here](https://tezos.gitlab.io/paris/adaptive_issuance.html#staking-policy-configuration). +To accept staked funds, a delegate needs to have opted in to staking. This is done by `set_delegate_parameters`. This part is not supported by Taquito, as it is not a dApp operation. More information [here](https://tezos.gitlab.io/quebec/adaptive_issuance.html#staking-policy-configuration). # Staking Funds To stake your funds, you need to call the `stake` operation. @@ -133,7 +133,7 @@ const op = await Tezos.wallet.finalizeUnstake().send(); # Additional Info and Some Notes ## Cycle -A cycle is 24576 blocks in Paris protocol (will be 30720 in Quebec), and 10 seconds per block in Paris (will be 8 in Quebec). This means a cycle is about 2.8 days (and will stay the same after Quebec). This might change with the activation of newer protocols. +A cycle is 30720 blocks in Quebec protocol, and 8 seconds per block in Quebec. This means a cycle is about 2.8 days. This might change with the activation of newer protocols. ## Overstaking A delegate can set the maximum amount of staking they can accept, as a multiply of their own balance. If a delegate's limit is exceeded, the exceeding stake is automatically considered as delegation for the delegate's baking and voting power calculation, but it does remain slashable. That means it's your responsibility to make sure you're not overstaking. Remember that overstaking can even happen after you have staked successfully, because your delegate changes their own balance, or their staking parameter. diff --git a/docs/tzip12.md b/docs/tzip12.md index bcbc463059..beadd841cd 100644 --- a/docs/tzip12.md +++ b/docs/tzip12.md @@ -17,7 +17,7 @@ The constructor of the `Tzip12Module` takes an optional `MetadataProvider` as a ```js import { TezosToolkit } from '@taquito/taquito'; -import { Tzip12Module } from '@taquito/tzip12'; +import { Tzip12Module, tzip12 } from '@taquito/tzip12'; const Tezos = new TezosToolkit('rpcUrl'); Tezos.addExtension(new Tzip12Module()); @@ -38,6 +38,7 @@ Thus, all methods of the `ContractAbstraction`, `Tzip12ContractAbstraction` and ```js import { compose } from '@taquito/taquito'; +import { tzip16 } from "@taquito/tzip16"; const contract = await Tezos.contract.at('contractAddress', compose(tzip16, tzip12)); diff --git a/docs/version.md b/docs/version.md index efed468441..80b9d17034 100644 --- a/docs/version.md +++ b/docs/version.md @@ -3,6 +3,12 @@ title: Versions author: Jev Bjorsell --- +# Taquito v21.0.1 +## Summary + +### Beacon version Update +Updated Beacon version to v4.3.2 #3107 + # Taquito v21.0.0 ## Summary diff --git a/docs/wallet_API.md b/docs/wallet_API.md index 843c4cc0dd..4c8f6b8bfb 100644 --- a/docs/wallet_API.md +++ b/docs/wallet_API.md @@ -88,7 +88,7 @@ Please check out the section [Subscribing to events](#subscribing-to-events) to In previous versions of Beacon, you were able to set the `network` property when doing `requestPermissions()`. This behavior was removed from Beacon, and you must now set the network when instantiating the wallet. -You can choose among `mainnet`, `quebecnet`, `parisnet`, `ghostnet` and `custom` to set up the network. Once the permissions have been configured, you can get the user's address by calling the `getPKH` method on the wallet: +You can choose among `mainnet`, `quebecnet`, `ghostnet` and `custom` to set up the network. Once the permissions have been configured, you can get the user's address by calling the `getPKH` method on the wallet: ```js const userAddress = await wallet.getPKH(); @@ -175,7 +175,7 @@ const wallet = new TempleWallet('MyAwesomeDapp'); The class constructor takes one parameter, the name of your dapp (this will be used later in the transaction confirmation pop-up). After the instantiation, we can connect the wallet by calling the `connect` method: ```js -await wallet.connect('mainnet' | 'quebecnet' | 'parisnet' | 'ghostnet' | 'mondaynet' | 'sandbox'); +await wallet.connect('mainnet' | 'quebecnet' | 'ghostnet' | 'mondaynet' | 'sandbox'); ``` (Temple used to be called Thanos and some Taquito code still uses the name Thanos.) diff --git a/example/package.json b/example/package.json index 20a878d842..d852e3ab93 100644 --- a/example/package.json +++ b/example/package.json @@ -1,7 +1,7 @@ { "name": "@taquito/example", "private": true, - "version": "21.0.0", + "version": "21.0.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", @@ -42,16 +42,16 @@ }, "dependencies": { "@ledgerhq/hw-transport-node-hid": "^6.29.5", - "@taquito/ledger-signer": "^21.0.0", - "@taquito/local-forging": "^21.0.0", - "@taquito/michel-codec": "^21.0.0", - "@taquito/michelson-encoder": "^21.0.0", - "@taquito/rpc": "^21.0.0", - "@taquito/sapling": "^21.0.0", - "@taquito/signer": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/tzip16": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/ledger-signer": "^21.0.1", + "@taquito/local-forging": "^21.0.1", + "@taquito/michel-codec": "^21.0.1", + "@taquito/michelson-encoder": "^21.0.1", + "@taquito/rpc": "^21.0.1", + "@taquito/sapling": "^21.0.1", + "@taquito/signer": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/tzip16": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2" }, "devDependencies": { diff --git a/integration-tests/__tests__/contract/estimation-tests.spec.ts b/integration-tests/__tests__/contract/estimation-tests.spec.ts index d167dc228e..05b06fcce7 100644 --- a/integration-tests/__tests__/contract/estimation-tests.spec.ts +++ b/integration-tests/__tests__/contract/estimation-tests.spec.ts @@ -102,7 +102,7 @@ CONFIGS().forEach(({ lib, setup, knownBaker, createAddress, rpc }) => { expect(estimate.minimalFeeMutez).toEqual(376); expect(estimate.totalCost).toEqual(376); expect(estimate.usingBaseFeeMutez).toEqual(376); - expect(estimate.consumedMilligas).toEqual(1456142); + expect(estimate.consumedMilligas).toEqual(1456228); }); it('Verify .estimate.transfer for multiple internal transfers to unallocated account', async () => { @@ -119,7 +119,7 @@ CONFIGS().forEach(({ lib, setup, knownBaker, createAddress, rpc }) => { expect(estimate.minimalFeeMutez).toEqual(447); expect(estimate.totalCost).toEqual(133947); expect(estimate.usingBaseFeeMutez).toEqual(447); - expect(estimate.consumedMilligas).toEqual(1570671); + expect(estimate.consumedMilligas).toEqual(1570757); }); it('Verify .estimate.transfer for internal origination', async () => { @@ -132,20 +132,20 @@ CONFIGS().forEach(({ lib, setup, knownBaker, createAddress, rpc }) => { expect(estimate.minimalFeeMutez).toEqual(423); expect(estimate.totalCost).toEqual(84673); expect(estimate.usingBaseFeeMutez).toEqual(423); - expect(estimate.consumedMilligas).toEqual(1866766); + expect(estimate.consumedMilligas).toEqual(1866852); }); it('Verify .estimate.transfer for multiple internal originations', async () => { const tx = contract.methods.do(originate2()).toTransferParams(); const estimate = await LowAmountTez.estimate.transfer(tx); - expect(estimate.gasLimit).toEqual(2392); + expect(estimate.gasLimit).toEqual(2393); expect(estimate.storageLimit).toEqual(654); expect(estimate.suggestedFeeMutez).toEqual(561); expect(estimate.burnFeeMutez).toEqual(163500); expect(estimate.minimalFeeMutez).toEqual(541); expect(estimate.totalCost).toEqual(164041); expect(estimate.usingBaseFeeMutez).toEqual(541); - expect(estimate.consumedMilligas).toEqual(2391919); + expect(estimate.consumedMilligas).toEqual(2392005); // Do the actual operation const op2 = await contract.methods.do(originate2()).send(); await op2.confirmation(); diff --git a/integration-tests/__tests__/contract/operations/failing-noop.spec.ts b/integration-tests/__tests__/contract/operations/failing-noop.spec.ts index 8eb825cd7e..3d56f56124 100644 --- a/integration-tests/__tests__/contract/operations/failing-noop.spec.ts +++ b/integration-tests/__tests__/contract/operations/failing-noop.spec.ts @@ -10,8 +10,8 @@ CONFIGS().forEach(({ setup, rpc, lib }) => { const Tezos = lib beforeAll(async () => { setup(true) - if (rpc.includes('paris')) { - Tezos.setProvider({signer: signerAlice, rpc: 'https://rpc.tzkt.io/parisnet'}) + if (rpc.includes('quebec')) { + Tezos.setProvider({signer: signerAlice, rpc: 'https://rpc.tzkt.io/quebecnet'}) } else if (rpc.includes('ghost')) { Tezos.setProvider({signer: signerAlice, rpc: 'https://rpc.tzkt.io/ghostnet'}) } diff --git a/integration-tests/__tests__/rpc/get-protocol-constants.spec.ts b/integration-tests/__tests__/rpc/get-protocol-constants.spec.ts index b705cb2cd3..4022381fff 100644 --- a/integration-tests/__tests__/rpc/get-protocol-constants.spec.ts +++ b/integration-tests/__tests__/rpc/get-protocol-constants.spec.ts @@ -5,13 +5,12 @@ import { ConstantsResponseProto020, ConstantsResponseProto021 } from '@taquito/r CONFIGS().forEach(({ lib, protocol, rpc, networkType }) => { const Tezos = lib; - const parisnet = (networkType == NetworkType.TESTNET && protocol === Protocols.PsParisCZ) ? test : test.skip; const quebecnet = (networkType == NetworkType.TESTNET && protocol === Protocols.PsQuebecn) ? test : test.skip; const weeklynet = (networkType == NetworkType.TESTNET && protocol === Protocols.ProtoALpha) ? test : test.skip; describe('Test fetching constants for all protocols on Mainnet', () => { const rpcUrl = 'https://mainnet.tezos.ecadinfra.com/'; Tezos.setRpcProvider(rpcUrl); - it(`should successfully fetch Proto20(Paris) constants at head`, async () => { + it(`should successfully fetch Proto21(Quebec) constants at head`, async () => { const constants: ConstantsResponseProto020 = await Tezos.rpc.getConstants(); expect(constants).toEqual({ adaptive_issuance_activation_vote_enable: true, @@ -62,19 +61,19 @@ CONFIGS().forEach(({ lib, protocol, rpc, networkType }) => { michelson_maximum_type_size: 2001, smart_rollup_max_wrapped_proof_binary_size: 30000, smart_rollup_max_number_of_messages_per_level: '1000000', - blocks_per_commitment: 192, - blocks_per_cycle: 24576, + blocks_per_commitment: 240, + blocks_per_cycle: 30720, blocks_preservation_cycles: 1, - nonce_revelation_threshold: 768, + nonce_revelation_threshold: 960, cache_layout_size: 3, consensus_rights_delay: 2, cost_per_byte: new BigNumber(250), cycles_per_voting_period: 5, - delay_increment_per_round: new BigNumber(5), + delay_increment_per_round: new BigNumber(4), delegate_parameters_activation_delay: 5, direct_ticket_spending_enable: false, hard_gas_limit_per_operation: new BigNumber(1040000), - hard_gas_limit_per_block: new BigNumber(1733333), + hard_gas_limit_per_block: new BigNumber(1386666), proof_of_work_threshold: new BigNumber(281474976710655), minimal_stake: new BigNumber(6000000000), origination_size: 257, @@ -92,14 +91,14 @@ CONFIGS().forEach(({ lib, protocol, rpc, networkType }) => { vdf_revelation_tip_weight: 1, }, min_proposal_quorum: 500, - edge_of_staking_over_delegation: 2, - global_limit_of_staking_over_baking: 5, + edge_of_staking_over_delegation: 3, + global_limit_of_staking_over_baking: 9, liquidity_baking_toggle_ema_threshold: 1000000000, liquidity_baking_subsidy: new BigNumber(5000000), - max_operations_time_to_live: 360, + max_operations_time_to_live: 450, max_slashing_per_block: 10000, max_slashing_threshold: 2334, - minimal_block_delay: new BigNumber(10), + minimal_block_delay: new BigNumber(8), ns_enable: true, consensus_committee_size: 7000, consensus_threshold: 4667, @@ -125,10 +124,10 @@ CONFIGS().forEach(({ lib, protocol, rpc, networkType }) => { quorum_max: 7000, quorum_min: 2000, smart_rollup_arith_pvm_enable: false, - smart_rollup_challenge_window_in_blocks: 120960, - smart_rollup_commitment_period_in_blocks: 90, - smart_rollup_max_lookahead_in_blocks: 259200, - smart_rollup_max_active_outbox_levels: 120960, + smart_rollup_challenge_window_in_blocks: 151200, + smart_rollup_commitment_period_in_blocks: 112, + smart_rollup_max_lookahead_in_blocks: 324000, + smart_rollup_max_active_outbox_levels: 151200, smart_rollup_max_outbox_messages_per_level: 100, smart_rollup_max_number_of_cemented_commitments: 5, smart_rollup_max_number_of_parallel_games: 32, @@ -147,7 +146,7 @@ CONFIGS().forEach(({ lib, protocol, rpc, networkType }) => { }, smart_rollup_riscv_pvm_enable: false, smart_rollup_stake_amount: '10000000000', - smart_rollup_timeout_period_in_blocks: 60480, + smart_rollup_timeout_period_in_blocks: 75600, vdf_difficulty: new BigNumber(8000000000), zk_rollup_enable: false, zk_rollup_max_ticket_payload_size: 2048, @@ -158,152 +157,6 @@ CONFIGS().forEach(({ lib, protocol, rpc, networkType }) => { }); describe(`Fetch constants for testnet`, () => { - parisnet(`should successfully fetch all constants for Parisnet using ${rpc}`, async () => { - Tezos.setRpcProvider(rpc); - const constants: ConstantsResponseProto020 = await Tezos.rpc.getConstants(); - expect(constants).toEqual({ - adaptive_issuance_activation_vote_enable: true, - adaptive_issuance_force_activation: true, - adaptive_issuance_launch_ema_threshold: 0, - adaptive_rewards_params: { - center_dz: { - denominator: "2", - numerator: "1", - }, - growth_rate: { - denominator: "100", - numerator: "1", - }, - issuance_ratio_final_max: { - denominator: "10", - numerator: "1", - }, - issuance_ratio_final_min: { - denominator: "400", - numerator: "1", - }, - issuance_ratio_initial_max: { - denominator: "200", - numerator: "11", - }, - issuance_ratio_initial_min: { - denominator: "200", - numerator: "9" - }, - max_bonus: "50000000000000", - radius_dz: { - denominator: "50", - numerator: "1", - }, - initial_period: 10, - transition_period: 50 - }, - autostaking_enable: true, - proof_of_work_nonce_size: 8, - nonce_length: 32, - max_anon_ops_per_block: 132, - max_operation_data_length: 32768, - max_proposals_per_delegate: 20, - max_micheline_node_count: 50000, - max_micheline_bytes_limit: 50000, - max_allowed_global_constants_depth: 10000, - cache_layout_size: 3, - michelson_maximum_type_size: 2001, - smart_rollup_max_wrapped_proof_binary_size: 30000, - smart_rollup_max_number_of_messages_per_level: '1000000', - blocks_per_cycle: 128, - blocks_per_commitment: 16, - blocks_preservation_cycles: 1, - nonce_revelation_threshold: 32, - ns_enable: true, - cycles_per_voting_period: 1, - hard_gas_limit_per_operation: new BigNumber(1040000), - hard_gas_limit_per_block: new BigNumber(5200000), - proof_of_work_threshold: new BigNumber(-1), - minimal_stake: new BigNumber(6000000000), - origination_size: 257, - cost_per_byte: new BigNumber(250), - hard_storage_limit_per_operation: new BigNumber(60000), - percentage_of_frozen_deposits_slashed_per_double_attestation: 5000, - percentage_of_frozen_deposits_slashed_per_double_baking: 700, - minimal_frozen_stake: '600000000', - limit_of_delegation_over_baking: 9, - liquidity_baking_subsidy: new BigNumber(5000000), - issuance_weights: { - attesting_reward_weight: 10240, - baking_reward_bonus_weight: 5120, - baking_reward_fixed_portion_weight: 5120, - base_total_issued_per_minute: "85007812", - seed_nonce_revelation_tip_weight: 1, - vdf_revelation_tip_weight: 1, - }, - min_proposal_quorum: 500, - edge_of_staking_over_delegation: 2, - global_limit_of_staking_over_baking: 5, - liquidity_baking_toggle_ema_threshold: 100000, - max_operations_time_to_live: 120, - minimal_block_delay: new BigNumber(7), - delay_increment_per_round: new BigNumber(7), - delegate_parameters_activation_delay: 3, - direct_ticket_spending_enable: false, - consensus_committee_size: 7000, - consensus_threshold: 4667, - consensus_rights_delay: 2, - minimal_participation_ratio: { - numerator: 2, - denominator: 3 - }, - max_slashing_period: 2, - max_slashing_per_block: 10000, - max_slashing_threshold: 2334, - cache_script_size: 100000000, - cache_stake_distribution_cycles: 8, - cache_sampler_state_cycles: 8, - dal_parametric: { - attestation_lag: 8, - attestation_threshold: 66, - feature_enable: true, - incentives_enable: false, - number_of_shards: 512, - number_of_slots: 32, - page_size: 3967, - redundancy_factor: 8, - slot_size: 126944, - }, - quorum_max: 7000, - quorum_min: 2000, - smart_rollup_arith_pvm_enable: true, - smart_rollup_challenge_window_in_blocks: 40, - smart_rollup_commitment_period_in_blocks: 20, - smart_rollup_max_lookahead_in_blocks: 30000, - smart_rollup_max_active_outbox_levels: 20160, - smart_rollup_max_outbox_messages_per_level: 100, - smart_rollup_max_number_of_cemented_commitments: 5, - smart_rollup_max_number_of_parallel_games: 32, - smart_rollup_message_size_limit: 4096, - smart_rollup_number_of_sections_in_dissection: 32, - smart_rollup_origination_size: 6314, - smart_rollup_private_enable: true, - smart_rollup_reveal_activation_level: { - dal_attested_slots_validity_lag: 241920, - dal_page: 1, - dal_parameters: 1, - metadata: 0, - raw_data: { - Blake2B: 0, - }, - }, - smart_rollup_riscv_pvm_enable: true, - smart_rollup_stake_amount: '32000000', - smart_rollup_timeout_period_in_blocks: 500, - vdf_difficulty: new BigNumber(10000000), - zk_rollup_enable: true, - zk_rollup_max_ticket_payload_size: 2048, - zk_rollup_min_pending_to_process: 10, - zk_rollup_origination_size: 4000, - }); - }); - quebecnet(`should successfully fetch all constants for Quebecnet using ${rpc}`, async () => { Tezos.setRpcProvider(rpc); diff --git a/integration-tests/__tests__/rpc/nodes.spec.ts b/integration-tests/__tests__/rpc/nodes.spec.ts index b1b2798ebb..c327e0476d 100644 --- a/integration-tests/__tests__/rpc/nodes.spec.ts +++ b/integration-tests/__tests__/rpc/nodes.spec.ts @@ -20,7 +20,6 @@ CONFIGS().forEach( }) => { const Tezos = lib; const unrestrictedRPCNode = rpc.includes("teztnets.com") || rpc.includes("net-rolling-1.i.ecadinfra.com") ? test : test.skip; - const parisnet = protocol === Protocols.PsParisCZ ? test : test.skip; const quebecnet = protocol === Protocols.PsQuebecn ? test : test.skip; let ticketContract: DefaultContractType; @@ -500,23 +499,11 @@ CONFIGS().forEach( const launchCycle = await rpcClient.getAdaptiveIssuanceLaunchCycle(); if (rpc.includes('ghostnet')) { expect(launchCycle).toEqual(1054); - } else if (rpc.includes('parisnet')) { - expect(launchCycle).toEqual(6); } else if (rpc.includes('quebecnet') || rpc.includes('weeklynet')) { expect(launchCycle).toEqual(5); } }) - parisnet('Verify that rpcClient.getPendingOperations v1 will retrieve the pending operations in mempool with property applied', async () => { - const pendingOperations = await rpcClient.getPendingOperations({ version: '1' }) as PendingOperationsV1; - expect(pendingOperations).toBeDefined(); - expect(pendingOperations.applied).toBeInstanceOf(Array); - expect(pendingOperations.refused).toBeInstanceOf(Array); - expect(pendingOperations.outdated).toBeInstanceOf(Array); - expect(pendingOperations.branch_delayed).toBeInstanceOf(Array); - expect(pendingOperations.branch_refused).toBeInstanceOf(Array); - }); - it('Verify that rpcClient.getPendingOperations v2 will retrieve the pending operations in mempool with property validated', async () => { const pendingOperations = await rpcClient.getPendingOperations({ version: '2' }) as PendingOperationsV2; expect(pendingOperations).toBeDefined(); diff --git a/integration-tests/__tests__/wallet/failing-noop.spec.ts b/integration-tests/__tests__/wallet/failing-noop.spec.ts index 19d7eba483..9cedc91507 100644 --- a/integration-tests/__tests__/wallet/failing-noop.spec.ts +++ b/integration-tests/__tests__/wallet/failing-noop.spec.ts @@ -10,8 +10,8 @@ CONFIGS().forEach(({ setup, rpc, lib }) => { const Tezos = lib beforeAll(async () => { setup(true) - if (rpc.includes('paris')) { - Tezos.setProvider({signer: signerAlice, rpc: 'https://rpc.tzkt.io/parisnet'}) + if (rpc.includes('quebec')) { + Tezos.setProvider({signer: signerAlice, rpc: 'https://rpc.tzkt.io/quebecnet'}) } else if (rpc.includes('ghost')) { Tezos.setProvider({signer: signerAlice, rpc: 'https://rpc.tzkt.io/ghostnet'}) } diff --git a/integration-tests/config.ts b/integration-tests/config.ts index 8b64bbbef6..9d72d923e9 100644 --- a/integration-tests/config.ts +++ b/integration-tests/config.ts @@ -7,7 +7,6 @@ import { RpcClient, RpcClientCache } from '@taquito/rpc'; import { KnownContracts } from './known-contracts'; import { knownContractsProtoALph } from './known-contracts-ProtoALph'; import { knownContractsPtGhostnet } from './known-contracts-PtGhostnet'; -import { knownContractsPsParisCZ } from './known-contracts-PsParisCZ'; import { knownContractsPsQuebecn } from './known-contracts-PsQuebecn'; const nodeCrypto = require('crypto'); @@ -32,7 +31,7 @@ const forgers: ForgerType[] = [ForgerType.COMPOSITE]; // user running integration test can pass environment variable TEZOS_NETWORK_TYPE=sandbox to specify which network to run against export enum NetworkType { - TESTNET, // corresponds ghostnet, parisnet and weeklynet etc. + TESTNET, // corresponds ghostnet, quebecnet and weeklynet etc. SANDBOX, // corresponds to flextesa local chain } @@ -129,18 +128,6 @@ const defaultConfig = ({ } } -const parisnetEphemeral: Config = - defaultConfig({ - networkName: 'PARISNET', - protocol: Protocols.PsParisCZ, - defaultRpc: 'https://rpc.pariscnet.teztnets.com/', - knownContracts: knownContractsPsParisCZ, - signerConfig: defaultEphemeralConfig('https://keygen.ecadinfra.com/pariscnet') - }); - -const parisnetSecretKey: Config = - { ...parisnetEphemeral, ...{ signerConfig: defaultSecretKey }, ...{ defaultRpc: 'https://rpc.pariscnet.teztnets.com/' } }; - const quebecnetEphemeral: Config = defaultConfig({ networkName: 'QUEBECNET', @@ -156,7 +143,7 @@ const quebecnetEphemeral: Config = const ghostnetEphemeral: Config = defaultConfig({ networkName: 'GHOSTNET', - protocol: Protocols.PsParisCZ, + protocol: Protocols.PsQuebecn, defaultRpc: 'http://ecad-tezos-ghostnet-rolling-1.i.ecadinfra.com/', knownContracts: knownContractsPtGhostnet, signerConfig: defaultEphemeralConfig('https://keygen.ecadinfra.com/ghostnet') @@ -181,16 +168,12 @@ const providers: Config[] = []; if (process.env['RUN_WITH_SECRET_KEY']) { providers.push(quebecnetSecretKey); -} else if (process.env['RUN_PARISNET_WITH_SECRET_KEY']) { - providers.push(parisnetSecretKey); } else if (process.env['RUN_GHOSTNET_WITH_SECRET_KEY']) { providers.push(ghostnetSecretKey); } else if (process.env['RUN_QUEBECNET_WITH_SECRET_KEY']) { providers.push(quebecnetSecretKey); } else if (process.env['RUN_WEEKLYNET_WITH_SECRET_KEY']) { providers.push(weeklynetSecretKey); -} else if (process.env['PARISNET']) { - providers.push(parisnetEphemeral); } else if (process.env['GHOSTNET']) { providers.push(quebecnetEphemeral); } else if (process.env['QUEBECNET']) { diff --git a/integration-tests/known-contracts-PsParisCZ.ts b/integration-tests/known-contracts-PsParisCZ.ts deleted file mode 100644 index b0023382d3..0000000000 --- a/integration-tests/known-contracts-PsParisCZ.ts +++ /dev/null @@ -1,8 +0,0 @@ -import { KnownContracts } from './known-contracts'; -export const knownContractsPsParisCZ: KnownContracts = { - contract: "KT1QmqnevBBLDYj3v8dd5mNP1qrpovbn9K3c", - bigMapContract: "KT1NUfVXTTeAV9ktcqhMtgE6qzZnJ67t9XSj", - tzip12BigMapOffChainContract: "KT1WCxQmh7C3mBySMwPtGG3yt7jAyboUBHkb", - saplingContract: "KT1MPrPW9qL4VSNmy55Pi6wJN5gVNHQzbEZi", - onChainViewContractAddress: "KT1FXE4bisom2L7V8WC7DJ9NLkNYfwHFmD1h", -}; diff --git a/integration-tests/package.json b/integration-tests/package.json index a996ae85bf..a386b915b9 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -3,8 +3,6 @@ "scripts": { "test": "jest", "test:secret-key": "RUN_WITH_SECRET_KEY=true jest --runInBand", - "test:parisnet": "PARISNET=true jest", - "test:parisnet-secret-key": "RUN_PARISNET_WITH_SECRET_KEY=true jest --runInBand", "test:quebecnet": "QUEBECNET=true jest", "test:quebecnet-secret-key": "RUN_QUEBECNET_WITH_SECRET_KEY=true jest --runInBand", "test:weeklynet": "WEEKLYNET=true jest", @@ -14,26 +12,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": "21.0.0", + "version": "21.0.1", "dependencies": { "@ledgerhq/devices": "8.4.4", "@ledgerhq/hw-transport": "6.31.4", "@ledgerhq/hw-transport-node-hid": "6.29.5", "@ledgerhq/hw-transport-node-hid-noevents": "6.30.5", - "@taquito/contracts-library": "^21.0.0", - "@taquito/core": "^21.0.0", - "@taquito/http-utils": "^21.0.0", - "@taquito/local-forging": "^21.0.0", - "@taquito/michel-codec": "^21.0.0", - "@taquito/michelson-encoder": "^21.0.0", - "@taquito/remote-signer": "^21.0.0", - "@taquito/rpc": "^21.0.0", - "@taquito/sapling": "^21.0.0", - "@taquito/signer": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/tzip12": "^21.0.0", - "@taquito/tzip16": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/contracts-library": "^21.0.1", + "@taquito/core": "^21.0.1", + "@taquito/http-utils": "^21.0.1", + "@taquito/local-forging": "^21.0.1", + "@taquito/michel-codec": "^21.0.1", + "@taquito/michelson-encoder": "^21.0.1", + "@taquito/remote-signer": "^21.0.1", + "@taquito/rpc": "^21.0.1", + "@taquito/sapling": "^21.0.1", + "@taquito/signer": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/tzip12": "^21.0.1", + "@taquito/tzip16": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2", "bip39": "3.1.0", "blakejs": "^1.2.1" diff --git a/lerna.json b/lerna.json index 6ffeca5727..21408c6280 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "useNx": true, - "version": "21.0.0" + "version": "21.0.1" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 81cbc49436..889f7f0ca5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,15 +56,15 @@ }, "apps/taquito-test-dapp": { "name": "taquito-test-dapp-vite", - "version": "21.0.0", - "dependencies": { - "@airgap/beacon-sdk": "^4.3.2-beta.0", - "@airgap/beacon-types": "^4.3.2-beta.0", - "@taquito/beacon-wallet": "^21.0.0", - "@taquito/core": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/utils": "^21.0.0", - "@taquito/wallet-connect": "^21.0.0", + "version": "21.0.1", + "dependencies": { + "@airgap/beacon-sdk": "^4.3.2", + "@airgap/beacon-types": "^4.3.2", + "@taquito/beacon-wallet": "^21.0.1", + "@taquito/core": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/utils": "^21.0.1", + "@taquito/wallet-connect": "^21.0.1", "buffer": "^6.0.3", "svelte-modals": "^2.0.0-beta.2", "svelte-select": "^5.8.3", @@ -111,19 +111,19 @@ }, "example": { "name": "@taquito/example", - "version": "21.0.0", + "version": "21.0.1", "dependencies": { "@ledgerhq/hw-transport-node-hid": "^6.29.5", - "@taquito/ledger-signer": "^21.0.0", - "@taquito/local-forging": "^21.0.0", - "@taquito/michel-codec": "^21.0.0", - "@taquito/michelson-encoder": "^21.0.0", - "@taquito/rpc": "^21.0.0", - "@taquito/sapling": "^21.0.0", - "@taquito/signer": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/tzip16": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/ledger-signer": "^21.0.1", + "@taquito/local-forging": "^21.0.1", + "@taquito/michel-codec": "^21.0.1", + "@taquito/michelson-encoder": "^21.0.1", + "@taquito/rpc": "^21.0.1", + "@taquito/sapling": "^21.0.1", + "@taquito/signer": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/tzip16": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2" }, "devDependencies": { @@ -132,26 +132,26 @@ } }, "integration-tests": { - "version": "21.0.0", + "version": "21.0.1", "dependencies": { "@ledgerhq/devices": "8.4.4", "@ledgerhq/hw-transport": "6.31.4", "@ledgerhq/hw-transport-node-hid": "6.29.5", "@ledgerhq/hw-transport-node-hid-noevents": "6.30.5", - "@taquito/contracts-library": "^21.0.0", - "@taquito/core": "^21.0.0", - "@taquito/http-utils": "^21.0.0", - "@taquito/local-forging": "^21.0.0", - "@taquito/michel-codec": "^21.0.0", - "@taquito/michelson-encoder": "^21.0.0", - "@taquito/remote-signer": "^21.0.0", - "@taquito/rpc": "^21.0.0", - "@taquito/sapling": "^21.0.0", - "@taquito/signer": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/tzip12": "^21.0.0", - "@taquito/tzip16": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/contracts-library": "^21.0.1", + "@taquito/core": "^21.0.1", + "@taquito/http-utils": "^21.0.1", + "@taquito/local-forging": "^21.0.1", + "@taquito/michel-codec": "^21.0.1", + "@taquito/michelson-encoder": "^21.0.1", + "@taquito/remote-signer": "^21.0.1", + "@taquito/rpc": "^21.0.1", + "@taquito/sapling": "^21.0.1", + "@taquito/signer": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/tzip12": "^21.0.1", + "@taquito/tzip16": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2", "bip39": "3.1.0", "blakejs": "^1.2.1" @@ -183,33 +183,30 @@ } }, "node_modules/@airgap/beacon-blockchain-substrate": { - "version": "4.3.2-beta.0", - "resolved": "https://registry.npmjs.org/@airgap/beacon-blockchain-substrate/-/beacon-blockchain-substrate-4.3.2-beta.0.tgz", - "integrity": "sha512-jjf4WllviUVRUqBFB/hlbGYBsk846ZswvYlvOj1u+2GCmih8K+AP8bGM82vLELg0qXkxZkVyfu+qCWEFZ5ljmQ==", - "license": "ISC", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-blockchain-substrate/-/beacon-blockchain-substrate-4.3.2.tgz", + "integrity": "sha512-34mx4f8yRMZMDteMuf4yDRfEnsPuQUSnzNQh07rnEsrowv5sSLAwY+ICqdAuQUyzc71ut3PeoLxdnH7NicAU7w==", "dependencies": { - "@airgap/beacon-types": "4.3.2-beta.0", - "@airgap/beacon-ui": "4.3.2-beta.0" + "@airgap/beacon-types": "4.3.2", + "@airgap/beacon-ui": "4.3.2" } }, "node_modules/@airgap/beacon-blockchain-tezos": { - "version": "4.3.2-beta.0", - "resolved": "https://registry.npmjs.org/@airgap/beacon-blockchain-tezos/-/beacon-blockchain-tezos-4.3.2-beta.0.tgz", - "integrity": "sha512-KEPbFKVlURY8RoL6JzdjVW3cCAepz/WtqHyyEjcmwV9aP6pxjBFdTv6PM49ECD2vNzXPo+AGrbYCU2HYKDwRlg==", - "license": "ISC", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-blockchain-tezos/-/beacon-blockchain-tezos-4.3.2.tgz", + "integrity": "sha512-n6+3RK5d22Oqhog4zW3BQUjEYm0y0aOBtypmeCczX8D3m8OwcDz+4tyhbnMNDzkTXS+SY/o/K5SXzCsANgRLMw==", "dependencies": { - "@airgap/beacon-types": "4.3.2-beta.0", - "@airgap/beacon-ui": "4.3.2-beta.0" + "@airgap/beacon-types": "4.3.2", + "@airgap/beacon-ui": "4.3.2" } }, "node_modules/@airgap/beacon-core": { - "version": "4.3.2-beta.0", - "resolved": "https://registry.npmjs.org/@airgap/beacon-core/-/beacon-core-4.3.2-beta.0.tgz", - "integrity": "sha512-GKXsbXqLaoeKaZH8ySuRBmE/cjUfWBCMEEXssUHynEaOwyDhGjEwDnIEX2QvO77xTgpOOW0Ag4LDxWsM4nLNYw==", - "license": "ISC", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-core/-/beacon-core-4.3.2.tgz", + "integrity": "sha512-gVV+IDbAvatnXgcCeshzzeulBgHzvTtI03ZG2xrEJ58kX9CMTWPkKnvPCsE6PaFQmpvQ6EwNorU2lwA4knMzgg==", "dependencies": { - "@airgap/beacon-types": "4.3.2-beta.0", - "@airgap/beacon-utils": "4.3.2-beta.0", + "@airgap/beacon-types": "4.3.2", + "@airgap/beacon-utils": "4.3.2", "@stablelib/ed25519": "^1.0.3", "@stablelib/nacl": "^1.0.4", "@stablelib/utf8": "^1.0.1", @@ -222,7 +219,6 @@ "version": "3.0.10", "resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.10.tgz", "integrity": "sha512-7d0s06rR9rYaIWHkpfLIFICM/tkSVdoPC9qYAQRpxn9DdKNWNsKC0uk++akckyLq16Tx2WIinnZ6WRriAt6njQ==", - "license": "MIT", "dependencies": { "safe-buffer": "^5.0.1" } @@ -231,7 +227,6 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz", "integrity": "sha512-Ok3Wdf5vOIlBrgCvTq96gBkJw+JUEzdBgyaza5HLtPm7yTHkjRy8+JzNyHF7BHa0bNWOQIp3m5YF0nnFcOIKLw==", - "license": "MIT", "dependencies": { "base-x": "^3.0.2" } @@ -240,7 +235,6 @@ "version": "2.1.2", "resolved": "https://registry.npmjs.org/bs58check/-/bs58check-2.1.2.tgz", "integrity": "sha512-0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA==", - "license": "MIT", "dependencies": { "bs58": "^4.0.0", "create-hash": "^1.1.0", @@ -248,76 +242,70 @@ } }, "node_modules/@airgap/beacon-dapp": { - "version": "4.3.2-beta.0", - "resolved": "https://registry.npmjs.org/@airgap/beacon-dapp/-/beacon-dapp-4.3.2-beta.0.tgz", - "integrity": "sha512-9w20A4TBdWtfzZ05lojadJN2mW1v/EUJU0354C+ltOV5VSsdaxY2wEEokWWZ5zEREGTqxvVw+mbtOK/x9MzbWg==", - "license": "ISC", - "dependencies": { - "@airgap/beacon-core": "4.3.2-beta.0", - "@airgap/beacon-transport-matrix": "4.3.2-beta.0", - "@airgap/beacon-transport-postmessage": "4.3.2-beta.0", - "@airgap/beacon-transport-walletconnect": "4.3.2-beta.0", - "@airgap/beacon-ui": "4.3.2-beta.0", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-dapp/-/beacon-dapp-4.3.2.tgz", + "integrity": "sha512-elTqYZalonhnYKDPdS4lCQAOEdLM7nIa/Pf76CAtykdbT690PGiPFN1KuhfMeoAJJ7RiEU1Yi9VccfjLgKWmCQ==", + "dependencies": { + "@airgap/beacon-core": "4.3.2", + "@airgap/beacon-transport-matrix": "4.3.2", + "@airgap/beacon-transport-postmessage": "4.3.2", + "@airgap/beacon-transport-walletconnect": "4.3.2", + "@airgap/beacon-ui": "4.3.2", "broadcast-channel": "^7.0.0" } }, "node_modules/@airgap/beacon-sdk": { - "version": "4.3.2-beta.0", - "resolved": "https://registry.npmjs.org/@airgap/beacon-sdk/-/beacon-sdk-4.3.2-beta.0.tgz", - "integrity": "sha512-iCHv5BiLFZVQQwx1410ppI7AazklzCcmiThorIR/xdNa/Jho9Bi21IQmOcJ1AesqyxnWp5xGfD/LRH9e+ij2mA==", - "license": "ISC", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-sdk/-/beacon-sdk-4.3.2.tgz", + "integrity": "sha512-JfU9kusF19JEEIA/NMAv6gIxHtHVGAS+749szpI3NHNi244mUKQ4u2Tukpz1EPmeoIFRLaZccDaa2jFoNHTxrQ==", "dependencies": { - "@airgap/beacon-blockchain-substrate": "4.3.2-beta.0", - "@airgap/beacon-blockchain-tezos": "4.3.2-beta.0", - "@airgap/beacon-core": "4.3.2-beta.0", - "@airgap/beacon-dapp": "4.3.2-beta.0", - "@airgap/beacon-transport-matrix": "4.3.2-beta.0", - "@airgap/beacon-transport-postmessage": "4.3.2-beta.0", - "@airgap/beacon-types": "4.3.2-beta.0", - "@airgap/beacon-ui": "4.3.2-beta.0", - "@airgap/beacon-utils": "4.3.2-beta.0", - "@airgap/beacon-wallet": "4.3.2-beta.0" + "@airgap/beacon-blockchain-substrate": "4.3.2", + "@airgap/beacon-blockchain-tezos": "4.3.2", + "@airgap/beacon-core": "4.3.2", + "@airgap/beacon-dapp": "4.3.2", + "@airgap/beacon-transport-matrix": "4.3.2", + "@airgap/beacon-transport-postmessage": "4.3.2", + "@airgap/beacon-types": "4.3.2", + "@airgap/beacon-ui": "4.3.2", + "@airgap/beacon-utils": "4.3.2", + "@airgap/beacon-wallet": "4.3.2" } }, "node_modules/@airgap/beacon-transport-matrix": { - "version": "4.3.2-beta.0", - "resolved": "https://registry.npmjs.org/@airgap/beacon-transport-matrix/-/beacon-transport-matrix-4.3.2-beta.0.tgz", - "integrity": "sha512-QB/fdHnD7Av0u6rkkEWt5+IMrKrlv4n+fMN6YqJXomlXke8HExldHMd80sQygMfXP0979uKkUGMDIA228YZMng==", - "license": "ISC", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-transport-matrix/-/beacon-transport-matrix-4.3.2.tgz", + "integrity": "sha512-lrP0MelAMqIVkpdTsSEJitWRjj7g0tinmmP0Rkd9cloZEyMuCVI8JrqigZLmpdS6R4xb/1gUp0AUa3HOn2+MhA==", "dependencies": { - "@airgap/beacon-core": "4.3.2-beta.0", - "@airgap/beacon-utils": "4.3.2-beta.0", + "@airgap/beacon-core": "4.3.2", + "@airgap/beacon-utils": "4.3.2", "axios": "^1.6.2" } }, "node_modules/@airgap/beacon-transport-postmessage": { - "version": "4.3.2-beta.0", - "resolved": "https://registry.npmjs.org/@airgap/beacon-transport-postmessage/-/beacon-transport-postmessage-4.3.2-beta.0.tgz", - "integrity": "sha512-0Z3fnws5MZS0/5T7ydr6IXP/uqLTKtIeeKf7oLCj8OQKXfXLqNoOnApNS5jjIclE7QoKWka56dyzW6iLfeIMMA==", - "license": "ISC", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-transport-postmessage/-/beacon-transport-postmessage-4.3.2.tgz", + "integrity": "sha512-jGEn9s7BIpKbtRtvqEYKkehPq45LnVnWaFQ1HB3TUHdU9zgyPNN6YoO9Viy9arUX7VJqnKohwKWDLo49Ll8ZnA==", "dependencies": { - "@airgap/beacon-core": "4.3.2-beta.0", - "@airgap/beacon-types": "4.3.2-beta.0", - "@airgap/beacon-utils": "4.3.2-beta.0" + "@airgap/beacon-core": "4.3.2", + "@airgap/beacon-types": "4.3.2", + "@airgap/beacon-utils": "4.3.2" } }, "node_modules/@airgap/beacon-transport-walletconnect": { - "version": "4.3.2-beta.0", - "resolved": "https://registry.npmjs.org/@airgap/beacon-transport-walletconnect/-/beacon-transport-walletconnect-4.3.2-beta.0.tgz", - "integrity": "sha512-cV7eCSHTqEb+ZFvN6Gsq/vyYKzTp4IkLg8Y9I/B3x33C2ZW75Vd4XidPGBe7HxH+LGWOcyZQ5i9dlD7+b/VujQ==", - "license": "ISC", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-transport-walletconnect/-/beacon-transport-walletconnect-4.3.2.tgz", + "integrity": "sha512-eZJ3lym+UcitYX9umuf2tGZLiJUZe9taTD8cJur6quY3zH+Vs0fsBIkLg34oE4p15WoglCkn4JX2w/Viu6iJnw==", "dependencies": { - "@airgap/beacon-core": "4.3.2-beta.0", - "@airgap/beacon-types": "4.3.2-beta.0", - "@airgap/beacon-utils": "4.3.2-beta.0", + "@airgap/beacon-core": "4.3.2", + "@airgap/beacon-types": "4.3.2", + "@airgap/beacon-utils": "4.3.2", "@walletconnect/sign-client": "2.14.0" } }, "node_modules/@airgap/beacon-types": { - "version": "4.3.2-beta.0", - "resolved": "https://registry.npmjs.org/@airgap/beacon-types/-/beacon-types-4.3.2-beta.0.tgz", - "integrity": "sha512-nGtC+k4BgrY67//DYEQHwkYppYBHMqeLm9xv34ECRb8VCR2AraMDULpHbmGOnrPeDh1rwfA2mPAWyH1kcad1DQ==", - "license": "ISC", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-types/-/beacon-types-4.3.2.tgz", + "integrity": "sha512-woHVMEy7eflDNRqJKVx/Nf7bLemw47NxqjtsxV6zzachw2mS5cIwMEQt0HFuWRnEZMMhnB6lI1GciU211x2lmA==", "dependencies": { "@types/chrome": "0.0.246" } @@ -326,22 +314,20 @@ "version": "0.0.246", "resolved": "https://registry.npmjs.org/@types/chrome/-/chrome-0.0.246.tgz", "integrity": "sha512-MxGxEomGxsJiL9xe/7ZwVgwdn8XVKWbPvxpVQl3nWOjrS0Ce63JsfzxUc4aU3GvRcUPYsfufHmJ17BFyKxeA4g==", - "license": "MIT", "dependencies": { "@types/filesystem": "*", "@types/har-format": "*" } }, "node_modules/@airgap/beacon-ui": { - "version": "4.3.2-beta.0", - "resolved": "https://registry.npmjs.org/@airgap/beacon-ui/-/beacon-ui-4.3.2-beta.0.tgz", - "integrity": "sha512-hnt80B4ZdYAs5xkZ0waCDkKpmTh3M+Xntr3f0H5UJ0ckWuaMzkns6Z1qbAgMAtSibjCyW93GAhO6izh/VUod6A==", - "license": "ISC", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-ui/-/beacon-ui-4.3.2.tgz", + "integrity": "sha512-2CBZ0WGNk7yPFUNnI8elk483ZpOmNpjNDPTpK1hXGdCquH50zjf8BRum/Akex03XLuD3vHZnzqVIJePqcuh5Cg==", "dependencies": { - "@airgap/beacon-core": "4.3.2-beta.0", - "@airgap/beacon-transport-postmessage": "4.3.2-beta.0", - "@airgap/beacon-types": "4.3.2-beta.0", - "@airgap/beacon-utils": "4.3.2-beta.0", + "@airgap/beacon-core": "4.3.2", + "@airgap/beacon-transport-postmessage": "4.3.2", + "@airgap/beacon-types": "4.3.2", + "@airgap/beacon-utils": "4.3.2", "@walletconnect/utils": "2.14.0", "qrcode-svg": "^1.1.0", "solid-js": "^1.7.11" @@ -351,7 +337,6 @@ "version": "1.0.10", "resolved": "https://registry.npmjs.org/@walletconnect/relay-api/-/relay-api-1.0.10.tgz", "integrity": "sha512-tqrdd4zU9VBNqUaXXQASaexklv6A54yEyQQEXYOCr+Jz8Ket0dmPBDyg19LVSNUN2cipAghQc45/KVmfFJ0cYw==", - "license": "MIT", "dependencies": { "@walletconnect/jsonrpc-types": "^1.0.2" } @@ -360,7 +345,6 @@ "version": "2.14.0", "resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.14.0.tgz", "integrity": "sha512-vevMi4jZLJ55vLuFOicQFmBBbLyb+S0sZS4IsaBdZkQflfGIq34HkN13c/KPl4Ye0aoR4/cUcUSitmGIzEQM5g==", - "license": "Apache-2.0", "dependencies": { "@walletconnect/events": "1.0.1", "@walletconnect/heartbeat": "1.2.2", @@ -374,7 +358,6 @@ "version": "2.14.0", "resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.14.0.tgz", "integrity": "sha512-vRVomYQEtEAyCK2c5bzzEvtgxaGGITF8mWuIL+WYSAMyEJLY97mirP2urDucNwcUczwxUgI+no9RiNFbUHreQQ==", - "license": "Apache-2.0", "dependencies": { "@stablelib/chacha20poly1305": "1.0.1", "@stablelib/hkdf": "1.0.1", @@ -396,16 +379,14 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.0.tgz", "integrity": "sha512-ei5rfKtoRO8OyOIor2Rz5fhzjThwIHJZ3uyDPnDHTXbP0aMQ1RN/6AI5B5d9dBxJOU+BvOAk7ZQ1xphsX8Lrog==", - "license": "MIT", "dependencies": { "multiformats": "^9.4.2" } }, "node_modules/@airgap/beacon-utils": { - "version": "4.3.2-beta.0", - "resolved": "https://registry.npmjs.org/@airgap/beacon-utils/-/beacon-utils-4.3.2-beta.0.tgz", - "integrity": "sha512-yh82G8fsy/g1UkNI//M0oUKRnstBOertNjnkovHTboW3H6ihA6YscsqXYr1tp2WQDjHMqiZFytBIek+65c5PPA==", - "license": "ISC", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-utils/-/beacon-utils-4.3.2.tgz", + "integrity": "sha512-1mIblIXk/JGwqvjXpQPsWQs8BdcO3AfiVKDufUcb0uwndZu/z9iX0SaZNhbOblbEkVyFEwwktXq68Ty2jOavJA==", "dependencies": { "@stablelib/ed25519": "^1.0.3", "@stablelib/nacl": "^1.0.4", @@ -418,7 +399,6 @@ "version": "3.0.10", "resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.10.tgz", "integrity": "sha512-7d0s06rR9rYaIWHkpfLIFICM/tkSVdoPC9qYAQRpxn9DdKNWNsKC0uk++akckyLq16Tx2WIinnZ6WRriAt6njQ==", - "license": "MIT", "dependencies": { "safe-buffer": "^5.0.1" } @@ -427,7 +407,6 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz", "integrity": "sha512-Ok3Wdf5vOIlBrgCvTq96gBkJw+JUEzdBgyaza5HLtPm7yTHkjRy8+JzNyHF7BHa0bNWOQIp3m5YF0nnFcOIKLw==", - "license": "MIT", "dependencies": { "base-x": "^3.0.2" } @@ -436,7 +415,6 @@ "version": "2.1.2", "resolved": "https://registry.npmjs.org/bs58check/-/bs58check-2.1.2.tgz", "integrity": "sha512-0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA==", - "license": "MIT", "dependencies": { "bs58": "^4.0.0", "create-hash": "^1.1.0", @@ -444,14 +422,13 @@ } }, "node_modules/@airgap/beacon-wallet": { - "version": "4.3.2-beta.0", - "resolved": "https://registry.npmjs.org/@airgap/beacon-wallet/-/beacon-wallet-4.3.2-beta.0.tgz", - "integrity": "sha512-arxpuvHnRu11RaYuLC5xaJttzjnXHkhBnO3GMhUQGgYMxauE9lEmbDzun8IDbMNUUHIPHTvuGEKxsFAIlq0Uzw==", - "license": "ISC", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-wallet/-/beacon-wallet-4.3.2.tgz", + "integrity": "sha512-fn3K0jRFUoMlS0v95jaEOfIDEw6iR1I4JIyzEp266UoxFDl+BzCr4m8BOUlsGKzfLu+PWM3nmrBic+yRqCspUg==", "dependencies": { - "@airgap/beacon-core": "4.3.2-beta.0", - "@airgap/beacon-transport-matrix": "4.3.2-beta.0", - "@airgap/beacon-transport-postmessage": "4.3.2-beta.0" + "@airgap/beacon-core": "4.3.2", + "@airgap/beacon-transport-matrix": "4.3.2", + "@airgap/beacon-transport-postmessage": "4.3.2" } }, "node_modules/@airgap/sapling-wasm": { @@ -7431,8 +7408,7 @@ "node_modules/@stablelib/utf8": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/@stablelib/utf8/-/utf8-1.0.2.tgz", - "integrity": "sha512-sDL1aB2U8FIpj7SjQJMxbOFIFkKvDKQGPHSrYejHZhtLNSK3qHe6ZIfa0woWkOiaJsdYslFzrc0VWXJZHmSIQQ==", - "license": "MIT" + "integrity": "sha512-sDL1aB2U8FIpj7SjQJMxbOFIFkKvDKQGPHSrYejHZhtLNSK3qHe6ZIfa0woWkOiaJsdYslFzrc0VWXJZHmSIQQ==" }, "node_modules/@stablelib/wipe": { "version": "1.0.1", @@ -7455,7 +7431,6 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/@stablelib/x25519-session/-/x25519-session-1.0.4.tgz", "integrity": "sha512-UZw67EJWSNTaou7Qp086fzGek7crrCQl2K7MoqEzslXxrm6vybySfcdsqaZ0ZpKq19IHWK8G0wAlFBy70srm3w==", - "license": "MIT", "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/keyagreement": "^1.0.1", @@ -8433,7 +8408,6 @@ "version": "2.14.0", "resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.14.0.tgz", "integrity": "sha512-E/dgBM9q3judXnTfZQ5ILvDpeSdDpabBLsXtYXa3Nyc26cfNplfLJ2nXm9FgtTdhM1nZ7yx4+zDPiXawBRZl2g==", - "license": "Apache-2.0", "dependencies": { "@walletconnect/heartbeat": "1.2.2", "@walletconnect/jsonrpc-provider": "1.0.14", @@ -8458,7 +8432,6 @@ "version": "1.0.10", "resolved": "https://registry.npmjs.org/@walletconnect/relay-api/-/relay-api-1.0.10.tgz", "integrity": "sha512-tqrdd4zU9VBNqUaXXQASaexklv6A54yEyQQEXYOCr+Jz8Ket0dmPBDyg19LVSNUN2cipAghQc45/KVmfFJ0cYw==", - "license": "MIT", "dependencies": { "@walletconnect/jsonrpc-types": "^1.0.2" } @@ -8467,7 +8440,6 @@ "version": "2.14.0", "resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.14.0.tgz", "integrity": "sha512-vevMi4jZLJ55vLuFOicQFmBBbLyb+S0sZS4IsaBdZkQflfGIq34HkN13c/KPl4Ye0aoR4/cUcUSitmGIzEQM5g==", - "license": "Apache-2.0", "dependencies": { "@walletconnect/events": "1.0.1", "@walletconnect/heartbeat": "1.2.2", @@ -8481,7 +8453,6 @@ "version": "2.14.0", "resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.14.0.tgz", "integrity": "sha512-vRVomYQEtEAyCK2c5bzzEvtgxaGGITF8mWuIL+WYSAMyEJLY97mirP2urDucNwcUczwxUgI+no9RiNFbUHreQQ==", - "license": "Apache-2.0", "dependencies": { "@stablelib/chacha20poly1305": "1.0.1", "@stablelib/hkdf": "1.0.1", @@ -8503,7 +8474,6 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.0.tgz", "integrity": "sha512-ei5rfKtoRO8OyOIor2Rz5fhzjThwIHJZ3uyDPnDHTXbP0aMQ1RN/6AI5B5d9dBxJOU+BvOAk7ZQ1xphsX8Lrog==", - "license": "MIT", "dependencies": { "multiformats": "^9.4.2" } @@ -8759,7 +8729,6 @@ "version": "2.14.0", "resolved": "https://registry.npmjs.org/@walletconnect/sign-client/-/sign-client-2.14.0.tgz", "integrity": "sha512-UrB3S3eLjPYfBLCN3WJ5u7+WcZ8kFMe/QIDqLf76Jk6TaLwkSUy563LvnSw4KW/kA+/cY1KBSdUDfX1tzYJJXg==", - "license": "Apache-2.0", "dependencies": { "@walletconnect/core": "2.14.0", "@walletconnect/events": "1.0.1", @@ -8776,7 +8745,6 @@ "version": "1.0.10", "resolved": "https://registry.npmjs.org/@walletconnect/relay-api/-/relay-api-1.0.10.tgz", "integrity": "sha512-tqrdd4zU9VBNqUaXXQASaexklv6A54yEyQQEXYOCr+Jz8Ket0dmPBDyg19LVSNUN2cipAghQc45/KVmfFJ0cYw==", - "license": "MIT", "dependencies": { "@walletconnect/jsonrpc-types": "^1.0.2" } @@ -8785,7 +8753,6 @@ "version": "2.14.0", "resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.14.0.tgz", "integrity": "sha512-vevMi4jZLJ55vLuFOicQFmBBbLyb+S0sZS4IsaBdZkQflfGIq34HkN13c/KPl4Ye0aoR4/cUcUSitmGIzEQM5g==", - "license": "Apache-2.0", "dependencies": { "@walletconnect/events": "1.0.1", "@walletconnect/heartbeat": "1.2.2", @@ -8799,7 +8766,6 @@ "version": "2.14.0", "resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.14.0.tgz", "integrity": "sha512-vRVomYQEtEAyCK2c5bzzEvtgxaGGITF8mWuIL+WYSAMyEJLY97mirP2urDucNwcUczwxUgI+no9RiNFbUHreQQ==", - "license": "Apache-2.0", "dependencies": { "@stablelib/chacha20poly1305": "1.0.1", "@stablelib/hkdf": "1.0.1", @@ -8821,7 +8787,6 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.0.tgz", "integrity": "sha512-ei5rfKtoRO8OyOIor2Rz5fhzjThwIHJZ3uyDPnDHTXbP0aMQ1RN/6AI5B5d9dBxJOU+BvOAk7ZQ1xphsX8Lrog==", - "license": "MIT", "dependencies": { "multiformats": "^9.4.2" } @@ -10164,7 +10129,6 @@ "version": "7.0.0", "resolved": "https://registry.npmjs.org/broadcast-channel/-/broadcast-channel-7.0.0.tgz", "integrity": "sha512-a2tW0Ia1pajcPBOGUF2jXlDnvE9d5/dg6BG9h60OmRUcZVr/veUrU8vEQFwwQIhwG3KVzYwSk3v2nRRGFgQDXQ==", - "license": "MIT", "dependencies": { "@babel/runtime": "7.23.4", "oblivious-set": "1.4.0", @@ -10179,7 +10143,6 @@ "version": "7.23.4", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.4.tgz", "integrity": "sha512-2Yv65nlWnWlSpe3fXEyX5i7fx5kIKo4Qbcj+hMO0odwaneFjfXw5fdum+4yL20O0QiaHpia0cYQ9xpNMqrBwHg==", - "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -12471,8 +12434,7 @@ "node_modules/csstype": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", - "license": "MIT" + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, "node_modules/cycle": { "version": "1.0.3", @@ -17238,7 +17200,6 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/isomorphic-unfetch/-/isomorphic-unfetch-3.1.0.tgz", "integrity": "sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==", - "license": "MIT", "dependencies": { "node-fetch": "^2.6.1", "unfetch": "^4.2.0" @@ -22008,7 +21969,6 @@ "version": "1.4.0", "resolved": "https://registry.npmjs.org/oblivious-set/-/oblivious-set-1.4.0.tgz", "integrity": "sha512-szyd0ou0T8nsAqHtprRcP3WidfsN1TnAR5yWXf2mFCEr5ek3LEOkT6EZ/92Xfs74HIdyhG5WkGxIssMU0jBaeg==", - "license": "MIT", "engines": { "node": ">=16" } @@ -23326,7 +23286,6 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/qrcode-svg/-/qrcode-svg-1.1.0.tgz", "integrity": "sha512-XyQCIXux1zEIA3NPb0AeR8UMYvXZzWEhgdBgBjH9gO7M48H9uoHzviNz8pXw3UzrAcxRRRn9gxHewAVK7bn9qw==", - "license": "MIT", "bin": { "qrcode-svg": "bin/qrcode-svg.js" } @@ -25129,19 +25088,17 @@ } }, "node_modules/seroval": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/seroval/-/seroval-1.1.1.tgz", - "integrity": "sha512-rqEO6FZk8mv7Hyv4UCj3FD3b6Waqft605TLfsCe/BiaylRpyyMC0b+uA5TJKawX3KzMrdi3wsLbCaLplrQmBvQ==", - "license": "MIT", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/seroval/-/seroval-1.2.0.tgz", + "integrity": "sha512-GURoU99ko2UiAgUC3qDCk59Jb3Ss4Po8VIMGkG8j5PFo2Q7y0YSMP8QG9NuL/fJCoTz9V1XZUbpNIMXPOfaGpA==", "engines": { "node": ">=10" } }, "node_modules/seroval-plugins": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/seroval-plugins/-/seroval-plugins-1.1.1.tgz", - "integrity": "sha512-qNSy1+nUj7hsCOon7AO4wdAIo9P0jrzAMp18XhiOzA6/uO5TKtP7ScozVJ8T293oRIvi5wyCHSM4TrJo/c/GJA==", - "license": "MIT", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/seroval-plugins/-/seroval-plugins-1.2.0.tgz", + "integrity": "sha512-hULTbfzSe81jGWLH8TAJjkEvw6JWMqOo9Uq+4V4vg+HNq53hyHldM9ZOfjdzokcFysiTp9aFdV2vJpZFqKeDjQ==", "engines": { "node": ">=10" }, @@ -25448,10 +25405,9 @@ } }, "node_modules/solid-js": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.9.3.tgz", - "integrity": "sha512-5ba3taPoZGt9GY3YlsCB24kCg0Lv/rie/HTD4kG6h4daZZz7+yK02xn8Vx8dLYBc9i6Ps5JwAbEiqjmKaLB3Ag==", - "license": "MIT", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.9.4.tgz", + "integrity": "sha512-ipQl8FJ31bFUoBNScDQTG3BjN6+9Rg+Q+f10bUbnO6EOTTf5NGerJeHc7wyu5I4RMHEl/WwZwUmy/PTRgxxZ8g==", "dependencies": { "csstype": "^3.1.0", "seroval": "^1.1.0", @@ -27233,8 +27189,7 @@ "node_modules/unfetch": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/unfetch/-/unfetch-4.2.0.tgz", - "integrity": "sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==", - "license": "MIT" + "integrity": "sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==" }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", @@ -27340,7 +27295,6 @@ "version": "2.4.1", "resolved": "https://registry.npmjs.org/unload/-/unload-2.4.1.tgz", "integrity": "sha512-IViSAm8Z3sRBYA+9wc0fLQmU9Nrxb16rcDmIiR6Y9LJSZzI7QY5QsDhqPpKOjAn0O9/kfK1TfNEMMAGPTIraPw==", - "license": "Apache-2.0", "funding": { "url": "https://github.com/sponsors/pubkey" } @@ -28511,17 +28465,17 @@ }, "packages/taquito": { "name": "@taquito/taquito", - "version": "21.0.0", + "version": "21.0.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^21.0.0", - "@taquito/http-utils": "^21.0.0", - "@taquito/local-forging": "^21.0.0", - "@taquito/michel-codec": "^21.0.0", - "@taquito/michelson-encoder": "^21.0.0", - "@taquito/rpc": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/http-utils": "^21.0.1", + "@taquito/local-forging": "^21.0.1", + "@taquito/michel-codec": "^21.0.1", + "@taquito/michelson-encoder": "^21.0.1", + "@taquito/rpc": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2", "rxjs": "^7.8.1" }, @@ -28569,12 +28523,12 @@ }, "packages/taquito-beacon-wallet": { "name": "@taquito/beacon-wallet", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { - "@airgap/beacon-dapp": "^4.3.2-beta.0", - "@taquito/core": "^21.0.0", - "@taquito/taquito": "^21.0.0", + "@airgap/beacon-dapp": "^4.3.2", + "@taquito/core": "^21.0.1", + "@taquito/taquito": "^21.0.1", "@testing-library/react": "^16.0.1" }, "devDependencies": { @@ -28626,13 +28580,13 @@ }, "packages/taquito-contracts-library": { "name": "@taquito/contracts-library", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^21.0.0", - "@taquito/rpc": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/rpc": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2" }, "devDependencies": { @@ -28669,7 +28623,7 @@ }, "packages/taquito-core": { "name": "@taquito/core", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { "json-stringify-safe": "^5.0.1" @@ -28686,10 +28640,10 @@ }, "packages/taquito-http-utils": { "name": "@taquito/http-utils", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^21.0.0", + "@taquito/core": "^21.0.1", "node-fetch": "^2.7.0" }, "devDependencies": { @@ -28747,14 +28701,14 @@ }, "packages/taquito-ledger-signer": { "name": "@taquito/ledger-signer", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { "@ledgerhq/hw-transport": "^6.31.4", "@stablelib/blake2b": "^1.0.1", - "@taquito/core": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/utils": "^21.0.1", "buffer": "^6.0.3" }, "devDependencies": { @@ -28815,15 +28769,15 @@ }, "packages/taquito-local-forging": { "name": "@taquito/local-forging", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2" }, "devDependencies": { - "@taquito/rpc": "^21.0.0", + "@taquito/rpc": "^21.0.1", "@types/bluebird": "^3.5.42", "@types/estree": "^1.0.5", "@types/jest": "^29.5.12", @@ -28861,10 +28815,10 @@ }, "packages/taquito-michel-codec": { "name": "@taquito/michel-codec", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^21.0.0" + "@taquito/core": "^21.0.1" }, "devDependencies": { "@types/bluebird": "^3.5.42", @@ -28893,21 +28847,21 @@ } }, "packages/taquito-michel-codec/pack-test-tool": { - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { - "@taquito/rpc": "^21.0.0", + "@taquito/rpc": "^21.0.1", "yargs": "^17.7.2" } }, "packages/taquito-michelson-encoder": { "name": "@taquito/michelson-encoder", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^21.0.0", - "@taquito/rpc": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/rpc": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2", "fast-json-stable-stringify": "^2.1.0" }, @@ -28944,15 +28898,15 @@ }, "packages/taquito-remote-signer": { "name": "@taquito/remote-signer", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^21.0.0", - "@taquito/http-utils": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/http-utils": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/utils": "^21.0.1", "typedarray-to-buffer": "^4.0.0" }, "devDependencies": { @@ -28989,12 +28943,12 @@ }, "packages/taquito-rpc": { "name": "@taquito/rpc", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^21.0.0", - "@taquito/http-utils": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/http-utils": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2" }, "devDependencies": { @@ -29030,17 +28984,17 @@ }, "packages/taquito-sapling": { "name": "@taquito/sapling", - "version": "21.0.0", + "version": "21.0.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "@airgap/sapling-wasm": "0.0.9", "@stablelib/nacl": "^1.0.4", "@stablelib/random": "^1.0.2", - "@taquito/core": "^21.0.0", - "@taquito/rpc": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/rpc": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2", "bip39": "3.1.0", "blakejs": "^1.2.1", @@ -29101,7 +29055,7 @@ }, "packages/taquito-signer": { "name": "@taquito/signer", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", @@ -29110,9 +29064,9 @@ "@stablelib/nacl": "^1.0.4", "@stablelib/pbkdf2": "^1.0.1", "@stablelib/sha512": "^1.0.1", - "@taquito/core": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/utils": "^21.0.1", "@types/bn.js": "^5.1.5", "bip39": "3.1.0", "elliptic": "^6.6.0", @@ -29155,7 +29109,7 @@ }, "packages/taquito-timelock": { "name": "@taquito/timelock", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", @@ -29163,9 +29117,9 @@ "big-integer": "^1.6.52" }, "devDependencies": { - "@taquito/signer": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/signer": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/utils": "^21.0.1", "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -29196,13 +29150,13 @@ }, "packages/taquito-tzip12": { "name": "@taquito/tzip12", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^21.0.0", - "@taquito/michelson-encoder": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/tzip16": "^21.0.0" + "@taquito/core": "^21.0.1", + "@taquito/michelson-encoder": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/tzip16": "^21.0.1" }, "devDependencies": { "@types/bluebird": "^3.5.42", @@ -29238,15 +29192,15 @@ }, "packages/taquito-tzip16": { "name": "@taquito/tzip16", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^21.0.0", - "@taquito/http-utils": "^21.0.0", - "@taquito/michelson-encoder": "^21.0.0", - "@taquito/rpc": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/http-utils": "^21.0.1", + "@taquito/michelson-encoder": "^21.0.1", + "@taquito/rpc": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2", "crypto-js": "^4.2.0" }, @@ -29285,12 +29239,12 @@ }, "packages/taquito-utils": { "name": "@taquito/utils", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^21.0.0", + "@taquito/core": "^21.0.1", "@types/bs58check": "^2.1.2", "bignumber.js": "^9.1.2", "blakejs": "^1.2.1", @@ -29357,10 +29311,10 @@ }, "packages/taquito-wallet-connect": { "name": "@taquito/wallet-connect", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { - "@taquito/taquito": "^21.0.0", + "@taquito/taquito": "^21.0.1", "@walletconnect/legacy-modal": "^2.0.0", "@walletconnect/sign-client": "^2.16.2", "@walletconnect/types": "^2.16.2", diff --git a/packages/taquito-beacon-wallet/package.json b/packages/taquito-beacon-wallet/package.json index 5c3ce6903f..4bde4ac760 100644 --- a/packages/taquito-beacon-wallet/package.json +++ b/packages/taquito-beacon-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/beacon-wallet", - "version": "21.0.0", + "version": "21.0.1", "description": "Beacon wallet provider", "keywords": [ "tezos", @@ -67,9 +67,9 @@ ] }, "dependencies": { - "@airgap/beacon-dapp": "^4.3.2-beta.0", - "@taquito/core": "^21.0.0", - "@taquito/taquito": "^21.0.0", + "@airgap/beacon-dapp": "^4.3.2", + "@taquito/core": "^21.0.1", + "@taquito/taquito": "^21.0.1", "@testing-library/react": "^16.0.1" }, "devDependencies": { diff --git a/packages/taquito-beacon-wallet/src/version.ts b/packages/taquito-beacon-wallet/src/version.ts index 7100069571..4c7b5edb5b 100644 --- a/packages/taquito-beacon-wallet/src/version.ts +++ b/packages/taquito-beacon-wallet/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", - "version": "21.0.0" + "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca", + "version": "21.0.1" }; diff --git a/packages/taquito-contracts-library/package.json b/packages/taquito-contracts-library/package.json index 6261a58946..db5be2d18b 100644 --- a/packages/taquito-contracts-library/package.json +++ b/packages/taquito-contracts-library/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/contracts-library", - "version": "21.0.0", + "version": "21.0.1", "description": "Can be used as an extension on the TezosToolkit to provide contracts data", "keywords": [ "tezos" @@ -67,10 +67,10 @@ ] }, "dependencies": { - "@taquito/core": "^21.0.0", - "@taquito/rpc": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/rpc": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2" }, "devDependencies": { diff --git a/packages/taquito-contracts-library/src/version.ts b/packages/taquito-contracts-library/src/version.ts index 7100069571..4c7b5edb5b 100644 --- a/packages/taquito-contracts-library/src/version.ts +++ b/packages/taquito-contracts-library/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", - "version": "21.0.0" + "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca", + "version": "21.0.1" }; diff --git a/packages/taquito-core/package.json b/packages/taquito-core/package.json index 1687fb6197..3bf8a34ace 100644 --- a/packages/taquito-core/package.json +++ b/packages/taquito-core/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/core", - "version": "21.0.0", + "version": "21.0.1", "description": "Classes, interfaces, and types shared across Taquito packages", "keywords": [ "tezos", diff --git a/packages/taquito-core/src/version.ts b/packages/taquito-core/src/version.ts index 7100069571..4c7b5edb5b 100644 --- a/packages/taquito-core/src/version.ts +++ b/packages/taquito-core/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", - "version": "21.0.0" + "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca", + "version": "21.0.1" }; diff --git a/packages/taquito-http-utils/package.json b/packages/taquito-http-utils/package.json index fe4aea28f3..8082e1d9cf 100644 --- a/packages/taquito-http-utils/package.json +++ b/packages/taquito-http-utils/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/http-utils", - "version": "21.0.0", + "version": "21.0.1", "description": "", "keywords": [ "tezos" @@ -58,7 +58,7 @@ ] }, "dependencies": { - "@taquito/core": "^21.0.0", + "@taquito/core": "^21.0.1", "node-fetch": "^2.7.0" }, "devDependencies": { diff --git a/packages/taquito-http-utils/src/version.ts b/packages/taquito-http-utils/src/version.ts index 7100069571..4c7b5edb5b 100644 --- a/packages/taquito-http-utils/src/version.ts +++ b/packages/taquito-http-utils/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", - "version": "21.0.0" + "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca", + "version": "21.0.1" }; diff --git a/packages/taquito-ledger-signer/package.json b/packages/taquito-ledger-signer/package.json index e11c5110e9..72e48c4862 100644 --- a/packages/taquito-ledger-signer/package.json +++ b/packages/taquito-ledger-signer/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/ledger-signer", - "version": "21.0.0", + "version": "21.0.1", "description": "Ledger signer provider", "keywords": [ "tezos", @@ -59,9 +59,9 @@ "dependencies": { "@ledgerhq/hw-transport": "^6.31.4", "@stablelib/blake2b": "^1.0.1", - "@taquito/core": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/utils": "^21.0.1", "buffer": "^6.0.3" }, "devDependencies": { diff --git a/packages/taquito-ledger-signer/src/version.ts b/packages/taquito-ledger-signer/src/version.ts index 7100069571..4c7b5edb5b 100644 --- a/packages/taquito-ledger-signer/src/version.ts +++ b/packages/taquito-ledger-signer/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", - "version": "21.0.0" + "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca", + "version": "21.0.1" }; diff --git a/packages/taquito-local-forging/package.json b/packages/taquito-local-forging/package.json index 71c14cec22..3ceb5039d5 100644 --- a/packages/taquito-local-forging/package.json +++ b/packages/taquito-local-forging/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/local-forging", - "version": "21.0.0", + "version": "21.0.1", "description": "Provide local forging functionality to be with taquito", "keywords": [ "tezos", @@ -67,12 +67,12 @@ ] }, "dependencies": { - "@taquito/core": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2" }, "devDependencies": { - "@taquito/rpc": "^21.0.0", + "@taquito/rpc": "^21.0.1", "@types/bluebird": "^3.5.42", "@types/estree": "^1.0.5", "@types/jest": "^29.5.12", diff --git a/packages/taquito-local-forging/src/version.ts b/packages/taquito-local-forging/src/version.ts index 7100069571..4c7b5edb5b 100644 --- a/packages/taquito-local-forging/src/version.ts +++ b/packages/taquito-local-forging/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", - "version": "21.0.0" + "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca", + "version": "21.0.1" }; diff --git a/packages/taquito-michel-codec/pack-test-tool/package.json b/packages/taquito-michel-codec/pack-test-tool/package.json index 55a665506f..9adff38a29 100644 --- a/packages/taquito-michel-codec/pack-test-tool/package.json +++ b/packages/taquito-michel-codec/pack-test-tool/package.json @@ -1,6 +1,6 @@ { "name": "pack-test-tool", - "version": "21.0.0", + "version": "21.0.1", "description": "Generate pack test data via Tezos RPC", "main": "pack-test-tool.js", "private": true, @@ -8,7 +8,7 @@ "author": "Eugene Zagidullin ", "license": "Apache-2.0", "dependencies": { - "@taquito/rpc": "^21.0.0", + "@taquito/rpc": "^21.0.1", "yargs": "^17.7.2" } } diff --git a/packages/taquito-michel-codec/package.json b/packages/taquito-michel-codec/package.json index a94d769b21..4384565cb3 100644 --- a/packages/taquito-michel-codec/package.json +++ b/packages/taquito-michel-codec/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/michel-codec", - "version": "21.0.0", + "version": "21.0.1", "description": "Michelson parser/validator/formatter", "keywords": [ "tezos", @@ -66,7 +66,7 @@ ] }, "dependencies": { - "@taquito/core": "^21.0.0" + "@taquito/core": "^21.0.1" }, "devDependencies": { "@types/bluebird": "^3.5.42", diff --git a/packages/taquito-michel-codec/src/michelson-types.ts b/packages/taquito-michel-codec/src/michelson-types.ts index 3c52c4b410..af880a35f5 100644 --- a/packages/taquito-michel-codec/src/michelson-types.ts +++ b/packages/taquito-michel-codec/src/michelson-types.ts @@ -128,7 +128,7 @@ type Instr0 = Prim0; type InstrX = PrimX; export type MichelsonCode = InstructionList | MichelsonInstruction; -export interface InstructionList extends List { } +export interface InstructionList extends List {} export type MichelsonNoArgInstruction = Instr0; export type MichelsonInstruction = @@ -224,87 +224,87 @@ export type MichelsonTypeChest = Type0<'chest'>; type TypeList = T & Node; export type MichelsonTypePair = TypeX<'pair', T> | TypeList; -export interface MichelsonTypeOption extends TypeX<'option', [T]> { } -export interface MichelsonTypeList extends TypeX<'list', [T]> { } -export interface MichelsonTypeContract extends TypeX<'contract', [T]> { } -export interface MichelsonTypeOr extends TypeX<'or', T> { } +export interface MichelsonTypeOption extends TypeX<'option', [T]> {} +export interface MichelsonTypeList extends TypeX<'list', [T]> {} +export interface MichelsonTypeContract extends TypeX<'contract', [T]> {} +export interface MichelsonTypeOr extends TypeX<'or', T> {} export interface MichelsonTypeLambda - extends TypeX<'lambda', [Arg, Ret]> { } + extends TypeX<'lambda', [Arg, Ret]> {} -export interface MichelsonTypeSet extends TypeX<'set', [T]> { } +export interface MichelsonTypeSet extends TypeX<'set', [T]> {} export interface MichelsonTypeMap - extends TypeX<'map', [K, V]> { } + extends TypeX<'map', [K, V]> {} export interface MichelsonTypeBigMap - extends TypeX<'big_map', [K, V]> { } + extends TypeX<'big_map', [K, V]> {} export interface MichelsonTypeSaplingState - extends TypeX<'sapling_state', [IntLiteral]> { } + extends TypeX<'sapling_state', [IntLiteral]> {} export interface MichelsonTypeSaplingTransaction - extends TypeX<'sapling_transaction', [IntLiteral]> { } -export interface MichelsonTypeTicket extends TypeX<'ticket', [T]> { } + extends TypeX<'sapling_transaction', [IntLiteral]> {} +export interface MichelsonTypeTicket extends TypeX<'ticket', [T]> {} export type MichelsonType = T extends 'int' ? MichelsonTypeInt : T extends 'nat' - ? MichelsonTypeNat - : T extends 'string' - ? MichelsonTypeString - : T extends 'bytes' - ? MichelsonTypeBytes - : T extends 'mutez' - ? MichelsonTypeMutez - : T extends 'bool' - ? MichelsonTypeBool - : T extends 'key_hash' - ? MichelsonTypeKeyHash - : T extends 'timestamp' - ? MichelsonTypeTimestamp - : T extends 'address' - ? MichelsonTypeAddress - : T extends 'key' - ? MichelsonTypeKey - : T extends 'unit' - ? MichelsonTypeUnit - : T extends 'signature' - ? MichelsonTypeSignature - : T extends 'operation' - ? MichelsonTypeOperation - : T extends 'chain_id' - ? MichelsonTypeChainID - : T extends 'option' - ? MichelsonTypeOption - : T extends 'list' - ? MichelsonTypeList - : T extends 'contract' - ? MichelsonTypeContract - : T extends 'ticket' - ? MichelsonTypeTicket - : T extends 'pair' - ? MichelsonTypePair - : T extends 'or' - ? MichelsonTypeOr<[MichelsonType, MichelsonType]> - : T extends 'lambda' - ? MichelsonTypeLambda - : T extends 'set' - ? MichelsonTypeSet - : T extends 'map' - ? MichelsonTypeMap - : T extends 'big_map' - ? MichelsonTypeBigMap - : T extends 'never' - ? MichelsonTypeNever - : T extends 'bls12_381_g1' - ? MichelsonTypeBLS12_381_G1 - : T extends 'bls12_381_g2' - ? MichelsonTypeBLS12_381_G2 - : T extends 'bls12_381_fr' - ? MichelsonTypeBLS12_381_FR - : T extends 'sapling_transaction' - ? MichelsonTypeSaplingTransaction - : T extends 'sapling_state' - ? MichelsonTypeSaplingState - : T extends 'chest_key' - ? MichelsonTypeChestKey - : MichelsonTypeChest; + ? MichelsonTypeNat + : T extends 'string' + ? MichelsonTypeString + : T extends 'bytes' + ? MichelsonTypeBytes + : T extends 'mutez' + ? MichelsonTypeMutez + : T extends 'bool' + ? MichelsonTypeBool + : T extends 'key_hash' + ? MichelsonTypeKeyHash + : T extends 'timestamp' + ? MichelsonTypeTimestamp + : T extends 'address' + ? MichelsonTypeAddress + : T extends 'key' + ? MichelsonTypeKey + : T extends 'unit' + ? MichelsonTypeUnit + : T extends 'signature' + ? MichelsonTypeSignature + : T extends 'operation' + ? MichelsonTypeOperation + : T extends 'chain_id' + ? MichelsonTypeChainID + : T extends 'option' + ? MichelsonTypeOption + : T extends 'list' + ? MichelsonTypeList + : T extends 'contract' + ? MichelsonTypeContract + : T extends 'ticket' + ? MichelsonTypeTicket + : T extends 'pair' + ? MichelsonTypePair + : T extends 'or' + ? MichelsonTypeOr<[MichelsonType, MichelsonType]> + : T extends 'lambda' + ? MichelsonTypeLambda + : T extends 'set' + ? MichelsonTypeSet + : T extends 'map' + ? MichelsonTypeMap + : T extends 'big_map' + ? MichelsonTypeBigMap + : T extends 'never' + ? MichelsonTypeNever + : T extends 'bls12_381_g1' + ? MichelsonTypeBLS12_381_G1 + : T extends 'bls12_381_g2' + ? MichelsonTypeBLS12_381_G2 + : T extends 'bls12_381_fr' + ? MichelsonTypeBLS12_381_FR + : T extends 'sapling_transaction' + ? MichelsonTypeSaplingTransaction + : T extends 'sapling_state' + ? MichelsonTypeSaplingState + : T extends 'chest_key' + ? MichelsonTypeChestKey + : MichelsonTypeChest; // Data @@ -330,7 +330,10 @@ export type MichelsonDataPair = DataX<'Pair', T> | Da export type MichelsonMapElt = PrimX<'Elt', [MichelsonData, MichelsonData]>; export type MichelsonMapEltList = List; export type MichelsonLambdaRec = DataX<'Lambda_rec', [InstructionList]>; -export type MichelsonTicket = PrimX<'Ticket', [StringLiteral | BytesLiteral, MichelsonType, MichelsonData, IntLiteral]>; +export type MichelsonTicket = PrimX< + 'Ticket', + [StringLiteral | BytesLiteral, MichelsonType, MichelsonData, IntLiteral] +>; export type MichelsonData = | IntLiteral @@ -363,12 +366,12 @@ export type MichelsonContract = MichelsonContractSection[]; export type MichelsonContractSection = T extends 'parameter' - ? MichelsonContractParameter - : T extends 'storage' - ? MichelsonContractStorage - : T extends 'view' - ? MichelsonContractView - : MichelsonContractCode; + ? MichelsonContractParameter + : T extends 'storage' + ? MichelsonContractStorage + : T extends 'view' + ? MichelsonContractView + : MichelsonContractCode; // Code analysis types export interface MichelsonTypeFailed { @@ -410,7 +413,7 @@ export enum Protocol { ProtoALpha = 'ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK', // temporary protocol hash } -export const DefaultProtocol = Protocol.PsParisCZ; +export const DefaultProtocol = Protocol.PsQuebecn; export type ProtocolID = `${Protocol}`; diff --git a/packages/taquito-michel-codec/src/version.ts b/packages/taquito-michel-codec/src/version.ts index 7100069571..4c7b5edb5b 100644 --- a/packages/taquito-michel-codec/src/version.ts +++ b/packages/taquito-michel-codec/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", - "version": "21.0.0" + "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca", + "version": "21.0.1" }; diff --git a/packages/taquito-michelson-encoder/package.json b/packages/taquito-michelson-encoder/package.json index 02a13beb54..7245b59d36 100644 --- a/packages/taquito-michelson-encoder/package.json +++ b/packages/taquito-michelson-encoder/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/michelson-encoder", - "version": "21.0.0", + "version": "21.0.1", "description": "converts michelson data and types into convenient JS/TS objects", "keywords": [ "tezos", @@ -67,9 +67,9 @@ ] }, "dependencies": { - "@taquito/core": "^21.0.0", - "@taquito/rpc": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/rpc": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2", "fast-json-stable-stringify": "^2.1.0" }, diff --git a/packages/taquito-michelson-encoder/src/version.ts b/packages/taquito-michelson-encoder/src/version.ts index 7100069571..4c7b5edb5b 100644 --- a/packages/taquito-michelson-encoder/src/version.ts +++ b/packages/taquito-michelson-encoder/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", - "version": "21.0.0" + "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca", + "version": "21.0.1" }; diff --git a/packages/taquito-remote-signer/package.json b/packages/taquito-remote-signer/package.json index c098f97b8f..c667b3e3bb 100644 --- a/packages/taquito-remote-signer/package.json +++ b/packages/taquito-remote-signer/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/remote-signer", - "version": "21.0.0", + "version": "21.0.1", "description": "Remote signer provider", "keywords": [ "tezos", @@ -62,10 +62,10 @@ "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^21.0.0", - "@taquito/http-utils": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/http-utils": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/utils": "^21.0.1", "typedarray-to-buffer": "^4.0.0" }, "devDependencies": { diff --git a/packages/taquito-remote-signer/src/version.ts b/packages/taquito-remote-signer/src/version.ts index 7100069571..4c7b5edb5b 100644 --- a/packages/taquito-remote-signer/src/version.ts +++ b/packages/taquito-remote-signer/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", - "version": "21.0.0" + "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca", + "version": "21.0.1" }; diff --git a/packages/taquito-rpc/package.json b/packages/taquito-rpc/package.json index 1ce9c520fb..698db9fbb8 100644 --- a/packages/taquito-rpc/package.json +++ b/packages/taquito-rpc/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/rpc", - "version": "21.0.0", + "version": "21.0.1", "description": "Provides low level methods, and types to invoke RPC calls from a Nomadic Tezos RPC node", "keywords": [ "tezos", @@ -66,9 +66,9 @@ ] }, "dependencies": { - "@taquito/core": "^21.0.0", - "@taquito/http-utils": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/http-utils": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2" }, "devDependencies": { diff --git a/packages/taquito-rpc/src/taquito-rpc.ts b/packages/taquito-rpc/src/taquito-rpc.ts index 7e1eaf3176..93fa4f2509 100644 --- a/packages/taquito-rpc/src/taquito-rpc.ts +++ b/packages/taquito-rpc/src/taquito-rpc.ts @@ -1276,7 +1276,7 @@ export class RpcClient implements RpcClientInterface { * @description List the prevalidated operations in mempool (accessibility of mempool depends on each rpc endpoint) * @param args has 5 optional properties * @default args { version: '2', validated: true, refused: true, outdated, true, branchRefused: true, branchDelayed: true, validationPass: undefined, source: undefined, operationHash: undefined } - * @see https://gitlab.com/tezos/tezos/-/blob/master/docs/api/paris-mempool-openapi-rc.json + * @see https://gitlab.com/tezos/tezos/-/blob/master/docs/api/quebec-mempool-openapi.json */ async getPendingOperations( args: PendingOperationsQueryArguments = {} diff --git a/packages/taquito-rpc/src/version.ts b/packages/taquito-rpc/src/version.ts index 7100069571..4c7b5edb5b 100644 --- a/packages/taquito-rpc/src/version.ts +++ b/packages/taquito-rpc/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", - "version": "21.0.0" + "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca", + "version": "21.0.1" }; diff --git a/packages/taquito-sapling/package.json b/packages/taquito-sapling/package.json index 956526646e..5ec1fbda01 100644 --- a/packages/taquito-sapling/package.json +++ b/packages/taquito-sapling/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/sapling", - "version": "21.0.0", + "version": "21.0.1", "description": "Allows reading and preparing sapling transactions", "keywords": [ "tezos", @@ -68,10 +68,10 @@ "@airgap/sapling-wasm": "0.0.9", "@stablelib/nacl": "^1.0.4", "@stablelib/random": "^1.0.2", - "@taquito/core": "^21.0.0", - "@taquito/rpc": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/rpc": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2", "bip39": "3.1.0", "blakejs": "^1.2.1", diff --git a/packages/taquito-sapling/src/version.ts b/packages/taquito-sapling/src/version.ts index 7100069571..4c7b5edb5b 100644 --- a/packages/taquito-sapling/src/version.ts +++ b/packages/taquito-sapling/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", - "version": "21.0.0" + "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca", + "version": "21.0.1" }; diff --git a/packages/taquito-signer/package.json b/packages/taquito-signer/package.json index 96d8c49e26..0303b68810 100644 --- a/packages/taquito-signer/package.json +++ b/packages/taquito-signer/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/signer", - "version": "21.0.0", + "version": "21.0.1", "description": "Provide signing functionality to be with taquito", "keywords": [ "tezos", @@ -72,9 +72,9 @@ "@stablelib/nacl": "^1.0.4", "@stablelib/pbkdf2": "^1.0.1", "@stablelib/sha512": "^1.0.1", - "@taquito/core": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/utils": "^21.0.1", "@types/bn.js": "^5.1.5", "bip39": "3.1.0", "elliptic": "^6.6.0", diff --git a/packages/taquito-signer/src/version.ts b/packages/taquito-signer/src/version.ts index 7100069571..4c7b5edb5b 100644 --- a/packages/taquito-signer/src/version.ts +++ b/packages/taquito-signer/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", - "version": "21.0.0" + "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca", + "version": "21.0.1" }; diff --git a/packages/taquito-timelock/package.json b/packages/taquito-timelock/package.json index ceeb34e476..f3975ead62 100644 --- a/packages/taquito-timelock/package.json +++ b/packages/taquito-timelock/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/timelock", - "version": "21.0.0", + "version": "21.0.1", "description": "TypeScript implementation of the Timelock feature in Tezos", "main": "./dist/taquito-timelock.umd.js", "module": "./dist/taquito-timelock.es6.js", @@ -68,9 +68,9 @@ "big-integer": "^1.6.52" }, "devDependencies": { - "@taquito/signer": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/signer": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/utils": "^21.0.1", "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", diff --git a/packages/taquito-timelock/src/version.ts b/packages/taquito-timelock/src/version.ts index 7100069571..4c7b5edb5b 100644 --- a/packages/taquito-timelock/src/version.ts +++ b/packages/taquito-timelock/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", - "version": "21.0.0" + "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca", + "version": "21.0.1" }; diff --git a/packages/taquito-tzip12/package.json b/packages/taquito-tzip12/package.json index e724bfaeaf..d04baef367 100644 --- a/packages/taquito-tzip12/package.json +++ b/packages/taquito-tzip12/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/tzip12", - "version": "21.0.0", + "version": "21.0.1", "description": "Tzip12", "keywords": [ "tezos", @@ -62,10 +62,10 @@ ] }, "dependencies": { - "@taquito/core": "^21.0.0", - "@taquito/michelson-encoder": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/tzip16": "^21.0.0" + "@taquito/core": "^21.0.1", + "@taquito/michelson-encoder": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/tzip16": "^21.0.1" }, "devDependencies": { "@types/bluebird": "^3.5.42", diff --git a/packages/taquito-tzip12/src/version.ts b/packages/taquito-tzip12/src/version.ts index 7100069571..4c7b5edb5b 100644 --- a/packages/taquito-tzip12/src/version.ts +++ b/packages/taquito-tzip12/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", - "version": "21.0.0" + "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca", + "version": "21.0.1" }; diff --git a/packages/taquito-tzip16/package.json b/packages/taquito-tzip16/package.json index 839890441c..da64f3e3ba 100644 --- a/packages/taquito-tzip16/package.json +++ b/packages/taquito-tzip16/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/tzip16", - "version": "21.0.0", + "version": "21.0.1", "description": "Tzip16", "keywords": [ "tezos", @@ -61,12 +61,12 @@ ] }, "dependencies": { - "@taquito/core": "^21.0.0", - "@taquito/http-utils": "^21.0.0", - "@taquito/michelson-encoder": "^21.0.0", - "@taquito/rpc": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/http-utils": "^21.0.1", + "@taquito/michelson-encoder": "^21.0.1", + "@taquito/rpc": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2", "crypto-js": "^4.2.0" }, diff --git a/packages/taquito-tzip16/src/version.ts b/packages/taquito-tzip16/src/version.ts index 7100069571..4c7b5edb5b 100644 --- a/packages/taquito-tzip16/src/version.ts +++ b/packages/taquito-tzip16/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", - "version": "21.0.0" + "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca", + "version": "21.0.1" }; diff --git a/packages/taquito-utils/package.json b/packages/taquito-utils/package.json index 12704671ba..c5e1ab708e 100644 --- a/packages/taquito-utils/package.json +++ b/packages/taquito-utils/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/utils", - "version": "21.0.0", + "version": "21.0.1", "description": "converts michelson data and types into convenient JS/TS objects", "keywords": [ "tezos", @@ -64,7 +64,7 @@ "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^21.0.0", + "@taquito/core": "^21.0.1", "@types/bs58check": "^2.1.2", "bignumber.js": "^9.1.2", "blakejs": "^1.2.1", diff --git a/packages/taquito-utils/src/version.ts b/packages/taquito-utils/src/version.ts index 7100069571..4c7b5edb5b 100644 --- a/packages/taquito-utils/src/version.ts +++ b/packages/taquito-utils/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", - "version": "21.0.0" + "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca", + "version": "21.0.1" }; diff --git a/packages/taquito-wallet-connect/package.json b/packages/taquito-wallet-connect/package.json index 8e1ff1a8ff..ecb47f53a4 100644 --- a/packages/taquito-wallet-connect/package.json +++ b/packages/taquito-wallet-connect/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/wallet-connect", - "version": "21.0.0", + "version": "21.0.1", "description": "Walletconnect provider", "keywords": [ "tezos", @@ -66,7 +66,7 @@ ] }, "dependencies": { - "@taquito/taquito": "^21.0.0", + "@taquito/taquito": "^21.0.1", "@walletconnect/legacy-modal": "^2.0.0", "@walletconnect/sign-client": "^2.16.2", "@walletconnect/types": "^2.16.2", diff --git a/packages/taquito-wallet-connect/src/version.ts b/packages/taquito-wallet-connect/src/version.ts index 7100069571..4c7b5edb5b 100644 --- a/packages/taquito-wallet-connect/src/version.ts +++ b/packages/taquito-wallet-connect/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", - "version": "21.0.0" + "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca", + "version": "21.0.1" }; diff --git a/packages/taquito/README.md b/packages/taquito/README.md index 203db2a7cf..876ec66505 100644 --- a/packages/taquito/README.md +++ b/packages/taquito/README.md @@ -7,7 +7,7 @@ The `@taquito/taquito` package contains higher-level functionality that builds u ## CDN Bundle ```html - ``` diff --git a/packages/taquito/assets-manifest.json b/packages/taquito/assets-manifest.json index 61f80f8ae7..362062a68a 100644 --- a/packages/taquito/assets-manifest.json +++ b/packages/taquito/assets-manifest.json @@ -5,6 +5,6 @@ }, "main.js": { "src": "dist/taquito.min.js", - "integrity": "sha256-FswXon4I7gCD3woX89YOPTLiVMhH4dKOlRGTLZkcFqM= sha384-gQR9rZf1SBIMPMGoRBzlAqShG70H2sNowbaSTpJW3w52aTS2IuQe2d/U7irMsRfo sha512-iJ8s2NfNEMlImtlvA+DA0zZQ8FhtxGq7/iFaIhd83UweCDnKnj9dPZ4OoUwcmFsJhCiJ7d66cSGzVXACU/vnig==" + "integrity": "sha256-xgjc0a/3E2H+cRJg7OVA3S6TrZ59cMqUNpUmMKmTPnY= sha384-CTz/2WPZ8Vc80f1kHgv+ZVI6z14tGmXU0mh9hWsdh/VERubO1FQr+Pkyzr6gbYwZ sha512-oEBVMsJ1X1Zf1AUkMSIGLUzacR5iSi/g0tA2dv6xfrY5zz8Vry1I0P45SDHecTjwtWc6zsKgSwrpVmkMG2iEZw==" } } \ No newline at end of file diff --git a/packages/taquito/package.json b/packages/taquito/package.json index a009333f03..68e66a31e4 100644 --- a/packages/taquito/package.json +++ b/packages/taquito/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/taquito", - "version": "21.0.0", + "version": "21.0.1", "description": "High level functionality that builds upon the other packages in the Tezos Typescript Library Suite.", "keywords": [ "tezos", @@ -77,13 +77,13 @@ ] }, "dependencies": { - "@taquito/core": "^21.0.0", - "@taquito/http-utils": "^21.0.0", - "@taquito/local-forging": "^21.0.0", - "@taquito/michel-codec": "^21.0.0", - "@taquito/michelson-encoder": "^21.0.0", - "@taquito/rpc": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/http-utils": "^21.0.1", + "@taquito/local-forging": "^21.0.1", + "@taquito/michel-codec": "^21.0.1", + "@taquito/michelson-encoder": "^21.0.1", + "@taquito/rpc": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2", "rxjs": "^7.8.1" }, diff --git a/packages/taquito/src/version.ts b/packages/taquito/src/version.ts index 7100069571..4c7b5edb5b 100644 --- a/packages/taquito/src/version.ts +++ b/packages/taquito/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", - "version": "21.0.0" + "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca", + "version": "21.0.1" }; diff --git a/website/package-lock.json b/website/package-lock.json index b4f40016b2..d5b2e6143b 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taquito/website", - "version": "21.0.0", + "version": "21.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taquito/website", - "version": "21.0.0", + "version": "21.0.1", "dependencies": { "@docusaurus/core": "2.4.3", "@docusaurus/plugin-google-gtag": "2.4.3", @@ -70,17 +70,17 @@ }, "../packages/taquito": { "name": "@taquito/taquito", - "version": "21.0.0", + "version": "21.0.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^21.0.0", - "@taquito/http-utils": "^21.0.0", - "@taquito/local-forging": "^21.0.0", - "@taquito/michel-codec": "^21.0.0", - "@taquito/michelson-encoder": "^21.0.0", - "@taquito/rpc": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/http-utils": "^21.0.1", + "@taquito/local-forging": "^21.0.1", + "@taquito/michel-codec": "^21.0.1", + "@taquito/michelson-encoder": "^21.0.1", + "@taquito/rpc": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2", "rxjs": "^7.8.1" }, @@ -128,12 +128,12 @@ }, "../packages/taquito-beacon-wallet": { "name": "@taquito/beacon-wallet", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { - "@airgap/beacon-dapp": "^4.3.2-beta.0", - "@taquito/core": "^21.0.0", - "@taquito/taquito": "^21.0.0", + "@airgap/beacon-dapp": "^4.3.2", + "@taquito/core": "^21.0.1", + "@taquito/taquito": "^21.0.1", "@testing-library/react": "^16.0.1" }, "devDependencies": { @@ -174,7 +174,7 @@ }, "../packages/taquito-core": { "name": "@taquito/core", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { "json-stringify-safe": "^5.0.1" @@ -191,10 +191,10 @@ }, "../packages/taquito-http-utils": { "name": "@taquito/http-utils", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^21.0.0", + "@taquito/core": "^21.0.1", "node-fetch": "^2.7.0" }, "devDependencies": { @@ -232,14 +232,14 @@ }, "../packages/taquito-ledger-signer": { "name": "@taquito/ledger-signer", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { "@ledgerhq/hw-transport": "^6.31.4", "@stablelib/blake2b": "^1.0.1", - "@taquito/core": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/utils": "^21.0.1", "buffer": "^6.0.3" }, "devDependencies": { @@ -276,10 +276,10 @@ }, "../packages/taquito-michel-codec": { "name": "@taquito/michel-codec", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^21.0.0" + "@taquito/core": "^21.0.1" }, "devDependencies": { "@types/bluebird": "^3.5.42", @@ -309,12 +309,12 @@ }, "../packages/taquito-michelson-encoder": { "name": "@taquito/michelson-encoder", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^21.0.0", - "@taquito/rpc": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/rpc": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2", "fast-json-stable-stringify": "^2.1.0" }, @@ -351,15 +351,15 @@ }, "../packages/taquito-remote-signer": { "name": "@taquito/remote-signer", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^21.0.0", - "@taquito/http-utils": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/http-utils": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/utils": "^21.0.1", "typedarray-to-buffer": "^4.0.0" }, "devDependencies": { @@ -396,12 +396,12 @@ }, "../packages/taquito-rpc": { "name": "@taquito/rpc", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^21.0.0", - "@taquito/http-utils": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/http-utils": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2" }, "devDependencies": { @@ -437,7 +437,7 @@ }, "../packages/taquito-signer": { "name": "@taquito/signer", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", @@ -446,9 +446,9 @@ "@stablelib/nacl": "^1.0.4", "@stablelib/pbkdf2": "^1.0.1", "@stablelib/sha512": "^1.0.1", - "@taquito/core": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/utils": "^21.0.1", "@types/bn.js": "^5.1.5", "bip39": "3.1.0", "elliptic": "^6.6.0", @@ -491,13 +491,13 @@ }, "../packages/taquito-tzip12": { "name": "@taquito/tzip12", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^21.0.0", - "@taquito/michelson-encoder": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/tzip16": "^21.0.0" + "@taquito/core": "^21.0.1", + "@taquito/michelson-encoder": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/tzip16": "^21.0.1" }, "devDependencies": { "@types/bluebird": "^3.5.42", @@ -533,15 +533,15 @@ }, "../packages/taquito-tzip16": { "name": "@taquito/tzip16", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^21.0.0", - "@taquito/http-utils": "^21.0.0", - "@taquito/michelson-encoder": "^21.0.0", - "@taquito/rpc": "^21.0.0", - "@taquito/taquito": "^21.0.0", - "@taquito/utils": "^21.0.0", + "@taquito/core": "^21.0.1", + "@taquito/http-utils": "^21.0.1", + "@taquito/michelson-encoder": "^21.0.1", + "@taquito/rpc": "^21.0.1", + "@taquito/taquito": "^21.0.1", + "@taquito/utils": "^21.0.1", "bignumber.js": "^9.1.2", "crypto-js": "^4.2.0" }, @@ -580,12 +580,12 @@ }, "../packages/taquito-utils": { "name": "@taquito/utils", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^21.0.0", + "@taquito/core": "^21.0.1", "@types/bs58check": "^2.1.2", "bignumber.js": "^9.1.2", "blakejs": "^1.2.1", @@ -628,10 +628,10 @@ }, "../packages/taquito-wallet-connect": { "name": "@taquito/wallet-connect", - "version": "21.0.0", + "version": "21.0.1", "license": "Apache-2.0", "dependencies": { - "@taquito/taquito": "^21.0.0", + "@taquito/taquito": "^21.0.1", "@walletconnect/legacy-modal": "^2.0.0", "@walletconnect/sign-client": "^2.16.2", "@walletconnect/types": "^2.16.2", diff --git a/website/package.json b/website/package.json index e9ace3d893..5d671c4d2f 100644 --- a/website/package.json +++ b/website/package.json @@ -86,5 +86,5 @@ "last 1 safari version" ] }, - "version": "21.0.0" + "version": "21.0.1" } diff --git a/website/static/docs/rpc_nodes.json b/website/static/docs/rpc_nodes.json index 5126a03a44..cc4589139c 100644 --- a/website/static/docs/rpc_nodes.json +++ b/website/static/docs/rpc_nodes.json @@ -56,11 +56,6 @@ "url": "https://rpc.ghostnet.teztnets.com", "provider": "tezosfoundation" }, - { - "net": "parisnet", - "url": "https://rpc.pariscnet.teztnets.com", - "provider": "tezosfoundation" - }, { "net": "quebecnet", "url": "https://rpc.quebecnet.teztnets.com", @@ -76,11 +71,6 @@ "url": "https://rpc.tzkt.io/ghostnet", "provider": "tzkt" }, - { - "net": "parisnet", - "url": "https://rpc.tzkt.io/parisnet", - "provider": "tzkt" - }, { "net": "quebecnet", "url": "https://rpc.tzkt.io/quebecnet", diff --git a/website/versioned_docs/version-19.1.0/metadata-tzip16.md b/website/versioned_docs/version-19.1.0/metadata-tzip16.md index 2268343d3e..ee426e892c 100644 --- a/website/versioned_docs/version-19.1.0/metadata-tzip16.md +++ b/website/versioned_docs/version-19.1.0/metadata-tzip16.md @@ -44,7 +44,7 @@ const Tezos = new TezosToolkit('rpcUrl'); // The constructor of the `MetadataProvider` class takes a `Map` as a parameter. const customHandler = new Map([ - ['ipfs', new IpfsHttpHandler('gateway.ipfs.io')], // Constructor of IpfsHttpHandler takes an optional gateway + ['ipfs', new IpfsHttpHandler('dweb.link')], // Constructor of IpfsHttpHandler takes an optional gateway ['http', 'customHttpHandler'], // Custom HTTP(S) handler ['https', 'customHttpHandler'], ['tezos-storage', new TezosStorageHandler()], diff --git a/website/versioned_docs/version-19.2.0/metadata-tzip16.md b/website/versioned_docs/version-19.2.0/metadata-tzip16.md index 2268343d3e..ee426e892c 100644 --- a/website/versioned_docs/version-19.2.0/metadata-tzip16.md +++ b/website/versioned_docs/version-19.2.0/metadata-tzip16.md @@ -44,7 +44,7 @@ const Tezos = new TezosToolkit('rpcUrl'); // The constructor of the `MetadataProvider` class takes a `Map` as a parameter. const customHandler = new Map([ - ['ipfs', new IpfsHttpHandler('gateway.ipfs.io')], // Constructor of IpfsHttpHandler takes an optional gateway + ['ipfs', new IpfsHttpHandler('dweb.link')], // Constructor of IpfsHttpHandler takes an optional gateway ['http', 'customHttpHandler'], // Custom HTTP(S) handler ['https', 'customHttpHandler'], ['tezos-storage', new TezosStorageHandler()], diff --git a/website/versioned_docs/version-20.0.0/metadata-tzip16.md b/website/versioned_docs/version-20.0.0/metadata-tzip16.md index 2268343d3e..ee426e892c 100644 --- a/website/versioned_docs/version-20.0.0/metadata-tzip16.md +++ b/website/versioned_docs/version-20.0.0/metadata-tzip16.md @@ -44,7 +44,7 @@ const Tezos = new TezosToolkit('rpcUrl'); // The constructor of the `MetadataProvider` class takes a `Map` as a parameter. const customHandler = new Map([ - ['ipfs', new IpfsHttpHandler('gateway.ipfs.io')], // Constructor of IpfsHttpHandler takes an optional gateway + ['ipfs', new IpfsHttpHandler('dweb.link')], // Constructor of IpfsHttpHandler takes an optional gateway ['http', 'customHttpHandler'], // Custom HTTP(S) handler ['https', 'customHttpHandler'], ['tezos-storage', new TezosStorageHandler()], diff --git a/website/versioned_docs/version-20.1.0/metadata-tzip16.md b/website/versioned_docs/version-20.1.0/metadata-tzip16.md index 2268343d3e..ee426e892c 100644 --- a/website/versioned_docs/version-20.1.0/metadata-tzip16.md +++ b/website/versioned_docs/version-20.1.0/metadata-tzip16.md @@ -44,7 +44,7 @@ const Tezos = new TezosToolkit('rpcUrl'); // The constructor of the `MetadataProvider` class takes a `Map` as a parameter. const customHandler = new Map([ - ['ipfs', new IpfsHttpHandler('gateway.ipfs.io')], // Constructor of IpfsHttpHandler takes an optional gateway + ['ipfs', new IpfsHttpHandler('dweb.link')], // Constructor of IpfsHttpHandler takes an optional gateway ['http', 'customHttpHandler'], // Custom HTTP(S) handler ['https', 'customHttpHandler'], ['tezos-storage', new TezosStorageHandler()], diff --git a/website/versioned_docs/version-21.0.0/metadata-tzip16.md b/website/versioned_docs/version-21.0.0/metadata-tzip16.md index 2268343d3e..b67b610328 100644 --- a/website/versioned_docs/version-21.0.0/metadata-tzip16.md +++ b/website/versioned_docs/version-21.0.0/metadata-tzip16.md @@ -26,7 +26,7 @@ The constructor of the `Tzip16Module` takes an optional `MetadataProvider` as a ```js import { TezosToolkit } from '@taquito/taquito'; -import { Tzip16Module } from '@taquito/tzip16'; +import { Tzip16Module, tzip16 } from '@taquito/tzip16'; const Tezos = new TezosToolkit('rpcUrl'); Tezos.addExtension(new Tzip16Module()); @@ -38,13 +38,13 @@ Tezos.addExtension(new Tzip16Module()); In some cases, we may want to use a customized metadata provider. The constructor of the `Tzip16Module` class takes an optional metadata provider as a parameter. This allows to inject a custom metadata provider with custom protocol handlers if desired. For example, if we want to use a different IPFS gateway than the default one, which is `ipfs.io`, or if we want to use a different HTTP handler to support authentication or custom headers. Here is an example: ```js -import { Handler, IpfsHttpHandler, TezosStorageHandler, MetadataProvider } from '@taquito/tzip16'; +import { Handler, IpfsHttpHandler, TezosStorageHandler, MetadataProvider, Tzip16Module, tzip16 } from '@taquito/tzip16'; const Tezos = new TezosToolkit('rpcUrl'); // The constructor of the `MetadataProvider` class takes a `Map` as a parameter. const customHandler = new Map([ - ['ipfs', new IpfsHttpHandler('gateway.ipfs.io')], // Constructor of IpfsHttpHandler takes an optional gateway + ['ipfs', new IpfsHttpHandler('dweb.link')], // Constructor of IpfsHttpHandler takes an optional gateway ['http', 'customHttpHandler'], // Custom HTTP(S) handler ['https', 'customHttpHandler'], ['tezos-storage', new TezosStorageHandler()], diff --git a/website/versioned_docs/version-21.0.0/tzip12.md b/website/versioned_docs/version-21.0.0/tzip12.md index bcbc463059..beadd841cd 100644 --- a/website/versioned_docs/version-21.0.0/tzip12.md +++ b/website/versioned_docs/version-21.0.0/tzip12.md @@ -17,7 +17,7 @@ The constructor of the `Tzip12Module` takes an optional `MetadataProvider` as a ```js import { TezosToolkit } from '@taquito/taquito'; -import { Tzip12Module } from '@taquito/tzip12'; +import { Tzip12Module, tzip12 } from '@taquito/tzip12'; const Tezos = new TezosToolkit('rpcUrl'); Tezos.addExtension(new Tzip12Module()); @@ -38,6 +38,7 @@ Thus, all methods of the `ContractAbstraction`, `Tzip12ContractAbstraction` and ```js import { compose } from '@taquito/taquito'; +import { tzip16 } from "@taquito/tzip16"; const contract = await Tezos.contract.at('contractAddress', compose(tzip16, tzip12));