Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
bd07f02
chore(build): update bundled Ant to 0.5.36 (#147)
meinharrd Jul 7, 2026
73ee4a0
feat(find): in-page search bar (Cmd/Ctrl+F)
flotob Jul 7, 2026
de47fdc
revert: feat(find): in-page search bar (Cmd/Ctrl+F)
flotob Jul 7, 2026
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
04d8e54
Update colibri-stateless to version 2.0.0
simon-jentzsch Jul 10, 2026
9189305
fix(build): synchronize colibri lockfile
flotob Jul 12, 2026
cd17b3d
Merge pull request #161 from simon-jentzsch/patch-1
flotob Jul 12, 2026
15ab32d
build(dist): refuse to ship the interim remote-signing bridge origin
flotob Jul 12, 2026
8ebd3f0
chore(build): update bundled Ant to v0.5.41
flotob Jul 12, 2026
4d1728b
Revert "chore(build): update bundled Ant to v0.5.41"
flotob Jul 12, 2026
bc831ce
chore(build): update bundled Ant to v0.5.41
flotob Jul 12, 2026
076e0d8
Merge pull request #162 from solardev-xyz/codex/update-ant-v0.5.41-pr
flotob Jul 12, 2026
1e038bd
Merge main into feature/openlv
flotob Jul 12, 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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to Freedom will be documented in this file.

## [Unreleased]

### Changed

- Updated bundled [Ant](https://github.com/solardev-xyz/ant) to 0.5.36: fixes the ~250 MiB upload stall, adds upload-side Reed-Solomon encoding, end-to-end Swarm content encryption, local pinning, and ACT access control
- The Swarm node's API now comes up instantly on start, so the node menu shows peers counting up live instead of sitting at 0 during startup

## [0.8.0] - 2026-07-02

### Added
Expand Down
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