crash report and api improvements
What's Changed
- reorganizes API for better developer experience
- adds new functions to hyperdrive-rs and the python wrappers
- improves crash reporting
PRs
- increments version by @dpaiton
- Merge pull request #1066 from delvtech/develop by @dpaiton
- mock open long and short by @dpaiton in #1062
- Fix typos in INSTALL.md by @ryangoree in #1047
- delete hyperdrive notebook by @dpaiton in #1061
- Bug fixes for getting total supply withdrawal shares in pool info by @slundqui in #1056
- Changing args to build_user_mapping to allow for offline data by @slundqui in #1055
- Hotfix for decimal too large in transactions table in export by @slundqui in #1054
- Lateral installs also includes the lateral package base dependencies by @slundqui in #1053
- Adding error lookup in preview transaction by @slundqui in #1052
- Export db to parquet and import parquet to pandas by @slundqui in #1051
- Fixing arguments to smart contract functions in python by @slundqui in #1049
- Raw transaction in crash report by @slundqui in #1048
- refactor Hyperdrive API by @slundqui in #1042
- adds calc_bonds_given_rate_and_shares api function by @dpaiton in #1040
- Wrapping contract calls in custom exception by @slundqui in #1046
- No longer setting maturity time when not set by @slundqui in #1041
- Machine crash report by @slundqui in #1036
- Adding explicit script for running fuzz testing that pauses chain on crash by @slundqui in #1035
- Option for machine readable crash report to file by @slundqui in #1034
- Adding anvil state to crash report by @slundqui in #1029
- Always preview and preview on same block. Fixing slippage in policies. by @slundqui in #1028
Full Changelog: v0.8.2...v0.8.3