Agent0

Latest version: v0.23.0

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

Scan your dependencies

Page 3 of 9

0.21.0

What's Changed
* Redeem withdrawal shares not subject to min tx amount by slundqui in https://github.com/delvtech/agent0/pull/1546
* fixes publishing to upload all builds and dependency versions by dpaiton in https://github.com/delvtech/agent0/pull/1547
* lpandarb: handle matured positions by wakamex in https://github.com/delvtech/agent0/pull/1536
* Hyperdrive v1.0.12 by slundqui in https://github.com/delvtech/agent0/pull/1548
* Agent0 version bump to v0.21.0 by slundqui in https://github.com/delvtech/agent0/pull/1549


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.20.4...v0.21.0

0.20.4

What's Changed
* Updates to FullHyperdriveEnv in traiderdaive to fix stale references by wshainin in https://github.com/delvtech/agent0/pull/1532
* update install instructions and workflows by dpaiton in https://github.com/delvtech/agent0/pull/1535
* Fuzz fixes by slundqui in https://github.com/delvtech/agent0/pull/1539
* Removing unnecessary relaxed check for lp share price check by slundqui in https://github.com/delvtech/agent0/pull/1540
* Add random sleep to avoid race condition in checkpoint bot. Fixing ro… by slundqui in https://github.com/delvtech/agent0/pull/1542
* Version bump to v0.20.4 for infra by slundqui in https://github.com/delvtech/agent0/pull/1543

New Contributors
* wshainin made their first contribution in https://github.com/delvtech/agent0/pull/1532

**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.20.3...v0.20.4

0.20.3

What's Changed
* Allow connection of service bots to remote chain. Adding rollbar logging to checkpoint bot. Includes version bump to v0.20.3 by slundqui in https://github.com/delvtech/agent0/pull/1530


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.20.2...v0.20.3

0.20.2

What's Changed
* Relaxing lp share price test if closing a mature position. Retrying when create checkpoint in advance time fails by slundqui in https://github.com/delvtech/agent0/pull/1510
* Deployment cleanup by slundqui in https://github.com/delvtech/agent0/pull/1507
* Remote analysis by slundqui in https://github.com/delvtech/agent0/pull/1512
* smart contract transact write retries also retries building the transaction by slundqui in https://github.com/delvtech/agent0/pull/1511
* Adding in agent0 signature to extra data on trade calls by slundqui in https://github.com/delvtech/agent0/pull/1513
* snapshot_dir defaults to `None` for default, which defaults to `.interactive_state/snapshot/chain_<chain_port>` by slundqui in https://github.com/delvtech/agent0/pull/1517
* Logging info on fuzz fail by slundqui in https://github.com/delvtech/agent0/pull/1518
* Adding epsilon to total shares check. Adding ignored errors when running pause on crash by slundqui in https://github.com/delvtech/agent0/pull/1519
* Exposing anvil host and genesis timestamp to fuzz testing by slundqui in https://github.com/delvtech/agent0/pull/1520
* Setting gas limit and create checkpoint retry in unit fuzz by slundqui in https://github.com/delvtech/agent0/pull/1521
* Printing port on pause by slundqui in https://github.com/delvtech/agent0/pull/1522
* Better error handling of failed transactions by slundqui in https://github.com/delvtech/agent0/pull/1523
* Hyperdrive v1.0.10 by dpaiton in https://github.com/delvtech/agent0/pull/1524
* type gen hotfix by dpaiton in https://github.com/delvtech/agent0/pull/1526
* Logging trace error. Adding in check to non-async transaction by slundqui in https://github.com/delvtech/agent0/pull/1527
* Infra fixes by slundqui in https://github.com/delvtech/agent0/pull/1528
* Version bump to v0.20.2 by slundqui in https://github.com/delvtech/agent0/pull/1529


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.20.1...v0.20.2

0.20.1

What's Changed
* Complete refactor of interactive hyperdrive agents
* fuzz fixes & UX improvements

