@validators-dao/solana-stream-sdk 0.3.1 → 0.4.1
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 +13 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -353,6 +353,19 @@ Ensure the environment variable `SHREDS_ENDPOINT` is set correctly.
|
|
|
353
353
|
- `@grpc/grpc-js`
|
|
354
354
|
- `@validators-dao/solana-entry-decoder`: Utility for decoding Solana shred entries.
|
|
355
355
|
|
|
356
|
+
## ⚠️ Experimental Filtering Feature Notice
|
|
357
|
+
|
|
358
|
+
The filtering functionality provided by this SDK is currently experimental. Occasionally, data may not be fully available, and filters may not be applied correctly.
|
|
359
|
+
|
|
360
|
+
If you encounter such cases, please report them by opening an issue at: https://github.com/ValidatorsDAO/solana-stream/issues
|
|
361
|
+
|
|
362
|
+
Your feedback greatly assists our debugging efforts and overall improvement of this feature.
|
|
363
|
+
|
|
364
|
+
Other reports and suggestions are also highly appreciated.
|
|
365
|
+
|
|
366
|
+
You can also join discussions or share feedback on Validators DAO's Discord community:
|
|
367
|
+
https://discord.gg/C7ZQSrCkYR
|
|
368
|
+
|
|
356
369
|
## Repository
|
|
357
370
|
|
|
358
371
|
This package is part of the [Solana Stream](https://github.com/ValidatorsDAO/solana-stream) monorepo.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@validators-dao/solana-stream-sdk",
|
|
3
3
|
"description": "Solana Stream SDK by Validators DAO",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.4.1",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@solana/web3.js": "1.98.2",
|
|
31
31
|
"@triton-one/yellowstone-grpc": "4.0.2",
|
|
32
32
|
"bs58": "6.0.0",
|
|
33
|
-
"@validators-dao/solana-entry-decoder": "
|
|
33
|
+
"@validators-dao/solana-entry-decoder": "2.0.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/node": "22.15.27",
|