Commit Graph
1521 Commits
Author SHA1 Message Date
jonesmarvin8 e2d7906930 fixed hardcoded account ids 2026-01-24 10:28:41 -05:00
jonesmarvin8 d22354a485 update wallet configs 2026-01-24 08:47:09 -05:00
jonesmarvin8 0939b7e1c6 update public account id domain separator 2026-01-23 20:45:47 -05:00
jonesmarvin8 877f879af3 cargo fmt 2026-01-21 17:11:51 -05:00
jonesmarvin8 75beecc6b9 update tests
Update tests for LEE domain separator.
2026-01-21 17:03:43 -05:00
jonesmarvin8andSergio Chouhy eaee772c86 Update key_protocol/src/key_management/key_tree/keys_public.rs
Co-authored-by: Sergio Chouhy <41742639+schouhy@users.noreply.github.com>
2026-01-14 10:51:11 -05:00
jonesmarvin8andSergio Chouhy 537eeb63dc Update key_protocol/src/key_management/key_tree/keys_public.rs
Co-authored-by: Sergio Chouhy <41742639+schouhy@users.noreply.github.com>
2026-01-14 10:50:59 -05:00
jonesmarvin8 874aa09b82 fixes 2026-01-12 17:27:44 -05:00
jonesmarvin8 ab37740348 Merge branch 'main' into marvin/public_keys 2026-01-12 16:02:56 -05: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
jonesmarvin8andSergio Chouhy 4620219408 Update key_protocol/src/key_management/key_tree/keys_public.rs
Co-authored-by: Sergio Chouhy <41742639+schouhy@users.noreply.github.com>
2026-01-07 18:10:02 -05: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 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 065eeac3b2 minor clean up and fmt 2025-12-23 17:42:30 -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 3c21f4418f public key protocol fixed 2025-12-22 19:47:59 -05:00
jonesmarvin8andDaniil Polyakov 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
jonesmarvin8andDaniil Polyakov 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
jonesmarvin8andDaniil Polyakov 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
jonesmarvin8andDaniil Polyakov 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
jonesmarvin8andDaniil Polyakov 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
jonesmarvin8andDaniil Polyakov 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