github dydxprotocol/v4-chain protocol/v8.1.0
Release protocol/v8.1.0

latest releases: indexer/v9.0.0, protocol/v9.0.0, indexer/v9.0.0-rc2...
2 months ago

Note: If using cosmosvisor, put binary under folder v8.1 which is the upgrade name

Highlights

This release includes changes in following major areas:

  • Builder codes
  • Clob transaction batching
  • Cross IML
  • New Market Liquidity Tier

Detailed Changes

Builder Codes

  • This enables external parties to submit orders to dYdX and collect fees (per-order) for building and routing an order to the exchange.
  • The address and fee, in parts per million, needs to be configured via the BuilderCodeParameters in the order message itself. The fee will be paid out when the given order is filled.
  • Builder fees and addresses can be queried via the indexer using the /orders and /fills endpoints as usual. /orders contains details on the fee rate and builder address. /fills also contains the builder address as well as details on the amount charged per-fill.

Clob Transaction Batching

  • This change allows multiple Clob messages (specifically pertaining to stateful orders) to be placed in a single transaction
  • This also allows for one transfer to be included in a batched transaction call, allowing users to transfer money into an account and place in trade with order enforced.

Cross Instant Market Listings

  • Markets are now allowed to be cross-launchable from the outset. By tagging assets in the marketmap as cross-launcable, on launch it will be cross margin.

IML Liquidity Tier

  • Markets launched will now use the new IML_5x liquidity tier

What's Changed

Full Changelog: protocol/v8.0.13...protocol/v8.1.0

Don't miss a new v4-chain release

NewReleases is sending notifications on new releases.