Agent0

Latest version: v0.26.1

Safety actively analyzes 690691 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 10

0.26.1

What's Changed
* Various fixes for everlong fuzzing by slundqui in https://github.com/delvtech/agent0/pull/1739
* Version bump to v0.26.1 by slundqui in https://github.com/delvtech/agent0/pull/1740


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.26.0...v0.26.1

0.26.0

What's Changed
* Update to agent0 for pypechain update by slundqui in https://github.com/delvtech/agent0/pull/1707
* Support for fuzzing on forks by slundqui in https://github.com/delvtech/agent0/pull/1709
* Hotfix for fork fuzz by slundqui in https://github.com/delvtech/agent0/pull/1710
* Refork periodically by slundqui in https://github.com/delvtech/agent0/pull/1711
* Minor fixes for fork fuzzing by slundqui in https://github.com/delvtech/agent0/pull/1712
* Fix hanging CI by slundqui in https://github.com/delvtech/agent0/pull/1715
* add example for redeeming withdrawal shares automatically by dpaiton in https://github.com/delvtech/agent0/pull/1713
* Adjusting minimum transaction amount for add lp by slundqui in https://github.com/delvtech/agent0/pull/1716
* Bumping hyperdrivetypes to 1.0.20.9 by slundqui in https://github.com/delvtech/agent0/pull/1714
* Adding susde to fork fuzzing by slundqui in https://github.com/delvtech/agent0/pull/1717
* Minimum transaction amount hotfix for fork fuzz. Log error if fuzz bots don't make trades on forked pool. by slundqui in https://github.com/delvtech/agent0/pull/1718
* Adding accrue interest logic for ezeth by slundqui in https://github.com/delvtech/agent0/pull/1719
* Add extra data to trade events in db by slundqui in https://github.com/delvtech/agent0/pull/1720
* Minor fixes to fork fuzz by slundqui in https://github.com/delvtech/agent0/pull/1721
* Only log close if we found an open by slundqui in https://github.com/delvtech/agent0/pull/1722
* Reduce min version of psycopg by slundqui in https://github.com/delvtech/agent0/pull/1724
* check interest over wider time scale for ezeth by dpaiton in https://github.com/delvtech/agent0/pull/1723
* Minor fixes for aero pool by slundqui in https://github.com/delvtech/agent0/pull/1725
* No trades on pools fix by slundqui in https://github.com/delvtech/agent0/pull/1726
* Filter by hyperdrive address in get_pool_config and get_pool_info by slundqui in https://github.com/delvtech/agent0/pull/1727
* add `block_number_before_timestamp`; `chain.mine()`; ezeth price check script by dpaiton in https://github.com/delvtech/agent0/pull/1728
* Update whales by slundqui in https://github.com/delvtech/agent0/pull/1729
* Adding whale for weth on base by slundqui in https://github.com/delvtech/agent0/pull/1730
* fix invariant check to not require stateful variables by dpaiton in https://github.com/delvtech/agent0/pull/1731
* fix neg interest inv check time log to be human readable by dpaiton in https://github.com/delvtech/agent0/pull/1732
* Add vault share price to dashboard by slundqui in https://github.com/delvtech/agent0/pull/1733
* update negative interest check to use relative tolerance for log level by dpaiton in https://github.com/delvtech/agent0/pull/1735
* Update data ingestion for chainsync by slundqui in https://github.com/delvtech/agent0/pull/1734
* Removing stale todos by slundqui in https://github.com/delvtech/agent0/pull/1736
* hyperdrivetypes update to bump web3py version by slundqui in https://github.com/delvtech/agent0/pull/1737
* Bumping hyperdrivetypes version. Bump agent0 version to 0.26.0 by slundqui in https://github.com/delvtech/agent0/pull/1738


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.25.1...v0.26.0

0.25.1

What's Changed
* fix README typo by dpaiton in https://github.com/delvtech/agent0/pull/1703
* add ipykernel dependency; update README by dpaiton in https://github.com/delvtech/agent0/pull/1704
* bump version to 0.25.1 by dpaiton in https://github.com/delvtech/agent0/pull/1705


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.25.0...v0.25.1

