@obolnetwork/obol-sdk 2.11.10 → 2.11.12
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 +2 -2
- package/dist/browser/src/index.js +12636 -9908
- package/dist/browser/src/index.js.map +1 -1
- package/dist/cjs/src/index.js +11469 -9238
- package/dist/cjs/src/index.js.map +1 -1
- package/dist/esm/src/index.js +11440 -9210
- package/dist/esm/src/index.js.map +1 -1
- package/dist/types/src/blsUtils.d.ts +4 -0
- package/dist/types/src/index.d.ts +1 -0
- package/dist/types/src/services.d.ts +5 -0
- package/dist/types/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +54 -45
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ const lock = await client.getClusterLock(configHash);
|
|
|
34
34
|
|
|
35
35
|
## Getting Started
|
|
36
36
|
|
|
37
|
-
Checkout our [docs](https://docs.obol.org/docs/advanced/quickstart-sdk), [examples](https://github.com/ObolNetwork/obol-sdk-examples/), and SDK [reference](https://
|
|
37
|
+
Checkout our [docs](https://docs.obol.org/docs/advanced/quickstart-sdk), [examples](https://github.com/ObolNetwork/obol-sdk-examples/), and SDK [reference](https://docs.obol.org/sdk). Further guides and walkthroughs coming soon.
|
|
38
38
|
|
|
39
39
|
## Terms and Conditions
|
|
40
40
|
To use obol-sdk and in order to be able to create a cluster definition or accept an invite to join a cluster, you must accept the [latest Obol terms and conditions](https://obol.org/terms.pdf) by calling acceptObolLatestTermsAndConditions.
|
|
@@ -120,7 +120,7 @@ If you are an LLM, code-generation agent, or tool using this SDK programmaticall
|
|
|
120
120
|
|
|
121
121
|
| Export | Description |
|
|
122
122
|
|--------|-------------|
|
|
123
|
-
| `validateClusterLock(lock, safeRpcUrl?)` |
|
|
123
|
+
| `validateClusterLock(lock, safeRpcUrl?)` | Cryptographic verification (signatures, hashes). Does not mirror every Charon runtime check—passing here is necessary, not sufficient, for Charon. |
|
|
124
124
|
|
|
125
125
|
### Key Rules
|
|
126
126
|
|