theborakompanioni
096bfafa15
buil(deps): update tailwind, zustand, react-query
2026-04-09 20:29:51 +02:00
theborakompanioni
b230186514
build(deps): update storybook to v10.1.11
2026-04-09 20:29:51 +02:00
kunal-595
688069ef15
feat: derive account xpubs from seed instead of API
...
- Add @scure/bip32 and @scure/bip39 for BIP32/BIP39 derivation
- Create bip32.ts utility for deriving account-level xpubs from mnemonic
- Update AccountXpubsDialog to fetch seed and derive correct BIP84 account xpubs
- Derive account-level xpubs (m/84'/coin_type'/account') not child xpubs
- Convert to native segwit format (zpub/vpub) using SLIP-0132
- Simplify UI to show single account-level xpub per account
- Update translations to reflect account-level xpubs for watch-only import
Fixes issue where API returns wrong xpub derivation paths (address-level
instead of account-level). Now calculates correct xpubs locally from seed
as suggested by maintainer.
2026-04-09 20:29:50 +02:00
theborakompanioni
c0cbf84ed9
build(deps): update dependencies
...
@tanstack/react-query 5.90.9 → 5.90.10
@types/react 19.2.5 → 19.2.6
eslint-plugin-storybook 10.0.7 → 10.0.8
lint-staged 16.2.6 → 16.2.7
lucide-react 0.553.0 → 0.554.0
typescript-eslint 8.46.4 → 8.47.0
vite 7.2.2 → 7.2.4
2026-04-09 20:29:50 +02:00
theborakompanioni
dc9e82d0f5
build(deps): update husky to v9.1.7
2026-04-09 20:29:49 +02:00
theborakompanioni
79d934a175
build(deps): update react-i18next to v16.3.5
2026-04-09 20:29:49 +02:00
theborakompanioni
dc8e2ff9ee
build(deps): update @noble/hashes from v1.8.0 to v2.0.1
2026-04-09 20:29:49 +02:00
theborakompanioni
ad502b36b0
build(deps): update storybook
...
@chromatic-com/storybook 4.1.2 → 4.1.3
@storybook/addon-a11y 10.0.7 → 10.0.8
@storybook/addon-docs 10.0.7 → 10.0.8
@storybook/addon-vitest 10.0.7 → 10.0.8
@storybook/react-vite 10.0.7 → 10.0.8
2026-04-09 20:29:48 +02:00
theborakompanioni
e5f0622e23
build(deps): update vitest from v3.2.4 to v4.0.9
2026-04-09 20:29:48 +02:00
theborakompanioni
6a3cec7867
refactor: update eslint react hooks to v7.0.1 and fix issues
2026-04-09 20:29:48 +02:00
theborakompanioni
86eec0ddd0
chore(build): min node version is 24.11.1
2026-04-09 20:29:47 +02:00
theborakompanioni
7464cb09ba
build(deps): update vite from v6.4.1 to v7.2.2
2026-04-09 20:29:47 +02:00
theborakompanioni
9c35bf3dda
build(deps): update storybook to v10.0.7
2026-04-09 20:29:47 +02:00
theborakompanioni
0a3abfdfc0
build(deps): update dependencies
...
minor:
@chromatic-com/storybook 4.0.1 → 4.1.2
@eslint/js 9.29.0 → 9.39.1
@playwright/test 1.53.2 → 1.56.1
@storybook/addon-a11y 9.0.18 → 9.1.16
@storybook/addon-docs 9.0.18 → 9.1.16
@storybook/addon-vitest 9.0.18 → 9.1.16
@storybook/react-vite 9.0.18 → 9.1.16
@tanstack/react-query 5.89.0 → 5.90.9
@tanstack/react-table 8.20.6 → 8.21.3
@types/node 22.18.13 → 22.19.1
@types/react 19.1.17 → 19.2.5
@types/react-dom 19.1.11 → 19.2.3
eslint 9.35.0 → 9.39.1
globals 16.4.0 → 16.5.0
lint-staged 16.1.6 → 16.2.6
lucide-react 0.544.0 → 0.553.0
prettier-plugin-tailwindcss 0.6.14 → 0.7.1
react 19.1.1 → 19.2.0
react-dom 19.1.1 → 19.2.0
storybook 9.0.18 → 9.1.16
tailwind-merge 3.3.1 → 3.4.0
tw-animate-css 1.3.8 → 1.4.0
typescript-eslint 8.44.1 → 8.46.4
vite 6.3.7 → 6.4.1
patch:
@radix-ui/react-avatar 1.1.10 → 1.1.11
@radix-ui/react-label 2.1.7 → 2.1.8
@radix-ui/react-separator 1.1.7 → 1.1.8
@radix-ui/react-slot 1.2.3 → 1.2.4
@tailwindcss/vite 4.1.13 → 4.1.17
@tanstack/react-table 8.20.5 → 8.20.6
@types/node 22.18.6 → 22.18.13
@types/qrcode 1.5.5 → 1.5.6
@types/react 19.1.13 → 19.1.17
@types/react-dom 19.1.9 → 19.1.11
eslint-plugin-react-refresh 0.4.20 → 0.4.24
eslint-plugin-storybook 9.1.7 → 9.1.16
react-i18next 15.7.3 → 15.7.4
react-router-dom 7.9.1 → 7.9.6
tailwindcss 4.1.13 → 4.1.17
typescript ~5.9.2 → ~5.9.3
typescript-eslint 8.44.0 → 8.44.1
vite 6.3.6 → 6.3.7
2026-04-09 20:29:46 +02:00
theborakompanioni
d56c28d3d8
build(deps): update @joinmarket-webui/joinmarket-api-ts to v0.3.0
2026-04-09 20:29:46 +02:00
theborakompanioni
4b695e3646
build(deps): update @joinmarket-webui/joinmarket-api-ts to v0.2.0
2026-04-09 20:29:46 +02:00
theborakompanioni
07b15a03de
build(deps): pin react-table version
2026-04-09 20:29:45 +02:00
Thebora Kompanioni
84a820ea27
build(deps): add @joinmarket-webui/joinmarket-api-ts ( #986 )
...
* build(deps): add @joinmarket-webui/joinmarket-api-ts
* chore: remove jm-api in favour of public client
* build(deps): update joinmarket-api-ts to v0.1.0
* fix: svg attributes
2026-04-09 20:29:45 +02:00
Saurabh Singh
8c08c2e48f
feat: add tanstack for orderbook table
2026-04-09 20:29:41 +02:00
theborakompanioni
cb3b9d8e93
build(deps): update dependencies
...
@chromatic-com/storybook 4.0.0 → 4.0.1
@playwright/test 1.53.1 → 1.53.2
@radix-ui/react-accordion 1.2.11 → 1.2.12
@radix-ui/react-dialog 1.1.14 → 1.1.15
@radix-ui/react-select 2.2.5 → 2.2.6
@radix-ui/react-tooltip 1.2.7 → 1.2.8
@storybook/addon-a11y 9.0.12 → 9.0.18
@storybook/addon-docs 9.0.12 → 9.0.18
@storybook/addon-vitest 9.0.12 → 9.0.18
@storybook/react-vite 9.0.12 → 9.0.18
@tailwindcss/vite 4.1.10 → 4.1.13
@tanstack/react-query 5.87.1 → 5.87.4
@types/node 22.15.29 → 22.15.35
@types/react 19.1.8 → 19.1.13
@types/react-dom 19.1.6 → 19.1.9
conventional-changelog 7.1.0 → 7.1.1
eslint-plugin-storybook 9.0.12 → 9.0.18
husky 8.0.0 → 8.0.3
lint-staged 16.1.2 → 16.1.6
prettier-plugin-tailwindcss 0.6.13 → 0.6.14
react 19.1.0 → 19.1.1
react-dom 19.1.0 → 19.1.1
react-router-dom 7.6.2 → 7.6.3
sonner 2.0.5 → 2.0.7
storybook 9.0.12 → 9.0.18
tailwindcss 4.1.10 → 4.1.13
tw-animate-css 1.3.4 → 1.3.8
vite 6.3.5 → 6.3.6
zustand 5.0.7 → 5.0.8
@tanstack/react-query 5.87.4 → 5.89.0
@types/node 22.15.35 → 22.18.6
@vitejs/plugin-react 4.5.2 → 4.7.0
eslint 9.29.0 → 9.35.0
eslint-plugin-storybook 9.0.18 → 9.1.7
globals 16.2.0 → 16.4.0
lucide-react 0.518.0 → 0.544.0
prettier 3.5.3 → 3.6.2
react-i18next 15.5.3 → 15.7.3
react-router-dom 7.6.3 → 7.9.1
typescript ~5.8.3 → ~5.9.2
typescript-eslint 8.34.1 → 8.44.0
2026-04-09 20:29:40 +02:00
theborakompanioni
8ca65a112b
chore: add debugFeatures, routes and dev pages
2026-04-09 20:29:36 +02:00
theborakompanioni
4ac04d4f0a
chore(v2): use updated joinmarket-api-ts client
2026-04-09 20:29:36 +02:00
theborakompanioni
e3ff6ff5c9
chore(v2): pin versions
2026-04-09 20:29:36 +02:00
theborakompanioni
7a81688ac0
refactor: use zustand for auth store
2026-04-09 20:29:33 +02:00
Nischal Shetty
2035979c42
add V2 settings page
...
Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>
2026-04-09 20:29:32 +02:00
Nischal Shetty
ef9d425527
v2: Add cheatsheet to footer
2026-04-09 20:29:32 +02:00
Nischal Shetty
2553051931
feat: initialize i18n with translations
2026-04-09 20:29:31 +02:00
Nischal Shetty
f63a660932
feat: add receive page with amount input, selectable jar and QR code
2026-04-09 20:29:31 +02:00
Nischal Shetty
e54d0ba40e
chore(prettier): add prettierrc file and import sorting
...
Co-authored-by: theborakompanioni <theborakompanioni+github@gmail.com>
2026-04-09 20:29:30 +02:00
Nischal Shetty
b28173090a
Feat: Automatic Tailwind Class Sorting with Prettier
2026-04-09 20:29:30 +02:00
Nischal Shetty
3e1b4b80b5
initialize Jam V2
...
Co-authored-by: theborakompanioni <theborakompanioni+github@gmail.com>
2026-04-09 20:29:28 +02:00
dependabot[bot]
45fe5208a3
build(deps): bump @remix-run/router and react-router-dom ( #1014 )
...
Bumps [@remix-run/router](https://github.com/remix-run/react-router/tree/HEAD/packages/router ) to 1.23.2 and updates ancestor dependency [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ). These dependencies need to be updated together.
Updates `@remix-run/router` from 1.23.0 to 1.23.2
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/@remix-run/router@1.23.2/packages/router/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/@remix-run/router@1.23.2/packages/router )
Updates `react-router-dom` from 6.30.1 to 6.30.3
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.30.3/packages/react-router-dom )
---
updated-dependencies:
- dependency-name: "@remix-run/router"
dependency-version: 1.23.2
dependency-type: indirect
- dependency-name: react-router-dom
dependency-version: 6.30.3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-22 08:24:39 +01:00
theborakompanioni
dcfab496a0
chore(release): v0.4.1
2025-08-22 17:04:11 +02:00
Nischal Shetty
5a331ad137
fix: update dev:secondary script to use npm run dev
2025-08-04 23:38:11 +05:30
theborakompanioni
0031c6df11
chore(release): v0.4.0
2025-06-08 11:24:17 +02:00
Thebora Kompanioni
91e65339ed
build(deps): update dependencies ( #903 )
...
* build(deps): update update-browserslist-db
* build(deps): update bootstrap to v5.3.6
* build(deps): update i18next-browser-languagedetector
* build(deps): update lint-staged
* build(deps): update react-router-dom
2025-06-07 11:50:12 +02:00
theborakompanioni
370e6e4920
build(deps): update bootstrap to v5.3.5
2025-05-02 23:13:51 +02:00
theborakompanioni
53efa01a20
build(deps): update @table-library/react-table-library to v4.1.15
2025-05-02 23:09:48 +02:00
theborakompanioni
dc0a604613
build(deps): update http-proxy-middleware to v3.0.5
2025-05-02 22:59:59 +02:00
18c83fd3-25ea-4ed9-8205-2abeff9b3883
c608c583aa
feat: show progress during rescan ( #894 )
...
Co-authored-by: secure <secure@j5qqdmh7d7lzkvrzl7gqephod2s32lmt6hxoxhinkdozvathdnyxc6ad.onion>
2025-05-02 22:09:42 +02:00
Thebora Kompanioni
5491e88b53
chore: update regtest deps ( #882 )
...
* dev(regtest): update ergochat to v2.15.0
* dev(regtest): add new config param wallet_caching_disabled
* dev(regtest): update bitcoin core to v28
* dev(regtest): detach and wait for docker services
* dev(regtest): pin nginx image version
* dev(regtest): add healthcheck to bitcoind
* dev(regtest): add healtcheck to secondary jm containers
* dev(regtest): add healthcheck to primary jm containers
* dev(regtest): add healthcheck to nginx
* dev(regtest): update vanitytorgen repo ref
2025-05-02 15:19:31 +02:00
theborakompanioni
8f874a5842
build(deps): update prettier and lint-staged
2025-03-14 17:44:30 +01:00
theborakompanioni
8d8d996457
build(deps): downgrade react-router-dom to v6.28.2
2025-03-01 22:26:27 +01:00
theborakompanioni
94eb0a9acb
build(deps): update dependencies minor
2025-03-01 22:02:34 +01:00
theborakompanioni
ef8e9df833
build(deps): update dependencies patch
2025-03-01 21:55:58 +01:00
theborakompanioni
57b465ff18
build(deps): update dependencies
...
@emotion/react ^11.13.3 → ^11.14.0
@testing-library/jest-dom ^6.6.2 → ^6.6.3
@testing-library/react ^16.0.1 → ^16.1.0
husky ^9.1.6 → ^9.1.7
lint-staged ^15.2.10 → ^15.3.0
react-bootstrap ^2.10.5 → ^2.10.7
prettier ^3.3.3 → ^3.4.2
i18next-languagedetector ^8.0.0 → ^8.0.2
2025-01-04 15:11:12 +01:00
Thebora Kompanioni
68b7d3ff47
build(deps): update dependencies ( #863 )
...
@testing-library/jest-dom ^6.5.0 → ^6.6.2
@types/jest ^29.5.12 → ^29.5.14
@types/node ^22.5.4 → ^22.8.5
@types/react ^18.3.5 → ^18.3.12
@types/react-dom ^18.3.0 → ^18.3.1
http-proxy-middleware ^3.0.2 → ^3.0.3
husky ^9.1.5 → ^9.1.6
i18next ^23.15.1 → ^23.16.4
react-bootstrap ^2.10.4 → ^2.10.5
react-i18next ^15.0.1 → ^15.1.0
react-router-dom ^6.26.2 → ^6.27.0
2024-10-31 19:51:10 +01:00
Thebora Kompanioni
72d2c7d152
build: update node version ( #866 )
...
* build(deps): require node >=v22.11.0
* chore(build): add .nvmrc
2024-10-31 10:00:41 +01:00
theborakompanioni
66a100d932
chore(release): v0.3.0
...
Co-authored-by: Marnix Croes <93143998+MarnixCroes@users.noreply.github.com>
2024-10-02 10:11:35 +02:00
Thebora Kompanioni
2454966e04
build(deps): update dependencies ( #845 )
...
@emotion/react ^11.13.0 → ^11.13.3
@testing-library/jest-dom ^6.4.5 → ^6.5.0
@testing-library/react ^15.0.7 → ^16.0.1
@types/node ^17.0.35 → ^22.5.4
@types/react ^18.3.3 → ^18.3.5
conventional-changelog ^5.1.0 → ^6.0.0
http-proxy-middleware ^3.0.0 → ^3.0.2
husky ^9.1.4 → ^9.1.5
i18next ^23.13.0 → ^23.15.1
lint-staged ^15.2.9 → ^15.2.10
react-router-dom ^6.26.1 → ^6.26.2
2024-09-12 16:19:49 +02:00