chainstacklabs / pump-fun-bot

A fully functional pump.fun trading and sniping bot not relying on any 3rd party APIs
90 stars 42 forks source link

Use Transaction from solders #10

Closed smypmsa closed 2 weeks ago

smypmsa commented 2 weeks ago

This update replaces the Transaction object with the version from the solders library for improved compatibility and performance.

Resolves #1, #8

creosmart commented 2 weeks ago

This update replaces the Transaction object with the version from the solders library for improved compatibility and performance.

Resolves #1, #8

@smypmsa Thanks a lot! I really appreciate it. I tried to use the revised manual_buy.py but I'm getting an error, maybe it's versions related? Attempt 1 to create associated token account failed: 'solders.transaction.Transaction' object has no attribute 'recent_blockhash' and no __dict__ for setting new attributes