0.25.0

What's Changed
* Using pypechain and hyperdrivetypes events by slundqui in https://github.com/delvtech/agent0/pull/1698
* Adding large circuit breaker trip to list of ignored errors in fuzz by slundqui in https://github.com/delvtech/agent0/pull/1699
* Removing retries in agent0 in favor of web3py's http provider retry system (enabled by default) by slundqui in https://github.com/delvtech/agent0/pull/1700
* Better fix for underestimated gas by slundqui in https://github.com/delvtech/agent0/pull/1701
* update to `0.25.0`; pin `hyperdrivetypes` by dpaiton in https://github.com/delvtech/agent0/pull/1702


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.24.0...v0.25.0

0.24.0

What's Changed
* Migrate to use web3py v7 by slundqui in https://github.com/delvtech/agent0/pull/1674
* Adding earliest block lookup for linea by slundqui in https://github.com/delvtech/agent0/pull/1676
* Add specific low eth thresholds per chain by slundqui in https://github.com/delvtech/agent0/pull/1677
* Reducing plot data keeps both points around a change by slundqui in https://github.com/delvtech/agent0/pull/1678
* Lag behind a block in invariance checks by slundqui in https://github.com/delvtech/agent0/pull/1679
* Negative interest invariance check by slundqui in https://github.com/delvtech/agent0/pull/1680
* Hotfix for call to process subscriptions by slundqui in https://github.com/delvtech/agent0/pull/1681
* Don't checkpoint on paused pools. Don't check for previous checkpoints in invariance checks if pool is paused by slundqui in https://github.com/delvtech/agent0/pull/1682
* Adjusting low eth treshold for base by slundqui in https://github.com/delvtech/agent0/pull/1685
* Change installation instructions to use uv by slundqui in https://github.com/delvtech/agent0/pull/1686
* Minor logging fixes for service bots by slundqui in https://github.com/delvtech/agent0/pull/1687
* Add invariance check for circuit breaker trip by dpaiton in https://github.com/delvtech/agent0/pull/1688
* Don't ping previous checkpoint missing if pool was paused during prev… by slundqui in https://github.com/delvtech/agent0/pull/1689
* Sanitize crash report file prefix by slundqui in https://github.com/delvtech/agent0/pull/1690
* fix price spike check to use correct scaling and compare rates by dpaiton in https://github.com/delvtech/agent0/pull/1691
* Fixing a bug with missing event data on initialization by slundqui in https://github.com/delvtech/agent0/pull/1692
* Adding name field in chain object that parses rpc uri, and reporting this in rollbar messages by slundqui in https://github.com/delvtech/agent0/pull/1693
* Catchall in scripts catch base exception for rust errors by slundqui in https://github.com/delvtech/agent0/pull/1694
* skip price spike check if prices are zero by dpaiton in https://github.com/delvtech/agent0/pull/1695
* Only create checkpoints if a position reaches maturity on this checkpoint time by slundqui in https://github.com/delvtech/agent0/pull/1696
* Version bump to v0.24.0 by slundqui in https://github.com/delvtech/agent0/pull/1697


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.23.0...v0.24.0

0.23.0

What's Changed
* Fix event decoder by slundqui in https://github.com/delvtech/agent0/pull/1669
* Updating agent0 for pypechain support for link referencing in deploy. by slundqui in https://github.com/delvtech/agent0/pull/1668
* Service bots hotfixes for gnoisis by slundqui in https://github.com/delvtech/agent0/pull/1671
* remove hypertypes in favor of hyperdrivetypes by dpaiton in https://github.com/delvtech/agent0/pull/1667
* Hotfix for morpho pools with new hyperdrivetypes by slundqui in https://github.com/delvtech/agent0/pull/1673
* Version bump to v0.23.0 by slundqui in https://github.com/delvtech/agent0/pull/1672


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.22.0...v0.23.0

Page 1 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.