Degenbot v0.6.0 (alpha 1) Release
Aave V3 Testers Wanted
Aave’s V4 market went live on Mainnet this morning, congratulations to them!
Coincidentally I’ve published a new degenbot release with Aave V3 position scraping enabled. If you’re interested in testing it, you can install it using pip install degenbot==0.6.0a1.post1.
You can populate your database with positions using these commands:
Upgrade the database using
degenbot database upgradeActivate the market using
degenbot aave activate ethereum_aave_v3Scrape the positions using
degenbot aave update
In addition to Aave V3, this release is notable because it’s the first one distributed with integrated Rust components via PyO3.
I will be integrating more Rust into the package, so please report any bugs that you encounter on these 0.6 releases.
The installation should work cleanly on Linux (x86_64, aarch64), MacOS (x86_64 and ARM64), and Windows (x86_64). If you have exotic hardware and want to help me test the package against those, please let me know!
