Agent0

Latest version: v0.23.0

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

Scan your dependencies

Page 4 of 9

0.19.0

What's changed
* Update to support hyperdrive v1.0.3
* `InteractiveHyperdrive` & related classes renamed to remove "Interactive"
* Broad improvements to documentation, underlying class structures
* Update hyperdrive-rs interface

PRs
* Exposing wait for transaction receipt timeout to interactive hyperdrive by slundqui in https://github.com/delvtech/agent0/pull/1417
* Parameterizing invariant checks to connect to any remote chain by slundqui in https://github.com/delvtech/agent0/pull/1421
* add `calc_targeted_long` and `calc_spot_price_after_short` by dpaiton in https://github.com/delvtech/agent0/pull/1413
* Fuzz cleanup by slundqui in https://github.com/delvtech/agent0/pull/1422
* Local fuzz testing by slundqui in https://github.com/delvtech/agent0/pull/1423
* Turning back on codecov upload, but don't fail ci if upload fails by slundqui in https://github.com/delvtech/agent0/pull/1425
* Fuzz initial pool config by slundqui in https://github.com/delvtech/agent0/pull/1424
* Update agent0 to use hyperdrive v1.0.2 by slundqui in https://github.com/delvtech/agent0/pull/1426
* Never fail when trying to remove existing container by slundqui in https://github.com/delvtech/agent0/pull/1427
* Error checking and bug fix for getting git commit hash in crash report by slundqui in https://github.com/delvtech/agent0/pull/1428
* Allows querying list of pools from registry by slundqui in https://github.com/delvtech/agent0/pull/1430
* Adding prereq for quickstart by slundqui in https://github.com/delvtech/agent0/pull/1431
* Invariance checks for all deployed pools automatically by slundqui in https://github.com/delvtech/agent0/pull/1432
* Checking for base contract address instead of vault token symbol to detect eth as base by slundqui in https://github.com/delvtech/agent0/pull/1435
* Adding initial lp profitable check to invariant by slundqui in https://github.com/delvtech/agent0/pull/1434
* Checkpoint bot automatically runs on registered pools by slundqui in https://github.com/delvtech/agent0/pull/1436
* Update to hyperdrive v1.0.3 by slundqui in https://github.com/delvtech/agent0/pull/1437
* Normalizing test delta in lp share price check by slundqui in https://github.com/delvtech/agent0/pull/1438
* Fixing race condition in invariance checks by slundqui in https://github.com/delvtech/agent0/pull/1441
* Adding ability to fork from existing chain to interactive hyperdrive by slundqui in https://github.com/delvtech/agent0/pull/1440
* add gas price multiples by wakamex in https://github.com/delvtech/agent0/pull/1433
* improve freezable class by wakamex in https://github.com/delvtech/agent0/pull/1442
* test deploying with nonstandard time stretch APRs by wakamex in https://github.com/delvtech/agent0/pull/1444
* Adding block number to rollbar logging for inv checks by slundqui in https://github.com/delvtech/agent0/pull/1445
* Exposing rust calc_spot_price_after_long by slundqui in https://github.com/delvtech/agent0/pull/1446
* get_idle_shares use passed in pool_state by slundqui in https://github.com/delvtech/agent0/pull/1447
* Pin new hyperdrivepy version by slundqui in https://github.com/delvtech/agent0/pull/1448
* Removing interactive prefix from interactive objects by slundqui in https://github.com/delvtech/agent0/pull/1450
* Removing check for duplicate addresses. Minor fixes. by slundqui in https://github.com/delvtech/agent0/pull/1451
* Using interactive hyperdrive for tests and removing old workflow by slundqui in https://github.com/delvtech/agent0/pull/1460
* add hyperdrivepy short tests by dpaiton in https://github.com/delvtech/agent0/pull/1449
* specify class attributes in style guide by wakamex in https://github.com/delvtech/agent0/pull/1461
* Remove unused config by slundqui in https://github.com/delvtech/agent0/pull/1462


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

