Releases: ARBProtocol/ARB-V2
Releases · ARBProtocol/ARB-V2
v2rs1
Latest changes
Please update your config & env as per the examples!
Added
- An indev txtype mode for future use - "circle" is the default mode
- A split to more crates to keep code clean (don't worry, you'll all get a peek soon 👀)
- A panic hook, so you don't have to keep guessing why you crashed and so we don't have to spend hours reproducing it!
Modified
- Updated program to use less CU
- Fixed threading issues
- Rewrote onchain integration interface
- Fixed Jito transactions sometimes not sending as a bundle
- Fixed Jito sometimes sending transactions without the tip
Removed
- Removed authed jito as it is deprecated - now, typical HTTPS jito is used
v2r3
v2r3 is here!
- Simplified config; all token data (name, decimals) is in a new tokendata.json file, so you only need to put mints in your config! Updated docs are here. Data is automatically fetched from the Raydium API. Make sure to port your config correctly! Read the new config documentation before updating.
- PNL table updates to work better with the different wrap modes
- Log messages at the start of the program are now synced to the logfile
- Going off of that, more log messages have been added as we go through and make things more transparent
- Work started on an internal queueing framework, which increases Jito hit rate and prioritizes higher value txs, with some elements already implemented - will be polished off and enabled in v2r4, so stay tuned!
As always, happy arbing!
v2r2
For Jito!
There are some major speedups on tx landing, especially when using Jito, as we now use their gRPC. Authentication is optional, but highly recommended, as it can help landing go from 0 to hero. There's a new flag in env.json letting you define where your Jito auth keypair file is - go check it out in the docs!
We also now store some logs in v2.log. Old logs get gzipped and stored alongside the other logs, and the binary. Might be useful for debugging - play around with it, and see how it benefits you!
More updates coming soon!
v2r1
Welcome to Arbitrage.