Commit graph

  • a1abd6c7e6
    feat: add language selector to login page (#1431) devel Thebora Kompanioni 2026-08-13 08:23:27 +02:00
  • cbac04af49
    Merge 6cd5933ecf into 0b707f44fc Thebora Kompanioni 2026-08-12 14:31:54 +00:00
  • 6cd5933ecf
    chore(pre-release): v2.0.0-beta.3 pre-release/v2.0.0-beta.3 theborakompanioni 2026-08-10 10:54:24 +02:00
  • 45dbccb036
    feat: add language selector to login page theborakompanioni 2026-08-12 12:05:31 +02:00
  • 813989e7b7
    chore(settings): hover and pointer only for items with action theborakompanioni 2026-08-12 11:47:14 +02:00
  • a4eb92ea68
    chore: rename SettingItem -> SettingsItem theborakompanioni 2026-08-12 11:43:35 +02:00
  • 349462ba59
    chore: remove wrapper from language selector and move to ui module theborakompanioni 2026-08-12 11:33:23 +02:00
  • 0b707f44fc
    fix(a11y): make settings rows keyboard-accessible (#1430) Anirudh Patwal 2026-08-12 14:25:54 +05:30
  • 9795b37d3c
    chore: cx to cn theborakompanioni 2026-08-12 10:51:20 +02:00
  • 83c5d621e5 fix(a11y): keep settings row width unchanged Anirudh 2026-08-12 04:50:05 +05:30
  • ed35331952 fix(a11y): make settings rows keyboard-accessible Anirudh 2026-08-12 01:25:30 +05:30
  • 69423b6b1d
    perf(context): optimize combinedUtxosHash from O(n^2) to O(n) (#1424) Aman Yadav 2026-08-12 00:48:00 +05:30
  • 6a32c9f0d9
    refactor: use concatBytes in combinedUtxosHash theborakompanioni 2026-08-11 20:56:53 +02:00
  • d406a18456
    feat: add orderbook availability pre-check for send and sweep (#1407) Kishore B 2026-08-12 00:19:16 +05:30
  • edc990e426
    chore: use useQueryOrderbook on Earn page theborakompanioni 2026-08-11 20:38:16 +02:00
  • 4dfecc8b4b
    Merge branch 'devel' into kishore/precheck-orderbook Thebora Kompanioni 2026-08-11 20:09:00 +02:00
  • d867c8c6b0
    chore(storybook): add story for OrderbookEmptyAlert theborakompanioni 2026-08-11 19:46:48 +02:00
  • 5ddb9a5f00
    feat: add recheck button to OrderbookEmptyAlert theborakompanioni 2026-08-11 19:43:58 +02:00
  • c7fef02ac7
    chore(orderbook): rephrase alert_precheck_empty_title theborakompanioni 2026-08-11 19:18:51 +02:00
  • 13630865dd
    refactor: destruct orderbookCheck query theborakompanioni 2026-08-11 18:42:50 +02:00
  • 047a8ab779
    refactor(ui): consolidate Send and Sweep precondition alerts (#1402) Kishore B 2026-08-11 21:50:55 +05:30
  • e7cf23c61e refactor(ui): consolidate Send and Sweep precondition alerts kishore08-07 2026-08-02 22:24:37 +05:30
  • d9918b30b0
    fix(earn): export complete report as CSV (#1426) Guflly 2026-08-11 08:49:57 -07:00
  • 04c62c12fd
    fix(fb): explain missing eligible UTXOs (#1408) Parth 2026-08-11 13:23:42 +05:30
  • 5a7055a107
    Merge branch 'devel' into parth/fb-utxo-info theborakompanioni 2026-08-11 09:43:33 +02:00
  • a266841a16
    chore: add links to fb create info theborakompanioni 2026-08-11 09:42:38 +02:00
  • fdf6e36cd8 fix: export all earn report rows Guflly 2026-08-10 17:27:12 -07:00
  • c832b80a2f
    feat(earn): show own offer status in local orderbook (#1420) Parth 2026-08-11 01:34:39 +05:30
  • 12077f4226
    chore: add OfferCard story theborakompanioni 2026-08-10 21:33:25 +02:00
  • 60219458c8
    chore(earn): set stale time to offer in orderbook check query theborakompanioni 2026-08-10 20:03:49 +02:00
  • 201883aea2
    chore(earn): show state change on isFetching rather than isLoading theborakompanioni 2026-08-10 19:55:23 +02:00
  • 0e792df5c1
    fix(earn): adapt local orderbook polling Parth Bandwal 2026-08-10 22:31:16 +05:30
  • 0353e745ff
    fix(earn): delay local orderbook checks Parth Bandwal 2026-08-10 22:23:14 +05:30
  • b9e3b8436d
    Merge branch 'devel' into fix_1421 Thebora Kompanioni 2026-08-10 18:35:50 +02:00
  • 263305d193 fix(lint): rename ctx to context and remove unused eslint-disable comment Aman Yadav 2026-08-10 17:29:54 +05:30
  • 6de35c683e perf(context): replace O(n^2) spread-reduce with O(n) Uint8Array.set() in combinedUtxosHash Aman Yadav 2026-08-10 16:56:20 +05:30
  • f018731b32
    Merge a4f5857b2c into 1535a8148e Thebora Kompanioni 2026-08-10 11:06:43 +02:00
  • a4f5857b2c docs(readme): remove citadel tbk/docs theborakompanioni 2026-07-29 23:44:02 +02:00
  • ced0401e3c feat(orderbook): add orderbook availability pre-check for send and sweep kishore08-07 2026-08-04 12:58:29 +05:30
  • 1535a8148e
    chore(build): fix lint warnings in form validation test theborakompanioni 2026-08-09 22:58:11 +02:00
  • 6022ed3d41
    fix(a11y): make balance visibility toggle keyboard-accessible (#1412) GuTS805 2026-08-10 00:35:49 +05:30
  • 8f9d8d5917
    fix(validation): correctly handle zero block height in blockHeightField (#1414) Aman Yadav 2026-08-10 00:27:31 +05:30
  • 60da2dd4ed
    Merge branch 'devel' into fix/balance-toggle-keyboard-accessibility Thebora Kompanioni 2026-08-09 20:50:22 +02:00
  • 56541c5c29
    fix(fb): re-freeze fidelity bond utxo when renew/move sweep fails (#1399) Anirudh Patwal 2026-08-10 00:17:48 +05:30
  • b9f2730a72
    feat(wallet): implement wallet transaction history (#1368) Kishore B 2026-08-10 00:14:07 +05:30
  • 037bf95784
    chore(dev): expose orderbook watcher for dev container theborakompanioni 2026-08-09 20:37:53 +02:00
  • 79852b012d
    chore: hide tx history behind feature toggle theborakompanioni 2026-08-09 19:03:34 +02:00
  • c028a5b4ca
    fix(earn): select advertised fidelity bond Parth Bandwal 2026-08-09 21:41:52 +05:30
  • 252ee143ec
    fix(earn): respect locale in bond value Parth Bandwal 2026-08-09 21:38:05 +05:30
  • 152793a11b
    ui(send): improve active collaborative send info (#1413) Kishore B 2026-08-09 21:24:34 +05:30
  • 3a96fd5e46
    chore(ui): blur forms when maker/taker operation is running theborakompanioni 2026-08-09 17:36:35 +02:00
  • 61c06db0d6
    feat(earn): track offer in local orderbook Parth Bandwal 2026-08-09 20:30:46 +05:30
  • 3c87c346ab
    feat(earn): show local offer status Parth Bandwal 2026-08-09 20:27:57 +05:30
  • 34174c5602
    test(sweep): complete wallet info mock Parth Bandwal 2026-08-06 22:11:20 +05:30
  • 79dce2a271
    refactor(fb): derive eligibility in wallet context Parth Bandwal 2026-08-06 21:56:42 +05:30
  • 4681a68086
    fix(fb): explain missing eligible UTXOs Parth Bandwal 2026-08-04 14:23:42 +05:30
  • ee089beb4e
    refactor(fb): centralize eligible UTXO check Parth Bandwal 2026-08-04 13:59:55 +05:30
  • 8b2f02b980 fix(send): correctly handle null amount on direct sweep sends Anirudh 2026-08-08 06:56:46 +05:30
  • ecdba5f4c3
    chore(ui): ActiveCollaborativeSendAlert is an Item component theborakompanioni 2026-08-08 00:30:39 +02:00
  • 2d30378b92
    chore(storybook): add ActiveCollaborativeSendAlert story theborakompanioni 2026-08-07 22:50:03 +02:00
  • 7ee075343f
    chore: remove schedulerRunning flag from send alert theborakompanioni 2026-08-07 22:02:41 +02:00
  • 8eef1958a5
    build(deps): update dependencies (#1416) Thebora Kompanioni 2026-08-07 19:56:18 +02:00
  • f97c4b34ad
    build(deps): update dependencies theborakompanioni 2026-08-07 17:21:42 +02:00
  • 88d12051f2 fix(validation): correctly handle zero block height in blockHeightField Aman Yadav 2026-08-07 02:17:59 +05:30
  • 7077d3c7d5 refactor(send): improve active collaborative send alert kishore08-07 2026-08-05 20:32:39 +05:30
  • 043e43588d fix(fb): guard bond re-freeze with sweepBroadcasted, move refetch to finally Anirudh 2026-08-05 19:06:42 +05:30
  • 28888dbb6d
    refactor: externalize hardcoded polling intervals and delays (#1406) Kishore B 2026-08-05 18:18:52 +05:30
  • e4db24a671 fix: make balance visibility toggle keyboard-accessible GuTS805 2026-08-05 10:14:37 +05:30
  • d0326db3e7
    chore(ui): align buttons in logs and earn report (#1405) Thebora Kompanioni 2026-08-04 19:22:54 +02:00
  • 4fd0766c38
    chore: align search input and button rows in earn report and logs theborakompanioni 2026-08-04 19:06:45 +02:00
  • 9fb32af42f
    fix: pin toLocaleString() calls to en-US locale (#1400) GuTS805 2026-08-04 22:32:48 +05:30
  • 143e6a4c79 refactor(constants): move schedule polling interval dev config to env.dev kishore08-07 2026-08-04 22:23:57 +05:30
  • 8e5632050b style(wallet): update taker role badge variant to cj-change in TxHistoryTable kishore08-07 2026-08-04 22:12:27 +05:30
  • 9e72bf3042 feat(wallet): migrate transaction history to dedicated page and update dashboard view kishore08-07 2026-08-04 19:06:00 +05:30
  • 9299c4cd68
    Update src/i18n/locales/en/translation.json Kishore B 2026-08-04 17:00:56 +05:30
  • ef417a2093
    Merge branch 'devel' into kishore/transaction-history Kishore B 2026-08-04 16:58:53 +05:30
  • c54ec4076f updated changes Anirudh 2026-08-04 02:01:25 +05:30
  • 7db8545b75 fix: address review feedback, adapt tests instead of hardcoding locale in components GuTS805 2026-08-03 21:33:33 +05:30
  • 7e6afecaa0 refactor: externalize hardcoded polling intervals and delays kishore08-07 2026-08-02 23:16:05 +05:30
  • 67965c26c2
    chore(report): align buttons theborakompanioni 2026-08-03 13:04:59 +02:00
  • 986aea014c
    Merge branch 'devel' into fix/pin-tolocalestring-locale GuTS805 2026-08-03 16:10:32 +05:30
  • 4c2a886c6b
    chore: print console warning (#1403) Thebora Kompanioni 2026-08-03 12:08:34 +02:00
  • 08eaeef08a
    chore: print console warning theborakompanioni 2026-08-02 19:58:33 +02:00
  • 4a90f342ff
    refactor: use specific address type in ambiguity check (#1404) Thebora Kompanioni 2026-08-02 21:33:04 +02:00
  • c70a8892a6
    chore(build): remove console.debug from prod build (#1401) Thebora Kompanioni 2026-08-02 21:30:28 +02:00
  • ab2bad3667
    refactor: use specific address type in ambiguity check theborakompanioni 2026-08-02 20:29:50 +02:00
  • be5d8352ac
    chore(build): remove console.debug from prod build theborakompanioni 2026-08-02 15:35:09 +02:00
  • 3e359fe3d4 fix: satisfy lint rules in fidelity bond sweep tests Anirudh 2026-08-02 15:13:08 +05:30
  • db7c4b2231 fix: pin toLocaleString() calls to en-US locale Several number formatting call sites relied on the host machine's default locale instead of a fixed one, causing inconsistent digit grouping in the UI and non-deterministic test failures on non-US locales. GuTS805 2026-08-02 14:57:30 +05:30
  • b70b51035c fix(fb): re-freeze fidelity bond utxo when renew/move sweep fails after unfreezing it Anirudh 2026-08-02 14:46:54 +05:30
  • 51a23b4c5a
    fix(validation): distinguish testnet and regtest for bech32 addresses (#1395) Ash 2026-08-02 13:53:24 +05:30
  • 898168ccbb
    test(validation): pin testnet/regtest separation for bech32m taproot addresses Ashish Kumar Dash 2026-08-02 00:03:38 +05:30
  • 743210e68d
    docs(test): correct base58 address type in comment (P2PKH, not P2SH) Ashish Kumar Dash 2026-08-01 15:05:45 +05:30
  • 4b1c1373ce
    fix(validation): distinguish testnet and regtest for bech32 addresses Ashish Kumar Dash 2026-08-01 12:16:59 +05:30
  • 1c23525da5
    chore(pre-release): v2.0.0-beta.2 v2.0.0-beta.2 master theborakompanioni 2026-07-30 18:43:12 +02:00
  • 471442ad80
    chore: improve texts and add more tests for precondition alerts theborakompanioni 2026-07-31 23:14:59 +02:00
  • 1a22e97cfb
    chore(earn): precondition alerts with non-frozen fb warning theborakompanioni 2026-07-31 22:44:41 +02:00
  • 6d7b0362e3
    chore: send/sweep precondition alerts with non-frozen fb warning theborakompanioni 2026-07-31 21:13:51 +02:00
  • 25246e1690
    chore(fb): freeze utxo after creating fb theborakompanioni 2026-07-31 17:23:45 +02:00
  • edf97c30a7
    chore(fb): freeze utxo after renewing fb theborakompanioni 2026-07-31 16:34:17 +02:00