0.18.1

What's Changed
* Adding check for short deposit in invalid balance by slundqui in https://github.com/delvtech/agent0/pull/1414
* Update to hyperdrive v1.0.1 by slundqui in https://github.com/delvtech/agent0/pull/1412
* Large gas limit in fuzz by slundqui in https://github.com/delvtech/agent0/pull/1415
* Version bump to v0.18.1 by slundqui in https://github.com/delvtech/agent0/pull/1416


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.18.0...v0.18.1

0.18.0

What's Changed
* Support for Hyperdrive v1.0.0
* Fixes to support bots on testnet
* Generalize pool deployments to support steth
* UI improvements with Interactive Hyperdrive

PRs
* Making fuzz bots async by slundqui in https://github.com/delvtech/agent0/pull/1383
* Updating agent0 to Hyperdrive v0.11.0 by slundqui in https://github.com/delvtech/agent0/pull/1385
* don't repeatedly get pool config when updating state by dpaiton in https://github.com/delvtech/agent0/pull/1386
* Hyperdrive interface accepts single hyperdrive pool address by slundqui in https://github.com/delvtech/agent0/pull/1387
* Allows calculating variable rate from checkpoints by slundqui in https://github.com/delvtech/agent0/pull/1388
* fix codecov by dpaiton in https://github.com/delvtech/agent0/pull/1394
* Connect and trade bots on steth pool by slundqui in https://github.com/delvtech/agent0/pull/1392
* Update to hyperdrive v0.13.0 by slundqui in https://github.com/delvtech/agent0/pull/1395
* Update hotfix by slundqui in https://github.com/delvtech/agent0/pull/1396
* Turning off codecov by slundqui in https://github.com/delvtech/agent0/pull/1398
* Parameterizing checkpoint bot by slundqui in https://github.com/delvtech/agent0/pull/1397
* Hyperdrive v1.0.0 by slundqui in https://github.com/delvtech/agent0/pull/1399
* Hotfix for cli args for checkpoint bot by slundqui in https://github.com/delvtech/agent0/pull/1400
* Adding sync interactive hyperdrive agent from chain api by slundqui in https://github.com/delvtech/agent0/pull/1401
* add timeout by wakamex in https://github.com/delvtech/agent0/pull/1402
* Don't retry when setting approvals in interactive hyperdrive by slundqui in https://github.com/delvtech/agent0/pull/1403
* make default timeout longer by wakamex in https://github.com/delvtech/agent0/pull/1404
* add gas limit parameter to trade functions by wakamex in https://github.com/delvtech/agent0/pull/1406
* fix typo in build positions by wakamex in https://github.com/delvtech/agent0/pull/1407
* increment package version by dpaiton in https://github.com/delvtech/agent0/pull/1409


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.17.1...v0.18.0

0.17.1

What's Changed
* Removing RL specific code to separate repo.
* Refactor code to utilize interactive hyperdrive.
* Cleaning up interactive hyperdrive policies.

PRs
* Removing stable-baselines3 dependency to avoid uv install issue in ci by slundqui in https://github.com/delvtech/agent0/pull/1373
* RL Gym environment updates by slundqui in https://github.com/delvtech/agent0/pull/1374
* refactor exec folder into separate test and IHyperdrive dependencies by dpaiton in https://github.com/delvtech/agent0/pull/1362
* Hotfix for abis and generated types by slundqui in https://github.com/delvtech/agent0/pull/1377
* change fuzz_bots to use ihyperdrive by dpaiton in https://github.com/delvtech/agent0/pull/1376
* remove pip cache in ci by wakamex in https://github.com/delvtech/agent0/pull/1378
* Adding in rollbar initialize to fuzz bots. Turning off pnl calculation in interactive fuzz by slundqui in https://github.com/delvtech/agent0/pull/1379
* Removing IHyperdrivePolicy by slundqui in https://github.com/delvtech/agent0/pull/1380
* Fuzz bots hotfix by slundqui in https://github.com/delvtech/agent0/pull/1381
* Agent0 version bump to v0.17.1 by slundqui in https://github.com/delvtech/agent0/pull/1382


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.17.0...v0.17.1