PRs
* Epsilon should be in scaled value by slundqui in https://github.com/delvtech/agent0/pull/1484
* Adding pause on invariance fail in fuzz bots script by slundqui in https://github.com/delvtech/agent0/pull/1485
* add test for making sure examples work by dpaiton in https://github.com/delvtech/agent0/pull/1482
* Local fuzz bots fixes by slundqui in https://github.com/delvtech/agent0/pull/1486
* Logging cleanup by slundqui in https://github.com/delvtech/agent0/pull/1488
* Fuzz fixes for lp share price, and another attempt to fix local fuzz bots from crashing by slundqui in https://github.com/delvtech/agent0/pull/1489
* Agent refactor by slundqui in https://github.com/delvtech/agent0/pull/1487
* Printing out errors in traider daive warning logs by slundqui in https://github.com/delvtech/agent0/pull/1494
* add CI step that publishes package versions on release by dpaiton in https://github.com/delvtech/agent0/pull/1490
* Minor fixes for local fuzz tests by slundqui in https://github.com/delvtech/agent0/pull/1495
* Fuzz fixes by slundqui in https://github.com/delvtech/agent0/pull/1496
* Exposing gas limit to chain config and using the parameter for create checkpoint in advance time by slundqui in https://github.com/delvtech/agent0/pull/1498
* Fixing too many files open bug by slundqui in https://github.com/delvtech/agent0/pull/1501
* Parameterizing chain port on local fuzz bots by slundqui in https://github.com/delvtech/agent0/pull/1502
* Adding option for explicit block for get checkpoint by slundqui in https://github.com/delvtech/agent0/pull/1503
* add missing params in lpandarb.py by wakamex in https://github.com/delvtech/agent0/pull/1505
* Connect existing postgres by slundqui in https://github.com/delvtech/agent0/pull/1504
* Short examples and ux fixes by slundqui in https://github.com/delvtech/agent0/pull/1508
* v0.20.1 by dpaiton in https://github.com/delvtech/agent0/pull/1509


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.20.0...v0.20.1

0.20.0

What's Changed
* Update to support Hyperdrive v1.0.6
* Multi-pool and events based database refactor
* Fuzz bot bug fixes

PRs
* Adding event queries to db by slundqui in https://github.com/delvtech/agent0/pull/1464
* Updating agent0 for Hyperdrive v1.0.5 by slundqui in https://github.com/delvtech/agent0/pull/1465
* Update to hyperdrive v1.0.6 by slundqui in https://github.com/delvtech/agent0/pull/1466
* Fixing local fuzz bots to have eth before attempting to fuzz by slundqui in https://github.com/delvtech/agent0/pull/1468
* Fixing fuzz profit check unit fuzz by slundqui in https://github.com/delvtech/agent0/pull/1469
* Multi-pool and events based database refactor by slundqui in https://github.com/delvtech/agent0/pull/1467
* Support decimals in crash reporting by slundqui in https://github.com/delvtech/agent0/pull/1473
* Pinning requests to fix breaking docker-py by slundqui in https://github.com/delvtech/agent0/pull/1475
* Update ToS URL by ryangoree in https://github.com/delvtech/agent0/pull/1474
* Close logging handlers when running cleanup by slundqui in https://github.com/delvtech/agent0/pull/1476
* Fixes for underlying eth-account release by slundqui in https://github.com/delvtech/agent0/pull/1478
* Interactive agent move by slundqui in https://github.com/delvtech/agent0/pull/1477
* update interface to include latest rust functions by dpaiton in https://github.com/delvtech/agent0/pull/1472
* Adding explicit check for registered hyperdrive versions by slundqui in https://github.com/delvtech/agent0/pull/1479
* lp share price fuzz testing updates by slundqui in https://github.com/delvtech/agent0/pull/1480
* Moving hyperdrive.version into package by slundqui in https://github.com/delvtech/agent0/pull/1481
* bump package version by dpaiton in https://github.com/delvtech/agent0/pull/1483


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.19.0...v0.20.0

Page 3 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.