@agentlayer.tech/wallet 0.1.90 → 0.1.92

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.
@@ -2,7 +2,7 @@
2
2
  "id": "agent-wallet",
3
3
  "name": "Agent Wallet",
4
4
  "description": "Official OpenClaw plugin bridge for the agent-wallet backends, including Solana, local BTC, and local EVM.",
5
- "version": "0.1.90",
5
+ "version": "0.1.92",
6
6
  "contracts": {
7
7
  "tools": [
8
8
  "agentlayer_autonomous_approve",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentlayertech/agent-wallet-plugin",
3
- "version": "0.1.90",
3
+ "version": "0.1.92",
4
4
  "description": "OpenClaw plugin bridge for the AgentLayer wallet runtime.",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN ../../../LICENSE",
package/CHANGELOG.md CHANGED
@@ -2,6 +2,41 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## v0.1.92 - 2026-07-29
6
+
7
+ - **EVM daemon restart after updates.** The installer now stops a verified
8
+ same-home `wdk-evm-wallet` daemon after committing a new runtime, so the next
9
+ EVM call starts the updated code. A process is signalled only when its local
10
+ health payload, wallet data directory, listening PID, process working
11
+ directory, and persisted ownership record agree. Other wallet homes and
12
+ unidentified listeners are left untouched.
13
+
14
+ - The EVM daemon now drains active request handlers on `SIGTERM` before exiting.
15
+ `OPENCLAW_EVM_DISABLE_DAEMON_TAKEOVER=1` disables automatic daemon stops in
16
+ both the installer and Python runtime.
17
+
18
+ - Isolated native keystore entries by wallet home. The default
19
+ `~/.openclaw` installation keeps the existing Keychain service, while tests
20
+ and secondary `OPENCLAW_HOME` installations receive a stable home-specific
21
+ service and cannot replace the primary boot key. Existing custom-home
22
+ installs can migrate from the legacy service only after the candidate key
23
+ decrypts their sealed state. Installer tests now also force an isolated
24
+ keystore backend and service explicitly.
25
+
26
+ - Added a universal npm installer for OpenClaw, Codex, Claude Code, and Hermes.
27
+ `wallet install` now detects installed agent frameworks, supports explicit
28
+ `--hosts`, `--exclude`, and `--runtime-only` selection, and exposes
29
+ `wallet detect --json`. Runtime updates remain managed-only, so discovering a
30
+ new framework later does not silently enroll it. OpenClaw config creation is
31
+ now a host-specific step; wallet files and sealed secrets remain in their
32
+ existing `~/.openclaw` locations and are not replaced during updates.
33
+
34
+ - Confirmed the native OS keystore as the default boot-key backend. `auto`
35
+ prefers macOS Keychain, Windows DPAPI, or Linux Secret Service and uses the
36
+ local `0600` file only as a fallback. The npm installer now warns macOS users
37
+ that the system may request Keychain confirmation; this does not rotate or
38
+ migrate the boot key during ordinary updates.
39
+
5
40
  - Hardened Morpho EVM operations with a 30% gas-limit buffer calculated from
6
41
  the exact final calldata immediately before sending. Morpho vault and market
7
42
  writes now wait for their final on-chain receipt and report reverts instead