Skip to content

bots execute on solidity contracts

Compare
Choose a tag to compare
@dpaiton dpaiton released this 18 Apr 19:50
· 983 commits to main since this release
36cd90f

What’s Changed

  • We now have near complete feature parity with the Hyperdrive solidity smart contracts as of Feb 26 (91888d0)
    • This includes checkpointing, new share accounting, and lots of tests
    • Scaffolding for FixedPoint precision computation was also developed, although not deployed
  • Python bots can now execute trades against the Hyperdrive solidity contracts using ApeWorx
  • We've added a new simulation state that holds transaction deltas (instead of the aggregate state)
  • Tons of bugfixes throughout the repo
  • Code, comment, typing, and docs cleanup to improve readability and repo structure

PRs

New Contributors

Full Changelog: v0.0.2...v0.1.0