Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7fd539f
feat: add Superfluid protocol
Philotheephilix May 3, 2026
d85873a
Merge PR #1106 from Philotheephilix/feat/superfluid-protocol
suisuss May 4, 2026
f2bcdc8
feat: KEEP-434 use defaultFallbackWss when primary fails, add probe t…
suisuss May 6, 2026
e09214c
test: KEEP-434 cover fallback walk on reconnect and primary recovery
suisuss May 6, 2026
9ac8fd8
fix: KEEP-434 wrap WebSocket creation so ws errors do not crash the pod
suisuss May 6, 2026
b01064b
fix(superfluid): KEEP-415 address must-fix items from review
suisuss May 6, 2026
be092fe
test: KEEP-434 add DNS NXDOMAIN integration case and ethers compatibi…
suisuss May 6, 2026
67a504d
test(superfluid): KEEP-415 add Sepolia on-chain integration test
suisuss May 6, 2026
cbb4c0b
test(superfluid): KEEP-415 expand integration coverage to all 16 actions
suisuss May 6, 2026
4ede57b
chore(superfluid): KEEP-415 add missing protocol icon
suisuss May 6, 2026
9b74b61
fix(agentic-wallet): allow data-chain workflow listings to accept pay…
eskp May 6, 2026
a71fc5e
chore(superfluid): KEEP-415 swap protocol icon for cleaner mark
suisuss May 6, 2026
f012176
test(superfluid): KEEP-415 capture live-demo workflow fixtures
suisuss May 6, 2026
6c502db
test(superfluid): KEEP-415 add live-test driver scripts
suisuss May 6, 2026
68cf0c3
chore(superfluid): KEEP-415 drop scripts/ duplicates after move to te…
suisuss May 6, 2026
6238e57
Merge pull request #1144 from KeeperHub/simon/keep-432-data-chain-pay…
eskp May 6, 2026
30de62c
chore(scripts): KEEP-415 take FUNDER_PK directly via env, not via fil…
suisuss May 6, 2026
9ee123d
refactor(rpc): KEEP-415 single source of truth for chain RPCs in test…
suisuss May 6, 2026
ef333b6
chore(superfluid): KEEP-415 move live-test scripts out of keeperhub
suisuss May 6, 2026
fc82651
Merge pull request #1142 from KeeperHub/feat/KEEP-434-event-tracker-f…
suisuss May 6, 2026
1fc53fd
Merge pull request #1114 from KeeperHub/feat/KEEP-415-superfluid-prot…
suisuss May 6, 2026
eca3856
fix(executor): resolve {{@}} templates referencing run-code output (K…
eskp May 6, 2026
ab8c342
test(executor): cover wrapper edge cases in template resolver (KEEP-442)
eskp May 6, 2026
b4e3a86
Merge pull request #1147 from KeeperHub/feature/keep-442-http-request…
eskp May 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion keeperhub-events/event-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@
"@aws-sdk/client-sqs": "^3.1005.0",
"ethers": "^6.13.4",
"ioredis": "^5.4.2",
"uuid": "^14.0.0"
"uuid": "^14.0.0",
"ws": "^8.17.1"
},
"devDependencies": {
"@types/node": "^24.12.2",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.5.13",
"tsup": "^8.3.5",
"tsx": "^4.0.0",
"vite": "^8.0.9",
Expand Down
Loading
Loading