165 Commits

Author SHA1 Message Date
Ricardo Guilherme Schmidt
9b25a7224a
fix(amm): read selected holdings once 2026-07-17 21:38:24 -03:00
Ricardo Guilherme Schmidt
43cdc0dced
fix(amm): pause hidden pool probes 2026-07-17 21:36:09 -03:00
Ricardo Guilherme Schmidt
d51856a34f
fix(amm): reuse pending LP accounts 2026-07-17 21:26:47 -03:00
Ricardo Guilherme Schmidt
f704ab6a45
fix(amm): contain compact navbar controls 2026-07-17 20:59:00 -03:00
Ricardo Guilherme Schmidt
a3bbcda7c2
fix(amm): reject exact output at pool reserve 2026-07-17 20:57:04 -03:00
Ricardo Guilherme Schmidt
a8de6b498c
fix(amm): reserve balance for exact-output slippage 2026-07-17 20:55:59 -03:00
Ricardo Guilherme Schmidt
7b595dc5da
fix(amm): keep trade controls reachable 2026-07-17 20:54:51 -03:00
Ricardo Guilherme Schmidt
d9852f2715
fix(amm): end submits when backend disconnects 2026-07-17 20:52:20 -03:00
Ricardo Guilherme Schmidt
07325ccf48
fix(wallet): sync new wallets in background 2026-07-17 20:49:53 -03:00
Ricardo Guilherme Schmidt
69c9783955
fix(amm): prevent swaps with identical tokens 2026-07-17 20:45:42 -03:00
Ricardo Guilherme Schmidt
0e6a38742d
fix(amm): apply slippage to exact-output input 2026-07-17 20:43:36 -03:00
Ricardo Guilherme Schmidt
a94731881f
fix(amm): label sample swaps as previews 2026-07-17 20:40:45 -03:00
Ricardo Guilherme Schmidt
8023195ec8
fix(amm): align reads with adopted wallet endpoint 2026-07-17 20:32:42 -03:00
Ricardo Guilherme Schmidt
cfaaba3bce
fix(amm): submit wallet mutations asynchronously 2026-07-17 20:29:19 -03:00
Ricardo Guilherme Schmidt
02a65aaf09
fix(amm): cancel submits after wallet changes 2026-07-17 20:15:39 -03:00
Ricardo Guilherme Schmidt
c5e4231890
fix(wallet): report partial creation failures 2026-07-17 20:12:47 -03:00
Ricardo Guilherme Schmidt
9c4ade7237
fix(wallet): surface background sync failures 2026-07-17 20:11:52 -03:00
Ricardo Guilherme Schmidt
f8c0fa63c0
fix(amm): cancel cached reads on endpoint change 2026-07-17 20:10:31 -03:00
Ricardo Guilherme Schmidt
d36afdf072
fix(amm): force fresh post-transaction reads 2026-07-17 20:09:27 -03:00
Ricardo Guilherme Schmidt
1f70ed51ba
fix(amm): reject failed identity responses 2026-07-17 20:07:04 -03:00
Ricardo Guilherme Schmidt
7d1bef9795
fix(wallet): avoid saving read-only snapshots 2026-07-17 20:06:15 -03:00
Ricardo Guilherme Schmidt
7a09449371
fix(wallet): stop reachability checks while closed 2026-07-17 20:05:03 -03:00
Ricardo Guilherme Schmidt
969a98aa27
fix(wallet): coalesce reachability probes 2026-07-17 20:03:33 -03:00
Ricardo Guilherme Schmidt
5c2e4fe462
fix(wallet): ignore stale reachability results 2026-07-17 20:01:49 -03:00
Ricardo Guilherme Schmidt
3721d88386
fix(wallet): guard deferred controller callbacks 2026-07-17 19:59:47 -03:00
Ricardo Guilherme Schmidt
0ef3c21fd3
fix(wallet): release completed snapshot state 2026-07-17 19:58:34 -03:00
Ricardo Guilherme Schmidt
3508bfbf42
fix(amm): deduplicate transaction status polls 2026-07-17 19:56:33 -03:00
Ricardo Guilherme Schmidt
72bde7af6e
fix(amm): avoid duplicate wallet context refreshes 2026-07-17 19:55:38 -03:00
Ricardo Guilherme Schmidt
a66ffddfe4
fix(amm): complete repeated context refreshes 2026-07-17 19:54:44 -03:00
Ricardo Guilherme Schmidt
1d1db9ba4e
fix(amm): reload changed sequencer configuration 2026-07-17 19:48:50 -03:00
Ricardo Guilherme Schmidt
ba23429fc4
fix(amm): evict stale accounts before forced reads 2026-07-17 19:45:07 -03:00
Ricardo Guilherme Schmidt
14dff686d1
fix(amm): refresh wallet holdings on context reload 2026-07-17 19:42:29 -03:00
Ricardo Guilherme Schmidt
df5152c5ee
fix(amm): back off network identity probes 2026-07-17 19:38:35 -03:00
Ricardo Guilherme Schmidt
57c3712bb8
fix(amm): align wallet RPC with public testnet
Pin wallet FFI to the rc6 sequencer contract while retaining the Darwin xcrun workaround. Add a regression check and matching core LGX outputs.
2026-07-17 18:48:57 -03:00
Ricardo Guilherme Schmidt
0e01962bec
feat: Introduce SequencerClient for enhanced account management and transaction querying
- Added SequencerClient class to handle asynchronous account reads and transaction queries.
- Updated NewPositionRuntime to integrate SequencerClient, allowing for improved wallet account management.
- Modified existing tests to accommodate changes in the new position schema from v1 to v2.
- Enhanced QML tests to validate new position form behavior with updated holding selections and context handling.
- Refactored code to ensure compatibility with the new SequencerClient functionalities.
2026-07-17 14:14:50 -03:00
Ricardo Guilherme Schmidt
90ba65f2d0
feat(wallet): implement asynchronous connection and snapshot handling 2026-07-17 14:09:11 -03:00
Ricardo Guilherme Schmidt
1692581f60
fix(amm): make flake portable across macOS and Linux 2026-07-17 09:26:13 -03:00
Ricardo Guilherme Schmidt
06054770ef
fix(amm-ui): require explicit liquidity inputs
Keep wallet assets as token choices without automatically selecting a pair. Keep pool-probe amounts internal so active-pool quotes do not populate the form before user input.
2026-07-16 15:46:50 +02:00
Ricardo Guilherme Schmidt
0c4c916ae4
refactor(amm-ui): defer token decimal inference
Keep token balances and amounts in raw integer units until the decimal display model receives dedicated UX analysis.
2026-07-16 15:46:50 +02:00
Ricardo Guilherme Schmidt
7c98ca7b42
feat(amm-ui): reshape liquidity position layout
Add responsive step navigation and a wider deposit workspace while preserving the shared create-pool and add-liquidity flow.
2026-07-16 15:46:50 +02:00
Ricardo Guilherme Schmidt
4a9ea6348d
refactor(amm): split client protocol into reusable API
Expose typed Rust request contracts and transport-independent operations for application clients. Keep the existing C ABI as a thin adapter so the AMM UI continues to use the same symbols.
2026-07-16 15:46:50 +02:00
Ricardo Guilherme Schmidt
6de8a5fe9a
feat(amm-ui): complete new position liquidity flow
Implement one create-pool and add-liquidity workflow. Add searchable token resolution, direct opening-price and deposit editing, optimistic pool activation, and base58 transaction IDs.

