Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

0.6.0

Compare
Choose a tag to compare
@1010Tom 1010Tom released this 31 Aug 15:01
ee2e71a

Added

  • Active support for the ETHUSD trading pair allowing users to open positions for both BTCUSD and ETHUSD
  • New /itchysats/offer/2.0.0 protocol, which supports any contract symbol.
  • New dynamic route for maker PUT /<contract_symbol>/offer/.
    This allows the creation of offers with <contract_symbol>.
  • Introducing a new field lot_size for offer: Lot Size (in number of contracts) is the minimum trading unit of a contract. Order quantity need to be a multiple of this.

Changed

  • Dropped support for all legacy network protocols.
  • Deprecate the /itchysats/offer/1.0.0 protocol.
    The taker will no longer support this version protocol and the maker will run it until at least the next application version.

Fixed

  • Prevent liquidation intervals from overlapping in qunato payout curves.
  • Ensure that the short liquidation interval of inverse payout curves goes up to the maximum price Olivia can attest to.
  • Do not monitor for mined-long-ago lock transactions after rolling over a CFD.