Commit Graph

190 Commits

Author SHA1 Message Date
smypmsa 227ef0b3bd wip(core): platform aware trading 2025-08-02 13:27:07 +00:00
smypmsa 9ec9eeb793 wip(core): platform aware trading 2025-08-02 11:30:30 +00:00
smypmsa bb35101a8f wip(core): platform aware trading 2025-08-02 09:25:39 +00:00
smypmsa 60c452da0f fix(core): increase cu limit 2025-08-01 12:00:17 +00:00
Anton 3aae6106e2 Merge pull request #124 from chainstacklabs/feat/upd-buy-instr
Add global_volume_accumulator and user_volume_accumulator to buy instructions (bonding curve, amm)
2025-08-01 05:33:16 +00:00
smypmsa 3faeb1338e feat(core): update buy instruction, add volume_accumulator accounts 2025-08-01 05:25:54 +00:00
smypmsa d2f157e7f0 feat(examples): update pump amm buy instruction 2025-08-01 05:11:31 +00:00
smypmsa 4fd3181612 feat(examples): update bonding curve buy instructions 2025-08-01 05:05:55 +00:00
smypmsa 9bfbb7f4eb chore: update pump idl 2025-08-01 04:47:34 +00:00
smypmsa 060a69da6e docs(claude): update uv commands 2025-07-18 12:05:30 +00:00
smypmsa 536a5dd6a5 docs(cursor): add uv rules, formatting 2025-07-18 12:03:00 +00:00
smypmsa a5a92fbf4b docs(curosr): tests rules 2025-07-18 11:37:11 +00:00
smypmsa 359582d0c9 wip(cursor): craft cursor rules 2025-07-15 14:33:17 +00:00
smypmsa 7e30ef627a docs(cursor): fix globs in bots 2025-07-15 14:12:25 +00:00
smypmsa fb2903b013 docs: improve cursor rules (bots) 2025-07-15 14:10:07 +00:00
smypmsa 4383a18f47 docs: add cursor rules 2025-07-14 20:07:50 +00:00
smypmsa 4d9864f936 docs: remove Raydium 2025-07-14 19:58:22 +00:00
smypmsa 51eae4f5a3 docs: add CLAUDE.md 2025-07-14 19:56:46 +00:00
Anton 4c3089b70f docs: clarify installation steps 2025-07-14 21:21:04 +02:00
Anton b10643a744 Merge pull request #120 from vedthemaster/fix/pumpswap-program-error
fix(examples): wrapping the SOL before pumpswap buy
2025-07-04 06:43:28 +02:00
Ved Patel 40b5e36154 fix(examples): wrapping SOL before pumpswap buy 2025-07-03 17:12:25 -07:00
Anton 48ed52ab49 Merge pull request #119 from yanCode/chore/gitignore.DS_Store
chore: add .DS_store to .gitignore
2025-07-02 11:20:58 +02:00
Sheng-Yan 3f0fcf8adf chore:.DS_store should be ignored by git 2025-07-02 15:03:34 +08:00
Anton 327145a985 Merge pull request #118 from Bukhtiiarovv/main
chore: update generated protobuf files
2025-06-30 14:28:41 +02:00
Bukhtiiarov b74d8df0a9 chore: update generated protobuf files 2025-06-30 15:10:59 +03:00
Anton 277f52987a docs: mint feature done 2025-06-29 21:35:08 +02:00
Anton 61fab53d47 Merge pull request #117 from chainstacklabs/feat/mint-n-buy-example
Add mint and buy example
2025-06-29 21:31:19 +02:00
smypmsa feaedfd91f feat(examples): add mint and buy example 2025-06-29 19:21:40 +00:00
smypmsa 66c6bc37ab fix(examples): compare listeners print width 2025-06-29 19:06:15 +00:00
smypmsa ddbe5970a2 fix(examples): remove redunant imports, comments 2025-06-28 09:52:53 +00:00
Anton f69dfce484 Merge pull request #116 from yanCode/fix/retries
[Refactor] manual_buy.py & manual_sell.py
2025-06-27 23:46:52 +02:00
Sheng-Yan fb571337c5 fix: retry send_transaction 2025-06-24 10:50:23 +08:00
Sheng-Yan 83c7bb3414 fix: add idempotent_ata_ix 2025-06-23 10:37:28 +08:00
Anton d493d6668b docs: mark exist strategies done 2025-06-17 15:14:05 +02:00
Ake e0b9b41ceb Merge pull request #113 from chainstacklabs/feat/take-profit-stop-loss
Add PumpPortal listener, simple TP and SL functionality
2025-06-16 10:31:39 +08:00
smypmsa 984f43b757 fix: remove coderabbit syntax bugs 2025-06-15 20:12:54 +00:00
Anton 2ad0f37912 Update src/trading/buyer.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-06-15 21:28:23 +02:00
Anton ec1c3afae4 Update src/trading/buyer.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-06-15 21:28:03 +02:00
Anton 8f8fa2a526 Update src/trading/position.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-06-15 20:50:38 +02:00
Anton 578c24b17f Update src/trading/buyer.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-06-15 20:49:40 +02:00
Anton 4bb6b6ae99 Update src/monitoring/pumpportal_listener.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-06-15 20:48:32 +02:00
smypmsa 473b1bec70 feat: add simple tp and sl with price polling 2025-06-15 18:20:13 +00:00
smypmsa 185811d854 feat: add pump portal listener 2025-06-15 11:48:31 +00:00
Anton 2153bfd441 Merge pull request #108 from yanCode/fix/creator-parse
fix(learning examples): use STRUCT_2 to parse creator
2025-06-09 09:03:10 +02:00
Zhang ShengYan 00216972bf fix:use STRUCT_2 to parse creator 2025-06-08 19:53:30 +08:00
Ake 2338c7a5dd Merge pull request #107 from yanCode/typo/discriminator
fix: correct the name of file
2025-06-05 08:48:36 +08:00
Zhang ShengYan 49504f5106 fix: correct the name of file 2025-06-04 16:55:58 +08:00
smypmsa 06166dd8fc fix(examples): correct formula for bonding curve progress 2025-05-26 14:19:13 +00:00
smypmsa 9495d250b9 fix(pumpswap): set global config writable false 2025-05-15 13:29:31 +00:00
Anton 211031b5e3 Merge pull request #100 from chainstacklabs/feat/learning-examples-creator-fee
Add/update buy and sell transaction for PumpSwap
2025-05-14 15:39:02 +00:00