pump-kit 0.1.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@pump-kit.png +0 -0
- package/README.md +24 -3
- package/dist/index.js +11 -11
- package/dist/types/ammsdk/generated/accounts/globalConfig.d.ts +1 -1
- package/dist/types/ammsdk/generated/accounts/pool.d.ts +1 -1
- package/dist/types/ammsdk/generated/instructions/buy.d.ts +1 -1
- package/dist/types/ammsdk/generated/instructions/createConfig.d.ts +1 -1
- package/dist/types/ammsdk/generated/instructions/createPool.d.ts +1 -1
- package/dist/types/ammsdk/generated/instructions/deposit.d.ts +1 -1
- package/dist/types/ammsdk/generated/instructions/disable.d.ts +1 -1
- package/dist/types/ammsdk/generated/instructions/extendAccount.d.ts +1 -1
- package/dist/types/ammsdk/generated/instructions/sell.d.ts +1 -1
- package/dist/types/ammsdk/generated/instructions/updateAdmin.d.ts +1 -1
- package/dist/types/ammsdk/generated/instructions/updateFeeConfig.d.ts +1 -1
- package/dist/types/ammsdk/generated/instructions/withdraw.d.ts +1 -1
- package/dist/types/bin/pump-kit.d.ts +2 -0
- package/dist/types/clients/amm.d.ts +2 -2
- package/dist/types/pumpsdk/generated/accounts/bondingCurve.d.ts +1 -1
- package/dist/types/pumpsdk/generated/accounts/feeConfig.d.ts +1 -1
- package/dist/types/pumpsdk/generated/accounts/global.d.ts +1 -1
- package/dist/types/pumpsdk/generated/accounts/globalVolumeAccumulator.d.ts +1 -1
- package/dist/types/pumpsdk/generated/accounts/userVolumeAccumulator.d.ts +1 -1
- package/dist/types/pumpsdk/generated/instructions/adminSetCreator.d.ts +1 -1
- package/dist/types/pumpsdk/generated/instructions/adminSetIdlAuthority.d.ts +1 -1
- package/dist/types/pumpsdk/generated/instructions/adminUpdateTokenIncentives.d.ts +1 -1
- package/dist/types/pumpsdk/generated/instructions/buy.d.ts +1 -1
- package/dist/types/pumpsdk/generated/instructions/buyExactSolIn.d.ts +1 -1
- package/dist/types/pumpsdk/generated/instructions/claimTokenIncentives.d.ts +1 -1
- package/dist/types/pumpsdk/generated/instructions/closeUserVolumeAccumulator.d.ts +1 -1
- package/dist/types/pumpsdk/generated/instructions/collectCreatorFee.d.ts +1 -1
- package/dist/types/pumpsdk/generated/instructions/create.d.ts +1 -1
- package/dist/types/pumpsdk/generated/instructions/extendAccount.d.ts +1 -1
- package/dist/types/pumpsdk/generated/instructions/initUserVolumeAccumulator.d.ts +1 -1
- package/dist/types/pumpsdk/generated/instructions/initialize.d.ts +1 -1
- package/dist/types/pumpsdk/generated/instructions/migrate.d.ts +1 -1
- package/dist/types/pumpsdk/generated/instructions/sell.d.ts +1 -1
- package/dist/types/pumpsdk/generated/instructions/setCreator.d.ts +1 -1
- package/dist/types/pumpsdk/generated/instructions/setMetaplexCreator.d.ts +1 -1
- package/dist/types/pumpsdk/generated/instructions/setParams.d.ts +1 -1
- package/dist/types/pumpsdk/generated/instructions/syncUserVolumeAccumulator.d.ts +1 -1
- package/dist/types/pumpsdk/generated/instructions/updateGlobalAuthority.d.ts +1 -1
- package/package.json +25 -7
package/@pump-kit.png
CHANGED
|
Binary file
|
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Pump Kit
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<img src="https://amaranth-manual-buzzard-640.mypinata.cloud/ipfs/
|
|
4
|
+
<img src="https://amaranth-manual-buzzard-640.mypinata.cloud/ipfs/bafkreif6akiu636nsc53bkexhuxoy3ddscyjepsbjdzldf3wxyl6rl4tqm" alt="Pump Kit - Solana Kit 6" width="600" />
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
</a>
|
|
17
17
|
</p>
|
|
18
18
|
|
|
19
|
-
A TypeScript SDK for Pump.fun built on **Solana Kit
|
|
19
|
+
A TypeScript SDK for Pump.fun built on **Solana Kit 6**. Designed for high-performance applications including launch bots, bundlers, and low-latency trading systems using latest Solana best practices.
|
|
20
20
|
|
|
21
21
|
## Features
|
|
22
22
|
|
|
23
|
-
- **Solana Kit
|
|
23
|
+
- **Solana Kit 6** – Built on the latest Solana development framework
|
|
24
24
|
- **Modern transaction patterns** – Optimized for speed and reliability
|
|
25
25
|
- **Unified swaps** – `buy`/`sell` auto-route between bonding curves and AMM pools
|
|
26
26
|
- **Curve helpers** – Direct access to bonding-curve instructions when you need them (`curveBuy`, `curveSell`)
|
|
@@ -174,3 +174,24 @@ simulateTransaction({ instructions, payer, rpc, options? })
|
|
|
174
174
|
## License
|
|
175
175
|
|
|
176
176
|
MIT
|
|
177
|
+
|
|
178
|
+
## Release Flow
|
|
179
|
+
|
|
180
|
+
1. Cut a release from local once your branch is ready:
|
|
181
|
+
- `bun run release:cut patch`
|
|
182
|
+
- or `bun run release:cut minor`
|
|
183
|
+
- or `bun run release:cut major`
|
|
184
|
+
- or explicit: `bun run release:cut 0.2.1`
|
|
185
|
+
2. The script runs `bun run ci`, bumps `package.json`, commits, tags, and pushes.
|
|
186
|
+
3. Tag push (`vX.Y.Z`) triggers `.github/workflows/release.yml`:
|
|
187
|
+
- runs CI
|
|
188
|
+
- builds a Bun Linux binary (`dist/bin/pump-kit`)
|
|
189
|
+
- uploads release assets (`pump-kit-linux-x64`, `.sha256`, `.tar.gz`)
|
|
190
|
+
- publishes npm package
|
|
191
|
+
- creates GitHub release notes from commits since the previous tag.
|
|
192
|
+
|
|
193
|
+
One-command ship flow (cut + wait for GitHub release job):
|
|
194
|
+
|
|
195
|
+
- `bun run release:ship:patch`
|
|
196
|
+
- `bun run release:ship:minor`
|
|
197
|
+
- `bun run release:ship:major`
|