@valve-tech/trueblocks-sdk 0.15.0 → 0.17.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/CHANGELOG.md +22 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,28 @@ this file.
|
|
|
6
6
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
7
7
|
and this project adheres to [Semantic Versioning](https://semver.org/).
|
|
8
8
|
|
|
9
|
+
## [0.17.0] — 2026-05-30
|
|
10
|
+
|
|
11
|
+
### Notes
|
|
12
|
+
|
|
13
|
+
- Synchronized release — no changes to this package. Republished at
|
|
14
|
+
0.17.0 alongside the rest of the toolkit; the substantive changes
|
|
15
|
+
are in `@valve-tech/wallet-adapter` (new optional
|
|
16
|
+
`TrackedTx.readOnly` field) and `@valve-tech/tx-flight-react`
|
|
17
|
+
(new `addByHash({ readOnly, submittedAt })` inputs for tracking
|
|
18
|
+
relayer-submitted transactions). See the respective CHANGELOGs for
|
|
19
|
+
details.
|
|
20
|
+
|
|
21
|
+
## [0.16.0] — 2026-05-15
|
|
22
|
+
|
|
23
|
+
### Notes
|
|
24
|
+
|
|
25
|
+
- Synchronized release — no changes to this package. Republished at
|
|
26
|
+
0.16.0 alongside the rest of the toolkit; the substantive changes
|
|
27
|
+
are in `@valve-tech/chain-source` (adaptive polling + `Logger` +
|
|
28
|
+
`estimateBlockTimeMs` helper) and `@valve-tech/tx-tracker` (logger).
|
|
29
|
+
See the respective CHANGELOGs for details.
|
|
30
|
+
|
|
9
31
|
## [0.15.0] — 2026-05-14
|
|
10
32
|
|
|
11
33
|
### Notes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valve-tech/trueblocks-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.0",
|
|
4
4
|
"description": "Typed TypeScript HTTP client to a running TrueBlocks chifra daemon. Wraps chifra's REST surface (the same one served by `chifra daemon`) with TS types generated from the upstream OpenAPI spec; no Go runtime, no shelling-out.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/valve-tech/evm-toolkit/tree/main/packages/trueblocks-sdk#readme",
|