Commit Graph
1397 Commits
Author SHA1 Message Date
Pravdyvy bb6cf322a0 Merge branch 'main' into Pravdyvy/amm-wallet-integration 2025-12-15 10:40:46 +02:00
Pravdyvy 93b616a434 fix: lock updates 2025-12-15 10:00:19 +02:00
Sergio Chouhy 5fe29016b7 Merge pull request #233 from logos-blockchain/schouhy/add-program-deployment-example
Program deployment tutorial and examples
2025-12-12 20:07:46 -03:00
jonesmarvin8 213e8dfb82 Merge pull request #224 from logos-blockchain/marvin/token_burn_mint
add burn and mint to Token Program
2025-12-12 16:29:07 -05:00
jonesmarvin8 ae50ff65fa fixed conflicts with token rs from main 2025-12-12 16:27:27 -05:00
jonesmarvin8 fac1dc19e2 merge main minus token rs 2025-12-12 16:13:13 -05:00
jonesmarvin8 30b4c8036e Merge pull request #238 from logos-blockchain/marvin/privacy_nonce_rearrangement
Rearrange nonce increment for privacy transactions
2025-12-12 15:53:58 -05:00
Sergio Chouhy 63f102643b add instructions to get the hello world program id in hex 2025-12-12 14:30:36 -03:00
Sergio Chouhy 7453734dbe add important note 2025-12-12 10:55:03 -03:00
Sergio Chouhy 3e3ee9ba36 taplo fmt 2025-12-12 10:30:57 -03:00
Sergio Chouhy bb58f7dd0a revert changes 2025-12-11 21:15:57 -03:00
Sergio Chouhy 8c92a58bbc add program deployment examples 2025-12-11 20:59:37 -03:00
jonesmarvin8 2d8722b7d0 nonce code shifting 2025-12-11 08:59:28 -05:00
Sergio Chouhy abb1fc5e45 Merge pull request #151 from logos-blockchain/schouhy/implement-privacy-preserving-tail-calls
Implement privacy preserving tail calls
2025-12-11 08:08:23 -03:00
Sergio Chouhy 1b2962fa03 add missing check on pre_states for privacy tail calls 2025-12-10 23:10:25 -03:00
Sergio Chouhy 33ee1fc72e Merge pull request #236 from logos-blockchain/schouhy/move-modified-transfer-to-test-methods
Move modified transfer program to test programs
2025-12-10 18:13:47 -03:00
Sergio Chouhy d7f0346671 fix test 2025-12-10 15:57:43 -03:00
Sergio Chouhy 5276cc8f07 Merge branch 'schouhy/move-modified-transfer-to-test-methods' into schouhy/implement-privacy-preserving-tail-calls 2025-12-10 14:51:46 -03:00
Sergio Chouhy e9c9058827 move modified transfer program to test programs 2025-12-10 14:07:06 -03:00
Sergio Chouhy c6f0782d26 Merge pull request #221 from logos-blockchain/schouhy/add-wallet-deploy-command
Add deploy program command to wallet
2025-12-10 13:57:12 -03:00
jonesmarvin8 340c9c4ce6 redundant underflow check added 2025-12-10 08:12:17 -05:00
Sergio Chouhy 9637b8b666 Merge branch 'main' into schouhy/add-wallet-deploy-command 2025-12-10 09:58:45 -03:00
Daniil Polyakov cd2430c2ee Merge pull request #229 from logos-blockchain/arjentix/iss-186-fix-wallet-sync-print-spam
Remove print spam when running wallet account sync-private
2025-12-10 14:24:26 +03:00
Pravdyvy 0ac5cbb35d Merge pull request #215 from logos-blockchain/Pravdyvy/tree-ux-updates
KeyTree UX updates
2025-12-10 11:33:06 +02:00
Pravdyvy 45e3223d51 fix: merge fix 2025-12-10 10:25:33 +02:00
Pravdyvy 81316f6766 Merge branch 'main' into Pravdyvy/tree-ux-updates 2025-12-10 10:18:07 +02:00
Pravdyvy 81393925d0 Merge pull request #211 from logos-blockchain/Pravdyvy/private-definition-token
Private TokenDefinition support
2025-12-10 10:03:42 +02:00
Pravdyvy dc277b7e71 Merge pull request #153 from logos-blockchain/Pravdyvy/keys-restoration-from-mnemonic
Keys restoration from mnemonic
2025-12-10 10:02:47 +02:00
Pravdyvy 8e2b1c5993 Merge branch 'Pravdyvy/keys-restoration-from-mnemonic' into Pravdyvy/tree-ux-updates 2025-12-10 08:46:39 +02:00
Pravdyvy 1309185ecc Merge branch 'main' into Pravdyvy/keys-restoration-from-mnemonic 2025-12-10 08:34:01 +02:00
Sergio Chouhy f54cdf4a4c Merge branch 'main' into schouhy/implement-privacy-preserving-tail-calls 2025-12-09 23:53:27 -03:00
jonesmarvin8 2e37e20014 format 2025-12-09 15:36:46 -05:00
jonesmarvin8 70c228dbec fixed formatting and added overflow/underflow 2025-12-09 15:28:32 -05:00
jonesmarvin8 471611f848 fixed new definition 2025-12-09 14:42:58 -05:00
jonesmarvin8andDaniil Polyakov 8c493a0155 Update nssa/program_methods/guest/src/bin/token.rs
Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
2025-12-09 13:31:44 -05:00
jonesmarvin8andDaniil Polyakov cf4d7ba80b Update nssa/program_methods/guest/src/bin/token.rs
Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
2025-12-09 13:31:13 -05:00
jonesmarvin8andDaniil Polyakov 17f77f9ae7 Update nssa/program_methods/guest/src/bin/token.rs
Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
2025-12-09 13:31:02 -05:00
Daniil Polyakov 1ff5de1443 Merge pull request #220 from logos-blockchain/arjentix/iss-190-tx-size-limit
Account data size limit
2025-12-09 21:27:45 +03:00
Sergio Chouhy 79b4dc0333 Merge branch 'schouhy/add-wallet-deploy-command' of github.com:logos-blockchain/lssa into schouhy/add-wallet-deploy-command 2025-12-09 15:22:30 -03:00
Sergio Chouhy ab6ea1f4c0 use pathbuf and context 2025-12-09 15:18:48 -03:00
Sergio ChouhyandDaniil Polyakov 8cfb586bee Update wallet/src/cli/mod.rs
Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
2025-12-09 14:55:12 -03:00
Daniil Polyakov 31e7016948 feat: introduce parameter to data_changer and add test for account data 2025-12-09 20:26:02 +03:00
Daniil Polyakov 4574acfc49 feat: introduce account data size limit 2025-12-09 20:26:02 +03:00
Daniil Polyakov f6e2bcaad7 Merge pull request #228 from logos-blockchain/arjentix/wallet-basic-auth
Add basic auth to wallet
2025-12-09 20:25:35 +03:00
Daniil Polyakov 2518199be2 Merge pull request #223 from logos-blockchain/arjentix/fix-token-native-minting-bug
Fix token native minting bug
2025-12-09 20:23:44 +03:00
Daniil Polyakov e5cbd82343 fix: add overflow check for balance sum validation 2025-12-09 18:28:58 +03:00
Daniil Polyakov 46ac451284 feat: add basic auth to wallet 2025-12-09 18:20:50 +03:00
jonesmarvin8 e0c6baf1ff added mint overflow protection 2025-12-09 08:11:15 -05:00
Pravdyvy e1eff07478 fix: layered autobalancing 2025-12-09 11:51:44 +02:00
Pravdyvy eed485bd2c fix: tomil fix 2025-12-09 11:10:40 +02:00