0.17.0

What's Changed
- Simplifying install instructions for hyperdrivepy publishing
- Update for Hyperdrive 0.10.1
- Readme updates
- Publishing agent0 in CI

PRs
* Adding get_checkpoint to HyperdriveReadInterface by slundqui in https://github.com/delvtech/agent0/pull/1364
* Removing separate hyperdrivepy install by slundqui in https://github.com/delvtech/agent0/pull/1365
* Upgrade Agent0 to Hyperdrive 0.10.0 by slundqui in https://github.com/delvtech/agent0/pull/1366
* update README; docs; autoupload by dpaiton in https://github.com/delvtech/agent0/pull/1360
* linter: disable blank line after last section by wakamex in https://github.com/delvtech/agent0/pull/1354
* Build and upload wheel hotfix. Version bump to 0.16.2 by slundqui in https://github.com/delvtech/agent0/pull/1368
* Updating for hyperdrive v0.10.1 by slundqui in https://github.com/delvtech/agent0/pull/1370
* Agent0 version bump to v0.17.0 by slundqui in https://github.com/delvtech/agent0/pull/1372


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.16.0...v0.17.0

0.16.0

What's Changed
* Single package repo instead of multi-lib monorepo
* New tutorials
* Interactive hyperdrive and lpandarb bot refactors
* Improved arb and pnl accuracy and speed
* New LP bot policy

PRs
* Load wallet state from chain by slundqui in https://github.com/delvtech/agent0/pull/1329
* improve arb bot accuracy by wakamex in https://github.com/delvtech/agent0/pull/1331
* Interactive Hyperdrive to connect to remote chain by slundqui in https://github.com/delvtech/agent0/pull/1333
* Fixing bug with building wallet positions from chain by slundqui in https://github.com/delvtech/agent0/pull/1334
* Updating agent0 demo with remote chain connection by slundqui in https://github.com/delvtech/agent0/pull/1335
* Fixing docstring definition for calc close long/short by slundqui in https://github.com/delvtech/agent0/pull/1336
* Chainsync calculates pnl via rust instead of contract calls by slundqui in https://github.com/delvtech/agent0/pull/1337
* Full hyperdrive env by slundqui in https://github.com/delvtech/agent0/pull/1339
* move isclose check to fixedpointmath; update to new import structure by dpaiton in https://github.com/delvtech/agent0/pull/1341
* adds a function for getting an IFrame to display the dashboard inside jupyter notebooks by dpaiton in https://github.com/delvtech/agent0/pull/1340
* Moving monorepo to single repo by slundqui in https://github.com/delvtech/agent0/pull/1347
* Flag for loading and not loading random state when snapshotting by slundqui in https://github.com/delvtech/agent0/pull/1346
* Updating readthedocs install by slundqui in https://github.com/delvtech/agent0/pull/1350
* Dataclass docstring format by slundqui in https://github.com/delvtech/agent0/pull/1348
* Hyperdrive v0.9.0 by slundqui in https://github.com/delvtech/agent0/pull/1351
* Fixing bug in lp pnl calculation by slundqui in https://github.com/delvtech/agent0/pull/1358
* LP bot that adds or removes liquidity depending on current PNL by dpaiton in https://github.com/delvtech/agent0/pull/1330
* cleanup lpandarb bot by dpaiton in https://github.com/delvtech/agent0/pull/1356
* Fixing race condition for getting current wallet by slundqui in https://github.com/delvtech/agent0/pull/1359
* increment version by dpaiton in https://github.com/delvtech/agent0/pull/1363


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.15.0...v0.16.0

Page 4 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.