@tuwaio/pulsar-evm 0.5.2 → 0.5.4
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 +11 -8
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -4,13 +4,16 @@
|
|
|
4
4
|
[](./LICENSE)
|
|
5
5
|
[](https://github.com/TuwaIO/pulsar-core/actions)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Tier 4 of the TUWA Ecosystem. Low-level EVM state trackers and lifecycle indexers powered strictly by viem and wagmi primitives.
|
|
8
|
+
|
|
9
|
+
> [!WARNING]
|
|
10
|
+
> Use of legacy `web3.js` and `ethers.js` libraries is strictly prohibited. All interactions must proceed via `viem` and `wagmi` primitives to ensure deterministic transaction status reconciliation and application sovereignty.
|
|
8
11
|
|
|
9
12
|
---
|
|
10
13
|
|
|
11
14
|
## 🏛️ What is `@tuwaio/pulsar-evm`?
|
|
12
15
|
|
|
13
|
-
This package is
|
|
16
|
+
This package is the low-level EVM state tracking and indexing adapter for `@tuwaio/pulsar-core`. It provides specialized tracking pipelines for standard transactions, contract wallets, Safe multisignature wallets, and Gelato transaction relayers utilizing `viem` clients.
|
|
14
17
|
|
|
15
18
|
While its main export is the `pulsarEvmAdapter`, it also includes a suite of standalone trackers, actions, and utilities that can be used for advanced or custom implementations.
|
|
16
19
|
|
|
@@ -18,13 +21,13 @@ While its main export is the `pulsarEvmAdapter`, it also includes a suite of sta
|
|
|
18
21
|
|
|
19
22
|
## ✨ Core Features
|
|
20
23
|
|
|
21
|
-
- **🔌
|
|
22
|
-
- **🎯
|
|
24
|
+
- **🔌 Seamless Integration:** A single `pulsarEvmAdapter` factory function to integrate full EVM tracking capabilities into `@tuwaio/pulsar-core`.
|
|
25
|
+
- **🎯 Specialized Pipelines:** Distinct, optimized trackers for:
|
|
23
26
|
- **Standard EVM Transactions** (via `evmTracker` and `viem`).
|
|
24
|
-
- **Safe (formerly Gnosis Safe)**
|
|
25
|
-
- **Gelato
|
|
26
|
-
- **🤖 Automatic Routing:**
|
|
27
|
-
- **⚡ Built-in Actions:**
|
|
27
|
+
- **Safe (formerly Gnosis Safe) Multi-Sigs** (via `safeFetcher` and the Safe Transaction Service API).
|
|
28
|
+
- **Gelato Relayer Pipes** (via `gelatoFetcher` and the Gelato API).
|
|
29
|
+
- **🤖 Automatic Routing:** Automatically resolves the correct pipeline (Safe, Gelato, or standard EVM) based on the transaction context and wallet type.
|
|
30
|
+
- **⚡ Built-in Actions:** Ready-to-use actions for managing transaction state, including `speedUpTxAction` and `cancelTxAction`.
|
|
28
31
|
|
|
29
32
|
---
|
|
30
33
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/pulsar-evm",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Oleksandr Tkach",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
|
-
"description": "
|
|
7
|
+
"description": "Tier 4 of the TUWA Ecosystem. Low-level EVM state trackers and lifecycle indexers powered strictly by viem and wagmi primitives.",
|
|
8
8
|
"main": "./dist/index.js",
|
|
9
9
|
"module": "./dist/index.mjs",
|
|
10
10
|
"types": "./dist/index.d.ts",
|
|
@@ -49,19 +49,19 @@
|
|
|
49
49
|
"zustand": "5.x.x"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@tuwaio/orbit-core": "^0.2.
|
|
53
|
-
"@tuwaio/orbit-evm": "^0.2.
|
|
54
|
-
"@wagmi/core": "^3.
|
|
55
|
-
"dayjs": "^1.11.
|
|
56
|
-
"immer": "^11.1.
|
|
52
|
+
"@tuwaio/orbit-core": "^0.2.12",
|
|
53
|
+
"@tuwaio/orbit-evm": "^0.2.17",
|
|
54
|
+
"@wagmi/core": "^3.5.5",
|
|
55
|
+
"dayjs": "^1.11.21",
|
|
56
|
+
"immer": "^11.1.9",
|
|
57
57
|
"jsdom": "^29.1.1",
|
|
58
58
|
"tsup": "^8.5.1",
|
|
59
59
|
"typescript": "^6.0.3",
|
|
60
|
-
"viem": "^2.
|
|
61
|
-
"vitest": "^4.1.
|
|
62
|
-
"zustand": "^5.0.
|
|
60
|
+
"viem": "^2.54.2",
|
|
61
|
+
"vitest": "^4.1.9",
|
|
62
|
+
"zustand": "^5.0.14",
|
|
63
63
|
"dotenv": "^17.4.2",
|
|
64
|
-
"@tuwaio/pulsar-core": "^0.6.
|
|
64
|
+
"@tuwaio/pulsar-core": "^0.6.5"
|
|
65
65
|
},
|
|
66
66
|
"scripts": {
|
|
67
67
|
"start": "tsup src/index.ts --watch",
|