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