Skip to content

Speed improvement + Critical bugfixes

Compare
Choose a tag to compare
@tsarbuig tsarbuig released this 21 Oct 23:43
813675a

⚠️ update your parameters file with MAX_GAS_FOR_ANTIRUG ⚠️

CRITICAL BUGFIXES
⚠️ v1.5.1 : previous version did not handle correctly tokens with Decimals != 18 , resulting in a Failed Tx --> now solved
⚠️ v1.5.2 : swap failed when BUY_AMOUNT_IN_TOKENS was a big number --> solved
⚠️ v1.5.4 : openTrading swap failed when option 4 was chosen --> solved

LIST OF IMPROVEMENTS
✅ I optimized the code again to make you save 5 more milliseconds before creating Tx.
To do that, when you run the bot, it will ask you this, which allows me to make perfect code optimization for each case:

image

✅ v1.5.1 : added an automatic check of custom smart contract version deployed
✅ v1.5.1 : improved nonce gestion for better speed
✅ v1.5.1 : improved error message in case of Tx failed
✅ v1.5.2 : added an automatic check of fields in parameters file
✅ v1.5.2b : improved speed for KIND_OF_SWAP = base
✅ v1.5.3 : new MAX_GAS_FOR_ANTIRUG parameter --> if antirug is triggered, WalletHunter will not create Tx if GAS > MAX_GAS_FOR_ANTIRUG (some scammers use GAS = 1000...)