@valve-tech/gas-oracle 0.4.0 → 0.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,25 @@ All notable changes to `@valve-tech/gas-oracle` are documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
 
8
+ ## [0.5.0] — 2026-05-05
9
+
10
+ ### Notes
11
+
12
+ - Synchronized release — no changes to this package. Bumped in
13
+ lockstep with `@valve-tech/wallet-adapter@0.5.0`, which gains rich
14
+ `TxContext` payloads on every lifecycle event (chainId + request +
15
+ block). See that package's changelog for the breaking-change
16
+ details.
17
+
18
+ ## [0.4.1] — 2026-05-04
19
+
20
+ ### Notes
21
+
22
+ - Synchronized release — no changes to this package. Bumped in
23
+ lockstep with `@valve-tech/wallet-adapter@0.4.1` which fixes the
24
+ `workspace:^` leak in its published manifest. See that package's
25
+ changelog for details.
26
+
8
27
  ## [0.4.0] — 2026-05-04
9
28
 
10
29
  ### Notes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valve-tech/gas-oracle",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Multi-tier gas-fee oracle for EVM chains. Computes slow/standard/fast/instant tier recommendations from block-included tips, mempool pending tips, and base-fee trend, with a configurable downside-decay cap and a chain-aware EIP-1559 priority cutoff. viem-native — pass it a PublicClient and it does the rest. Ships viem-actions and viem-transport subpaths for drop-in client extension and transport-wrapping.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/valve-tech/evm-toolkit/tree/main/packages/gas-oracle#readme",
@@ -61,4 +61,4 @@
61
61
  "peerDependencies": {
62
62
  "viem": "^2.0.0"
63
63
  }
64
- }
64
+ }