Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Releases: atpar/ap-monorepo

v0.0.1-alpha.10

31 Dec 16:46
Compare
Choose a tag to compare
v0.0.1-alpha.10 Pre-release
Pre-release
  • Fix STKTerms typeguard (2b65b18)
  • Update terminology for SignedMath to FixedPointMath (686640c)

v0.0.1-alpha.9

18 Dec 17:08
Compare
Choose a tag to compare
v0.0.1-alpha.9 Pre-release
Pre-release

Additions and fixes in ts sdk.

  • Add methods for instantiating extension, observer oracle proxy and price oracle proxy contracts to sdk (d116ae0)
  • Fix dictionary in sdk (668c868)

v0.0.1-alpha.8

17 Dec 13:41
Compare
Choose a tag to compare
v0.0.1-alpha.8 Pre-release
Pre-release

Fixes wrong method signature for isEventScheduled in STKEngine

  • Fix wrong method signature for isEventScheduled for STK and fix type guard for CERTFState (60eeba9)

v0.0.1-alpha.7

13 Dec 14:57
Compare
Choose a tag to compare
v0.0.1-alpha.7 Pre-release
Pre-release

Introduces Contract-Type specific State definitions, new day count conventions and a new contract type COLLA (lighweight PAM with embedded collateralization)

  • Add 28E336 day count convention (03a003a)
  • Add COLLA contracts (24ef3ae)
  • Add Intraday day count conventions (a7d3577)
  • Add OpenOracleProxy and replace DataRegistryProxy with OpenOracleProxy in Collateral (3a8d585)
  • Remove not applicable state attributes (0407a30)
  • Remove priceAtTerminationDate for CEG (b653fdb)
  • Use SafeERC20 methods (ae16b07)
  • Convert bytes32 to bytes for externalData (4f56be0)
  • Fix ANNState, PAMState definitions and add templated parseWeb3Response method (22cab6e)
  • Fix isEventSchedule method in PAMEngine (047148e)
  • Fix revert reasons in CycleUtils (62a5734)