@taquito/sapling 24.0.0-beta.0 → 24.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -16,7 +16,7 @@ npm install @taquito/sapling
16
16
  ```
17
17
  ## Usage
18
18
 
19
- **Retrieve a balance in the Sapling shielded pool**
19
+ **Retrieve a balance in the Sapling shielded set**
20
20
 
21
21
  The returned balance is in mutez.
22
22
 
@@ -77,7 +77,7 @@ const shieldedTx = await saplingToolkit.prepareShieldedTransaction([{
77
77
  }])
78
78
 
79
79
  // Inject the sapling transaction using the ContractAbstraction
80
- // The amount MUST be specified in the send method to transfer the 3 tez to the shielded pool
80
+ // The amount MUST be specified in the send method to transfer the 3 tez to the shielded set
81
81
  const op = await saplingContract.methodsObject.default([shieldedTx]).send({ amount: 3 });
82
82
  await op.confirmation();
83
83
  ```
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
4
+ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
5
5
  exports.VERSION = {
6
- "commitHash": "7912b77f57f943dff619383900bd46a7a593a244",
7
- "version": "24.0.0-beta.0"
6
+ "commitHash": "d809b5118dbca5e61edb8228a83b4831be32903b",
7
+ "version": "24.0.0"
8
8
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/sapling",
3
- "version": "24.0.0-beta.0",
3
+ "version": "24.0.0",
4
4
  "description": "Allows reading and preparing sapling transactions",
5
5
  "keywords": [
6
6
  "tezos",
@@ -68,10 +68,10 @@
68
68
  "@airgap/sapling-wasm": "0.0.9",
69
69
  "@stablelib/nacl": "^1.0.4",
70
70
  "@stablelib/random": "^1.0.2",
71
- "@taquito/core": "^24.0.0-beta.0",
72
- "@taquito/rpc": "^24.0.0-beta.0",
73
- "@taquito/taquito": "^24.0.0-beta.0",
74
- "@taquito/utils": "^24.0.0-beta.0",
71
+ "@taquito/core": "^24.0.0",
72
+ "@taquito/rpc": "^24.0.0",
73
+ "@taquito/taquito": "^24.0.0",
74
+ "@taquito/utils": "^24.0.0",
75
75
  "bignumber.js": "^9.1.2",
76
76
  "bip39": "3.1.0",
77
77
  "blakejs": "^1.2.1",
@@ -105,5 +105,5 @@
105
105
  "ts-node": "^10.9.2",
106
106
  "typescript": "~5.5.4"
107
107
  },
108
- "gitHead": "f212ea3edaf1fac34d738b5d00a9892ab7a3b721"
108
+ "gitHead": "5b08d9e0309bb2badcaec920c1ed8849f8284dfe"
109
109
  }