Commit Graph
272 Commits
Author SHA1 Message Date
Pravdyvy c0e879edae fix: suggestions fix 1 2026-01-27 09:46:31 +02:00
Václav Pavlín a8f41838ac bug(wallet): conflicting flag -h for transaction info 2026-01-22 09:29:54 +01:00
Daniil Polyakov fb62143398 Merge pull request #259 from logos-blockchain/arjentix/multi-chain-calls-in-private-tx
Implement private multi chain calls
2026-01-21 16:55:49 +03:00
Daniil Polyakov 173945a170 Merge pull request #289 from logos-blockchain/fryorcraken/wallet-acc-ls-rm-commas
Remove trailing commas on `wallet account ls` output
2026-01-20 03:35:31 +03:00
Daniil Polyakov 4e46dbbdf4 feat: implement private multi chain calls in wallet (nssa) 2026-01-17 02:28:31 +03:00
fryorcraken b8821693a8 Return keys for uninitialized accounts too 2026-01-16 11:31:11 +11:00
fryorcraken 9267cb59af Return keys for public accounts 2026-01-16 11:31:11 +11:00
fryorcraken 562ab63735 Move the feature to get --keys 2026-01-16 11:31:10 +11:00
fryorcraken 6484e0121c Remove trailing commas on wallet account ls output
The trailing commas is inconvenient:

1. For users trying to select an account id by double-clicking it in a terminal: the comma gets included in the selection
2. For dev parsing the `wallet account list` output: the commas needs to be handled
2026-01-16 11:30:11 +11:00
fryorcraken f4978c1bde add wallet account keys command to display ipk/npk
ipk and npk are needed to receive funds from an external account on a private account.

They are currently only displayed at account creation (`wallet account new private`). With this command, it is now possible to print them at any time.
2026-01-16 11:29:49 +11:00
Sergio Chouhy 54cc214c33 Merge pull request #284 from logos-blockchain/schouhy/fix-wallet
Fix wallet build
2026-01-14 10:44:09 -03:00
Daniil Polyakov 78e593285d Merge pull request #281 from logos-blockchain/chore/use-flag-instead-of-key
chore(wallet): use --all instead of fake option name all
2026-01-14 00:59:39 +03:00
Sergio Chouhy 8e131713de add tokio macros feature to wallet deps 2026-01-12 20:12:37 -03:00
Daniil Polyakov 2fcde81301 Merge pull request #262 from logos-blockchain/arjentix/refactor-integration-tests
Big integration tests refactor
2026-01-13 00:32:04 +03:00
Václav Pavlín 040dc9eff7 chore(wallet): use --all instead of fake option name all 2026-01-08 10:03:11 +01:00
fryorcraken 76839dd59a add wallet account list --long option
Display account details in the `account list` output when using the `-l|--long` option.
2026-01-07 16:10:38 +11:00
Daniil Polyakov 7296088005 feat: introduce parallel integration tests, wallet without global vars and etc 2025-12-31 04:30:22 +03:00
Daniil Polyakov 2d1ee4b279 Merge branch 'main' into Pravdyvy/amm-wallet-integration 2025-12-26 23:07:48 +03:00
Daniil Polyakov 48d1d0e858 fix: adjust to a new token vec instruction 2025-12-26 20:56:34 +03:00
Daniil Polyakov bece9a9108 Merge branch 'main' into Pravdyvy/token-burn-mint-wallet-update 2025-12-26 13:38:34 +03:00
Daniil Polyakov 9d37a88069 fix: proper type for token program instruction 2025-12-26 00:24:55 +03:00
Pravdyvy 639c282c61 fix: suggestions fix 2 2025-12-22 19:34:47 +02:00
Pravdyvy 0a1bbb9d21 fix: merge fix 2025-12-22 05:12:48 +02:00
Pravdyvy 22f6d92ca6 Merge branch 'main' into Pravdyvy/amm-wallet-integration 2025-12-22 05:00:50 +02:00
Pravdyvy 4f15237446 fix: suggestions fix 2025-12-22 04:42:32 +02:00
Pravdyvy e351279278 fix: merge ci fix 2025-12-22 04:14:54 +02:00
Pravdyvy c95c4b2f16 Merge branch 'main' into Pravdyvy/token-burn-mint-wallet-update 2025-12-22 04:04:09 +02:00
Pravdyvy f6c787e15f fix: suggestions fix 2025-12-22 04:02:12 +02:00
Daniil Polyakov 9b37a2a8b7 Merge pull request #248 from logos-blockchain/arjentix/build-docker-image
Publish sequencer_runner Docker image with CI
2025-12-19 21:05:28 +03:00
Pravdyvy d427d49c65 fix: suggestions added 2025-12-19 19:12:58 +02:00
PravdyvyandSergio Chouhy 1b0dea11f6 Update wallet/src/cli/programs/amm.rs
Co-authored-by: Sergio Chouhy <41742639+schouhy@users.noreply.github.com>
2025-12-19 19:02:39 +02:00
Daniil Polyakov 0ac7b5c702 feat: publish sequencer_runner docker image with CI 2025-12-19 18:48:13 +03:00
Daniil Polyakov ddf6e707ec feat: add cargo machete check to CI 2025-12-19 18:30:40 +03:00
Daniil Polyakov 87f45b8215 feat: move all crates into workspace 2025-12-19 18:30:40 +03:00
Sergio Chouhy 44f6f44fa2 Merge branch 'main' into schouhy/add-program-deployment-example-pda 2025-12-19 10:45:48 -03:00
Pravdyvy 144c037114 Merge branch 'main' into Pravdyvy/token-burn-mint-wallet-update 2025-12-19 12:13:43 +02:00
Daniil Polyakov f729072fae feat: allow private authorized uninitialized accounts 2025-12-18 21:48:37 +03:00
Sergio Chouhy ef97fade99 feat: unzip init proofs from nsk 2025-12-18 17:57:13 +03:00
Pravdyvy c1283d4a0c fix: public execution finalized 2025-12-18 11:44:38 +02:00
Pravdyvy 92b5dffec2 fix: public swaps 2025-12-17 14:21:36 +02:00
Pravdyvy b3dca76b67 fix: intercommit 2025-12-17 11:44:52 +02:00
Pravdyvy d4a471e948 feat: swaps, add/rem liq 2025-12-16 14:05:34 +02:00
Pravdyvy c5cca4376e Merge branch 'simple_amm' into Pravdyvy/amm-wallet-integration 2025-12-16 09:27:34 +02:00
jonesmarvin8 d78d97c815 Reapply "Merge branch 'main' into simple_amm"
This reverts commit 2419d4a112.
2025-12-15 18:13:31 -05:00
jonesmarvin8 2419d4a112 Revert "Merge branch 'main' into simple_amm"
This reverts commit 8dd1c2d846, reversing
changes made to 2e37e20014.
2025-12-15 17:53:20 -05:00
Pravdyvy 1599bd41ce Merge branch 'main' into Pravdyvy/token-burn-mint-wallet-update 2025-12-15 09:52:10 +02:00
Sergio Chouhy 165e331aea clippy 2025-12-12 20:10:10 -03:00
Sergio Chouhy 77fd189010 refactor to use privacy tail calls from send_privacy_preserving_tx and add the example runner 2025-12-12 14:21:07 -03:00
Pravdyvy 5212d456ab fix: integration tests 2025-12-12 13:40:56 +02:00
Sergio Chouhy bb58f7dd0a revert changes 2025-12-11 21:15:57 -03:00