Skip to content

Release v0.0.5

Compare
Choose a tag to compare
@PaulZhemanov PaulZhemanov released this 30 Aug 08:32
· 142 commits to main since this release

Changelog for BTC-USDC Market

[v0.0.5] - 2024-08-27

Changes in Configuration for BTC-USDC Market (config.yaml)

  • Updated Contract Address:

    • The address for the OrderBook contract in the config.yaml was updated:
      • Old Address: 0x58959d086d8a6ee8cf8eeb572b111edb21661266be4b4885383748d11b72d0aa
      • New Address: 0x9bc5f33c9a1bec6461500cd85b3ba1d8f0094a865b6b9c4367631e4111d0305d - BTC-USDC Market
  • Removed Unused Events:

    • The following events were removed from the configuration:
      • DepositEvent
      • WithdrawEvent

Changes in GraphQL Schema (schema.graphql)

  • Removed AssetType Enum:

    • The AssetType enum was removed from the schema. This change simplifies the data model by removing unnecessary definitions.
  • Removed Event Types:

    • The following event types were removed from the schema:
      • DepositEvent
      • WithdrawEvent

These changes reflect updates to the contract address, removal of unused events, and simplification of the schema by removing unnecessary types and enums.

Full Changelog: v0.0.4...v0.0.5