Commit Graph
15 Commits
Author SHA1 Message Date
0xfnzero e29a2e4f5a docs: add donation wallet address to READMEs 2026-05-14 19:33:33 +08:00
WoodandGitHub e2cceb01d2 Update README.md 2026-04-29 21:33:14 +08:00
WoodandGitHub 409685c668 Merge pull request #69 from itsA-D/b/fix_build
Fix spl-token-2022 dependency pin for build failure
2026-04-26 22:13:35 +08:00
0xfnzero 99412460c4 Add project logo to README
- Add Logo.png to project root
- Update README.md to display logo with 400px width

🤖 Generated with [Qoder][https://qoder.com]
2026-04-07 21:39:13 +08:00
WoodandGitHub 93fe39f380 Merge pull request #68 from mooncitydev/subscription-cleanups-and-ci
simplify grpc subscription option checks and add github ci workflow
2026-04-07 21:28:01 +08:00
0xfnzero 7f505f0da5 feat(pumpswap): align pool account and events with cashback IDL
- Extend on-chain Pool layout (is_cashback_coin, 7-byte reserved, 244 bytes)
  with backward-compatible decode for 236-byte legacy accounts
- Decode Buy/Sell program logs manually: min_base_amount_out, ix_name,
  cashback fields; optional sell cashback when payload >= 368 bytes
- Set ix_name on buy / buy_exact_quote_in instructions; merge new fields
  in CPI log merger
- Add read_i64_le helper and pool layout unit test

Made-with: Cursor
2026-04-03 14:38:06 +08:00
0xfnzero b593605dbd fix(deps): pin spl-token-group-interface to 0.7.1 for spl-token-2022 10.0.0
spl-token-group-interface 0.7.2 changed TokenGroup.update_authority to
MaybeNull<Pubkey>, while spl-token-2022 10.0.0 still expects
OptionalNonZeroPubkey, causing E0308 build failures. Pinning to 0.7.1
aligns transitive deps until upstream publishes a compatible release.

Made-with: Cursor
2026-04-03 12:57:54 +08:00
WoodandGitHub 7a0a95a2f7 Merge pull request #65 from Estereg/dev-work
refactor: streaming core cleanup, deduplication and dependency simplification
2026-03-09 10:25:32 +08:00
WoodandGitHub a3f879bda0 Merge branch 'main' into dev-work 2026-03-09 10:25:22 +08:00
WoodandGitHub 6508d3b2fc Merge branch 'main' into dev-work 2026-03-09 10:15:55 +08:00
WoodandGitHub 766899deb6 Merge pull request #64 from Estereg/main
refactor: modernize stack and migrate to std primitives
2026-03-09 00:21:53 +08:00
WoodandGitHub 223436bfbd Merge pull request #61 from Estereg/main
feat(pumpfun): align IDL, fix parser & update/cleanup dependencies
2026-02-23 12:53:36 +08:00
WoodandGitHub 573cbf8a72 Create context7.json 2026-02-09 06:57:18 +08:00
WoodandGitHub 6969d15f08 Merge pull request #60 from OpenMindTeh/patch-1
fix: add no-entrypoint feature to spl-token dependencies.
2026-01-13 18:02:53 +08:00
WoodandGitHub 9ae5be36fd Merge pull request #59 from HelvetiCrypt/feat/add-exact-buy-instructions
feat: Add support for buy_exact_sol_in and buy_exact_quote_in instructions
2026-01-09 03:13:21 +08:00