@valve-tech/chain-source 0.8.0 → 0.9.3
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 +35 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,41 @@ 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.9.3] — 2026-05-08
|
|
10
|
+
|
|
11
|
+
Synchronized release — no changes to this package. Republished at
|
|
12
|
+
0.9.3 alongside the rest of the toolkit so all six packages share
|
|
13
|
+
one synced version line on npm. v0.9.2 had published this package
|
|
14
|
+
successfully but skipped `tx-flight-react` (workflow file was
|
|
15
|
+
missing a publish step); v0.9.3 fixes that and re-publishes
|
|
16
|
+
everything from one tag.
|
|
17
|
+
|
|
18
|
+
## [0.9.2] — 2026-05-08
|
|
19
|
+
|
|
20
|
+
Synchronized release — no changes to this package. Companion fix
|
|
21
|
+
to v0.9.1: the root `build` script now uses `--topological-dev`
|
|
22
|
+
so workspace `devDependencies` (added to `tx-flight-react` in
|
|
23
|
+
v0.9.1) actually drive build ordering. First version of the v0.9.x
|
|
24
|
+
line on npm for this package, but the toolkit-wide v0.9.x line
|
|
25
|
+
didn't reach all six packages until v0.9.3.
|
|
26
|
+
|
|
27
|
+
## [0.9.1] — 2026-05-08
|
|
28
|
+
|
|
29
|
+
*Not published — the Release workflow's Build step failed for the
|
|
30
|
+
same reason as v0.9.0. Superseded by v0.9.2.* Synchronized release;
|
|
31
|
+
no changes to this package itself.
|
|
32
|
+
|
|
33
|
+
## [0.9.0] — 2026-05-08
|
|
34
|
+
|
|
35
|
+
Synchronized release — no changes to this package. Bumped in lockstep
|
|
36
|
+
with the rest of the toolkit, alongside the new
|
|
37
|
+
`@valve-tech/tx-flight-react` package. *Not published — the Release
|
|
38
|
+
workflow's build step failed before publish; superseded by v0.9.1.*
|
|
39
|
+
|
|
40
|
+
## [0.8.1] — 2026-05-07
|
|
41
|
+
|
|
42
|
+
Synchronized release — no changes to this package. Bumped in lockstep with the rest of the toolkit.
|
|
43
|
+
|
|
9
44
|
## [0.8.0] — 2026-05-06
|
|
10
45
|
|
|
11
46
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valve-tech/chain-source",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"description": "Canonical EVM chain-observation primitive: a unified push-or-poll source for new blocks, mempool snapshots, on-demand receipt + tx lookups, and capability disclosure (HTTP / WS / per-method gating). Used as the shared foundation by @valve-tech/gas-oracle and @valve-tech/tx-tracker; consumable directly by anyone building their own derived view on chain state. viem-native. Part of the valve-tech/evm-toolkit synchronized release line — implementation lands in subsequent 0.3.x releases per docs/tx-tracker-spec.md.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/valve-tech/evm-toolkit/tree/main/packages/chain-source#readme",
|