Skip to content

v0.11.0

Compare
Choose a tag to compare
@eoin-betdex eoin-betdex released this 27 Jul 12:47
· 145 commits to main since this release
551f119

No major new features in this release, however a minor feature improvement and some quality of life changes.

Highlights

  • #84 made some changes around optimising the funds that can be returned to users when matching their orders. Read more about it here.
  • #99 removes all hardcoded commitment levels from the client libraries, this allows any builder to set their own commitment levels on the provider/connection. Read more here
  • #100 adds the fields used as seeds for MarketMatchingPool accounts to the accounts to allow for easier use of the accounts by clients. Read more here

Account changes

  • market_position
    • outcome_max_exposure renamed to unmatched_exposures
  • market_matching_pool
    • purchaser renamed to payer
    • market_outcome_index: u16 added
    • for_outcome: bool added
    • price: f64 added

What's Changed

Full Changelog: v0.10.1...v0.11.0