Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
178f013
feat(wallet): OpenLV remote-signer core (protocol, broker, backend)
flotob Jul 8, 2026
9629517
feat(wallet): phone account model and Connect Phone flow
flotob Jul 8, 2026
2359581
feat(wallet): remote signing UX with QR panel across approval flows
flotob Jul 8, 2026
95f175d
feat(wallet): bridge page for third-party phone wallets + full E2E
flotob Jul 8, 2026
8cae53b
chore(wallet): point bridge QR at interim test deployment
flotob Jul 9, 2026
9addbc2
fix(wallet): switch the phone wallet to the tx chain before sending
flotob Jul 9, 2026
624ff4d
feat(openlv): iife bundle flavor + iOS cross-stack test harness
flotob Jul 9, 2026
870c209
feat(openlv): harness /reset endpoint for multi-test runs
flotob Jul 9, 2026
139a6e1
fix(bridge): lazy wallet connect + "Open in Freedom app" button
flotob Jul 9, 2026
9e08dd2
feat(openlv): harness tx mode for the iOS broadcast-mining test
flotob Jul 9, 2026
d9239ee
refactor(openlv): move the bridge page to its own repo
flotob Jul 9, 2026
830e1d5
fix(e2e): skip remote-signing spec when freedom-bridge isn't checked out
flotob Jul 9, 2026
0c234cd
fix(tests): correct broker-helper path in the openlv protocol test
flotob Jul 9, 2026
17dd043
fix(tests): WebSocket polyfill for the openlv protocol test on Node 20
flotob Jul 9, 2026
15ab32d
build(dist): refuse to ship the interim remote-signing bridge origin
flotob Jul 12, 2026
1e038bd
Merge main into feature/openlv
flotob Jul 12, 2026
e794e1b
chore(openlv): merge latest main
flotob Aug 21, 2026
e2499f5
feat(wallet): pin remote-signing BRIDGE_ORIGIN to production host
meinharrd Aug 22, 2026
4fd1700
Merge pull request #159 from solardev-xyz/feature/openlv
meinharrd Aug 22, 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
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ module.exports = {
'^.+\\.js$': 'babel-jest',
},
transformIgnorePatterns: [
'/node_modules/(?!(@scure|@noble|micro-key-producer|micro-packed)/)',
'/node_modules/(?!(@scure|@noble|micro-key-producer|micro-packed|@openlv|websocket-mqtt|ts-pattern)/)',
],
};
Loading
Loading