Commit Graph
1249 Commits
Author SHA1 Message Date
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
Sergio Chouhy 7825f69e06 remove unused import 2025-12-05 17:57:48 -03:00
Sergio Chouhy cc08e0a614 add deploy program command 2025-12-05 17:54:51 -03:00
Sergio Chouhy 09116830c9 Merge pull request #214 from vacp2p/schouhy/fix-claiming-mechanism-on-chained-calls
Fix claiming mechanism on chained calls
2025-12-05 09:37:37 -03:00
Pravdyvy 80d9ce8553 Merge pull request #216 from vacp2p/Pravdyvy/correct-token-names-print
Correct tokens names
2025-12-05 14:20:44 +02:00
Sergio Chouhy 7236a7074c Merge pull request #204 from vacp2p/schouhy/add-readme-explainers
Add readme explainers
2025-12-04 21:39:46 -03:00
Sergio Chouhy a84b18f22c remove unnecessary type annotation 2025-12-04 16:46:43 -03:00
Sergio Chouhy b5589d53bb use filter 2025-12-04 16:29:00 -03:00
Sergio Chouhy cf9c567e29 remove pub attribute 2025-12-04 16:26:40 -03:00
Daniil Polyakov f1aed0b632 Merge pull request #217 from vacp2p/arjentix/iss-188-fix-wallet-long-sync 2025-12-04 22:13:14 +03:00
Sergio Chouhy 068bfa0ec5 add docstrings. Remove unused method 2025-12-04 10:10:01 -03:00
Sergio Chouhy 686eb787c9 fix test names 2025-12-04 10:02:29 -03:00
fryorcraken 95ddea9fb0 Merge pull request #218 from vacp2p/fix/fedora
Add instructions for Fedora
2025-12-04 23:43:22 +11:00
Pravdyvy fe83a20c4d fix: suggestion 1 2025-12-04 14:34:11 +02:00
Daniil Polyakov 1412ad4da4 refactor: remove redundant request and response types 2025-12-04 14:55:58 +03:00
Daniil Polyakov 03e911ecd5 feat: apply base64 encoding for large binary data transfer 2025-12-04 14:55:58 +03:00
Daniil Polyakov 6b26811229 feat: implement multiple blocks polling 2025-12-04 14:55:45 +03:00
fryorcraken 4ed86ce182 Add instructions for Fedora 2025-12-04 21:00:29 +11:00
Sergio Chouhy 3393c55768 fix program deployment integration test 2025-12-03 19:59:58 -03:00
Sergio Chouhy ed949c07b1 nit 2025-12-03 17:38:45 -03:00
Sergio Chouhy 44b4c53d04 add test that initialized accounts cannot be claimed 2025-12-03 17:36:53 -03:00
Sergio Chouhy 91fe8ced6e add test 2025-12-03 17:07:31 -03:00
Sergio Chouhy 8a269858c5 improve struct interface 2025-12-03 16:54:57 -03:00
Sergio Chouhy d677db7f4e add account post state struct with claiming request field 2025-12-03 15:17:33 -03:00
Daniil Polyakov 91c898f19c refactor: split block polling 2025-12-03 18:30:22 +03:00
Pravdyvy 282b932a8e fix: correct feature 2025-12-03 14:30:23 +02:00
Pravdyvy 78ce57e19b fix: correct tokens names 2025-12-03 13:50:10 +02:00
Sergio Chouhy d16908d463 remove pinata instructions 2025-12-02 16:48:12 -03:00
Sergio Chouhy c360db9698 Merge branch 'main' into schouhy/add-readme-explainers 2025-12-02 16:40:26 -03:00
Sergio Chouhy 2d34925725 Merge pull request #163 from vacp2p/schouhhy/expand-readme
Update Readme with documentation
2025-12-02 12:20:58 -03:00
Sergio Chouhy 468b39bc32 Merge pull request #203 from vacp2p/schouhy/add-init-function-to-token-program
Add init function to the token program
2025-12-02 12:11:49 -03:00
Daniil Polyakov 04ab7444a4 Merge pull request #205 from vacp2p/arjentix/iss-200-wallet-compute-pinata-solution
Refactor wallet & compute pinata solution in wallet
2025-12-02 02:42:28 +03:00
Daniil Polyakov df88d8bad6 feat: compute pinata solution in wallet 2025-12-02 01:21:34 +03:00
Daniil Polyakov 4afbd65e3b feat: add transaction output after pinata call 2025-12-01 17:08:07 +03:00
Daniil Polyakov 0c44785a07 refactor: small adjustments to privacy preserving tx sending 2025-12-01 17:08:07 +03:00
Daniil Polyakov 55fc4e9777 refactor: implement program interactions as facades 2025-12-01 17:08:07 +03:00
Daniil Polyakov df64f8864f refactor: implement universal interface for privacy-preserving transactions 2025-12-01 17:08:07 +03:00
Daniil Polyakov aee6f45a8b refactor: move some stuff to a more suitable place 2025-12-01 17:08:07 +03:00
Sergio Chouhy 500e0862f3 s/address/account_id/ 2025-12-01 10:48:43 -03:00
Sergio Chouhy ed38be57bb add explainers 2025-12-01 10:42:59 -03:00
Sergio Chouhy c937cb591e wip 2025-12-01 10:25:23 -03:00
Pravdyvy fa73a0a704 Merge pull request #149 from vacp2p/Pravdyvy/deterministic-key-derivation
Deterministic key derivation
2025-12-01 13:59:55 +02:00
Sergio Chouhy 7ab44507f5 test 2025-11-29 00:06:06 -03:00
Sergio Chouhy 640ed18f90 Merge branch 'main' into schouhy/add-readme-explainers 2025-11-28 23:38:43 -03:00
Sergio Chouhy c7bcd20a38 add init function to the token program 2025-11-28 14:16:54 -03:00
Pravdyvy c7ce31d00c fix: fmt 2025-11-28 09:49:05 +02:00
Pravdyvy 46515ce695 Merge branch 'main' into Pravdyvy/deterministic-key-derivation 2025-11-28 09:18:02 +02:00
Pravdyvy 64e2fb73a8 fix: merge update 2025-11-28 08:48:11 +02:00