Commit Graph
1287 Commits
Author SHA1 Message Date
jonesmarvin8 4bcfbb9bee Merge branch 'marvin/token_burn_mint' into simple_amm 2025-12-07 20:31:16 -05:00
jonesmarvin8 5a1d37d607 update burn/mint to use AccountPostState 2025-12-07 20:29:25 -05:00
jonesmarvin8 c6e68ff9b1 Merge pull request #226 from logos-blockchain/main
main into burn
2025-12-07 20:27:27 -05:00
jonesmarvin8 8506f5948f Merge branch 'main' into simple_amm 2025-12-06 20:07:12 -05:00
jonesmarvin8 a11155e441 Merge branch 'simple_amm' of https://github.com/logos-blockchain/lssa into simple_amm 2025-12-06 20:03:14 -05:00
jonesmarvin8 3a3c6f5507 state tests fixed and clean up 2025-12-06 20:03:05 -05:00
jonesmarvin8 106b33a57f Merge pull request #225 from logos-blockchain/marvin/token_burn_mint
Marvin/token burn mint
2025-12-06 16:45:11 -05:00
jonesmarvin8 ea27eeb929 fixed add and remove logic, and tests 2025-12-06 14:52:18 -05:00
jonesmarvin8 c6cde35203 added burn/mint and tests 2025-12-05 21:01:36 -05:00
Sergio Chouhy 3e303f2c95 Merge pull request #202 from logos-blockchain/schouhy/implement-pda-for-public-accounts
Implement PDA for public executions
2025-12-05 15:15:37 -03:00
Sergio Chouhy 7e971a6c4d Merge branch 'main' into schouhy/implement-pda-for-public-accounts 2025-12-05 10:00:23 -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
jonesmarvin8 97f2e93f8a initialize branch 2025-12-04 21:55:12 -05:00
jonesmarvin8 b1ad51f5b9 logic fixes and streamlining examples
fixed remove_liquidity logic and added enum/constructors for examples
2025-12-04 21:53:58 -05: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 925ae8d0c1 fmt 2025-12-04 21:34:47 -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 35bf943244 Merge branch 'main' into schouhy/implement-pda-for-public-accounts 2025-12-04 16:03:23 -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
jonesmarvin8 90d6580377 simplified swap logic
removed branching logic from swap logic, and adjusted tests accordingly.
2025-12-02 17:21:49 -05:00
jonesmarvin8 c0c1228e10 fixed accountId 2025-12-02 15:20:16 -05: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 407c3f3c95 improve expect message 2025-12-02 16:27:22 -03:00
jonesmarvin8 3e9f0f9384 fixed omitted vault checks
Previous versions mistakenly used token_definition instead of vault account id to check for vaults.

Functions and corresponding tests fixed.

Minor error in arithmetic in state.rs for remove_liquidity fixed.
2025-12-02 13:40:54 -05:00
jonesmarvin8 863ed888ad minor fix to remove_liquidity
Fixed line 2767 to use delta_lp in liquidity_pool_cap
2025-12-02 13:40:54 -05:00
jonesmarvin8 93ee75a339 additional tests
Tests for chain_calls included in amm.rs,
All tests in state.rs
2025-12-02 13:40:53 -05:00
jonesmarvin8 352b97910a state tests written 2025-12-02 13:40:11 -05:00
jonesmarvin8 0a645281c6 token_program non-deterministic issue 2025-12-02 13:40:11 -05:00
jonesmarvin8 9da684b7c6 fixed some deterministic issues 2025-12-02 13:40:11 -05:00