Skip to content

Releases: dydxprotocol/v4-chain

Protocol v4.1.2

15 May 00:25
0f19dd1
Compare
Choose a tag to compare

This release primarily includes performance improvements that significantly increase maximum order throughput. Notably this disables equity tier limits for short term orders, but enforcement of that limit is prohibitively expensive. Rate limits still apply for short term orders.

  • Upgrade cosmos fork to use libsecp256k1 from go-ethereum (backport #1210) (#1517)
  • Skip equity tier limit check in PlaceShortTermOrder (backport #1318) (#1516)
  • Add new query endpoint for stateful orders (backport #1501) #1509
  • Metrics for grpc full node streaming (backport #1472) #1474

Release protocol/v5.0.0-rc4

10 May 18:00
e249026
Compare
Choose a tag to compare
Pre-release

Release v5.0.0-rc4

Release protocol/v5.0.0-rc3

09 May 17:19
eee8f67
Compare
Choose a tag to compare
Pre-release

Release v5.0.0-rc3

Release protocol/v5.0.0-rc2

06 May 19:04
e08b5f0
Compare
Choose a tag to compare
Pre-release

Release v5.0.0-rc2

Release protocol/v5.0.0-rc1

03 May 22:13
63363ad
Compare
Choose a tag to compare
Pre-release

Release candidate 1 for v5.0.0.

Highlights

This release includes changes in following areas:

  • Feature: Isolated Markets
  • Feature: Batch order cancellation
  • Feature: Protocol-enshrined LP Vault
  • Feature: Oracle price through vote Extension/Slinky integration
  • Performance: Signature Verification Parallelization
  • Safety: Soft Open Interest Cap

Required Set-up

  • The Slinky sidecar is required to run a validator node for v5.0.0. See instructions here.

Details

[Coming soon]

indexer/v5.0.0-rc0

03 May 22:24
93b262a
Compare
Choose a tag to compare
indexer/v5.0.0-rc0 Pre-release
Pre-release

Release candidate 1 for v5.0.0.

Highlights

This release includes changes in following areas:

  • Feature: Isolated Markets
  • Safety: Soft Open Interest Cap
  • Improved regulatory integration
    • Persistent geo-blocking
    • Close-only mode

Details

[Coming soon]

Protocol v3.0.2

03 May 15:00
40a28e4
Compare
Choose a tag to compare
  • Make funding payment event ordering deterministic (#1455)

Protocol v4.1.1

30 Apr 22:09
20c3a3d
Compare
Choose a tag to compare

This release fixes a rare consensus error that causes the node to stop. The bug itself was relatively harmless because the node can just be restarted without further action.

  • Fix rare consensus bug by upgrading to newly rebased cometbft fork (backport #1438) (#1441)
  • Decouple grpc and non validating full node flags (#1400) (#1404)

Indexer v4.1.1

29 Apr 17:15
indexer/v4.1.1
8738aa2
Compare
Choose a tag to compare

Indexer v4.1.1 Release Notes

Fixes an error that prevented the creation of pnl ticks.

Protocol v4.1.0

11 Apr 09:35
52397f9
Compare
Choose a tag to compare

Release v4.1.0

This release contains some important UX optimization for conditional orders and collateralization checks in general.

  • Skip collateralization check for untriggered conditional orders (#1370)
  • Deprecate the pessimistic add-to-orderbook collateralization check (backport #1107) (#1377)

This release is not state-compatible with v4.0.x.