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
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
Sergio Chouhy
71b59af774
Merge pull request #271 from logos-blockchain/schouhy/fix-dockerfile
...
Add r0vm binary to docker runtime stage
2026-01-12 19:23:56 -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
Danish Arora
2022f28228
fix: program deployment tutorial ( #277 )
2026-01-12 13:13:34 +05:30
fryorcraken
1b5521b5c9
Merge pull request #279 from logos-blockchain/fryorcraken/detailed-account-ls
...
add `wallet account list --long` option
2026-01-09 09:16:17 +11: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
Sergio Chouhy
5db00ceab3
add r0vm binary to runtime stage
2026-01-06 16:57:03 -03:00
Daniil Polyakov
f98c645642
fix: skip tps_test in ci
2025-12-31 13:50:11 +03:00
Daniil Polyakov
e7ee114d9f
chore: fix cargo machete
2025-12-31 04:33:18 +03: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
1d09afd9e0
Merge pull request #245 from logos-blockchain/Pravdyvy/amm-wallet-integration
...
AMM-wallet integration (Public part)
2025-12-26 23:52:10 +03:00
Daniil Polyakov
2d1ee4b279
Merge branch 'main' into Pravdyvy/amm-wallet-integration
2025-12-26 23:07:48 +03:00
Daniil Polyakov
f2235548da
Merge pull request #237 from logos-blockchain/Pravdyvy/token-burn-mint-wallet-update
...
Token burn mint wallet update
2025-12-26 22:48:27 +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
f4a8429461
Merge pull request #232 from logos-blockchain/marvin/nfts
...
initialize nft branch
2025-12-26 01:00:50 +03:00
Daniil Polyakov
9d37a88069
fix: proper type for token program instruction
2025-12-26 00:24:55 +03:00
Daniil Polyakov
de751952af
fix: fmt and lints
2025-12-25 17:05:06 +03:00
Daniil Polyakov
e81d7f099d
Merge branch 'main' into marvin/nfts
2025-12-25 17:01:46 +03:00
Daniil Polyakov
5d30de695f
fix: use u128::MAX instead of overflowing 2.pow(128)
2025-12-25 16:59:49 +03:00
Daniil Polyakov
cecf39cecd
Merge pull request #254 from logos-blockchain/schouhy/amm-wallet-integration-readme
...
Add amm section to the readme
2025-12-24 23:20:35 +03:00
Daniil Polyakov
28b64e87f5
Merge pull request #152 from logos-blockchain/simple_amm
...
initialize amm program PR
2025-12-24 23:03:14 +03:00
Daniil Polyakov
2e82d2ddb8
chore: fix lints, fmt and artifacts
2025-12-24 03:39:39 +03:00
jonesmarvin8
e6a73a02b5
artifacts commitment
2025-12-23 18:03:00 -05:00
jonesmarvin8
c6531aaab4
accountid removed conflict
2025-12-23 17:36:58 -05:00
jonesmarvin8
c25e93edd5
cargo fmt and clippy
2025-12-23 17:31:03 -05:00
jonesmarvin8
fcdd6e96a5
clippy and fmt
2025-12-23 17:26:38 -05:00
jonesmarvin8
c5e640d56c
Merge branch 'main' into marvin/nfts
2025-12-23 14:01:28 -05:00
jonesmarvin8
56151e9d3d
remove unused file from merge
...
Accidental inclusion
2025-12-23 11:06:18 -05:00
jonesmarvin8
8289c07b28
Merge branch 'main' into simple_amm
2025-12-23 11:03:11 -05:00
jonesmarvin8
a84057561e
various fixes from comments
2025-12-22 19:52:39 -05:00
jonesmarvin8
072cf5cd0f
various fixes from comments
2025-12-22 19:51:41 -05:00
jonesmarvin8
5baa759283
Update nssa/program_methods/guest/src/bin/token.rs
...
Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
2025-12-22 18:26:33 -05:00
jonesmarvin8
ca7cc10f7c
Update nssa/program_methods/guest/src/bin/token.rs
...
Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
2025-12-22 18:26:19 -05:00
jonesmarvin8
c49a3afec7
Update nssa/program_methods/guest/src/bin/token.rs
...
Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
2025-12-22 18:25:21 -05:00
jonesmarvin8
fe3c11fd3e
Update nssa/program_methods/guest/src/bin/token.rs
...
Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
2025-12-22 18:24:59 -05:00
Pravdyvy
639c282c61
fix: suggestions fix 2
2025-12-22 19:34:47 +02:00
jonesmarvin8
05d34bf9ec
Update nssa/program_methods/guest/src/bin/amm.rs
...
Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
2025-12-22 11:41:44 -05:00
jonesmarvin8
32de4e2990
Update nssa/program_methods/guest/src/bin/amm.rs
...
Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
2025-12-22 11:41:19 -05:00
Pravdyvy
0a1bbb9d21
fix: merge fix
2025-12-22 05:12:48 +02:00
Pravdyvy
22c60cb97f
fix: lock update
2025-12-22 05:01:04 +02:00
Pravdyvy
22f6d92ca6
Merge branch 'main' into Pravdyvy/amm-wallet-integration
2025-12-22 05:00:50 +02:00
Pravdyvy
c1a999c02e
fix: new artifacts
2025-12-22 04:55:15 +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