Isolate network, wallet, AMM client, and runtime boundaries. Stabilize quote, submission, refresh, and pool-probe state while consolidating liquidity tests and removing obsolete liquidity paths.
2026-07-16 15:46:50 +02:00
Ricardo Guilherme Schmidt
53a3d03f71
feat(amm-ui): refactor quote computation and introduce new position plan structures 2026-07-16 15:46:50 +02:00
Ricardo Guilherme Schmidt
8dd1189584
feat(amm-ui): implement new position flow #216
Replace prototype data and floating-point quotes with live wallet and
chain reads, exact Rust quote planning, and optimistic external-wallet
submission.

Add canonical display-order mapping, responsive QML states,
network-scoped program configuration, and packaged Rust client support.
2026-07-16 15:46:45 +02:00
Ricardo Guilherme Schmidt
6c682dbadd
test(amm-ui): validate new position flow #224 2026-07-16 15:16:38 +02:00
Ricardo Guilherme Schmidt
cede72715d
feat(amm-ui): wire new position QML flow #223 2026-07-16 15:16:38 +02:00
Ricardo Guilherme Schmidt
de1c239d80
feat(amm-ui): add new position backend API #222 2026-07-16 15:16:38 +02:00
Ricardo Guilherme Schmidt
8db90fda35
feat(amm-ui): add new position prototype #221 2026-07-16 15:16:37 +02:00
r4bbit
bfeff4f0b4
WIP 2026-07-16 15:16:37 +02:00
r4bbit
327618cc0c
fix(apps/amm): ensure changing endpoint works 2026-07-16 15:16:37 +02:00