Skip to content

Releases: dydxprotocol/v4-chain

Indexer v4.0.0

08 Mar 19:39
e26f283
Compare
Choose a tag to compare

Indexer v4.0.0 Release Notes

What's New?

Trading Rewards

  • Fix Aggregate Historical Trading rewards and always use generated id in tables (#1022) ([#1024](#1024))
  • Fix typo for historical trading rewards ([#1020](#1020))
  • Remove first block from aggregate trading rewards roundtable task interval ([#965](#965))
  • Start processing aggregate trading rewards from first reward ([#959](#959))
  • Add historical trading reward block and aggregation endpoints ([#954](#954))
  • Add logic to aggregate trading rewards ([#952](#952))
  • Update /v4/addresses/:address to return totalTradingRewards ([#933](#933))
  • Add support for trading reward tables in Athena ([#930](#930))
  • Add AggregateTradingRewardsProcessedCache with roundtable task ([#927](#927))
  • Create Aggregate trading rewards roundtable task outline ([#917](#917))

Other API Changes

  • Fix addresses endpoint requiring Wallet ([#1010](#1010))

Other Bug Fixes

  • Fix occasional missing pnl ticks ([#951](#951))

Other

  • Add missing index (#1039) ([#1041](#1041))
  • Add index to address for compliance_data ([#1001](#1001))
  • Update default postgres options for tables ([#999](#999))
  • Wait until bazooka image finishes upgrading before running bazooka in auxo lambda ([#973](#973))
  • Update datadog agent image to use ECR hosted image. ([#969](#969))
  • Add lock multiplier for pnl ticks roundtable task ([#953](#953))
  • Add roundtable task to take fast sync Postgres snapshots every 4 hours ([#912](#912))
  • Add more granular stats for liquidations/deleveraging ([#925](#925))
  • Update BlockTable.getLatest to throw an error and simplify logic ([#915](#915))

Indexer v3.0.4

29 Feb 20:50
5a98a9d
Compare
Choose a tag to compare

Indexer v3.0.4 Release Notes

  • Fix price for deleveraging events (#1121)

Indexer v3.0.3

28 Feb 18:56
5a57601
Compare
Choose a tag to compare

Indexer v3.0.3 Release Notes

  • Add triggerPrice to Athena orders table (#1104)
  • Ensure that all matching status are returned in list orders endpoint (#1112)

Indexer v3.0.2

24 Feb 00:57
157c95a
Compare
Choose a tag to compare

Indexer v3.0.2 Release Notes

  • Contains temporary fix to unhalt block processing by ignoring funding events where perpetual market doesn't exist (#1093)

Release Candidate: Protocol v4.0.0-rc3

23 Feb 02:28
5d118b1
Compare
Choose a tag to compare
Pre-release
  • Upgrade client/v2 to fix autocli signing issues (backport #1090) (#1092)
  • Upgrade forks: cosmos v0.50.4 and cometbft v0.38.5 (backport #1084) (#1085)
  • Fix query: add amino.oneof option to clob oneof metadata (backport #1077) (#1079)
  • Upgrade iavl to v1.0.1 to prune orphan nodes async (backport #1081) (#1082)

Release protocol/v4.0.0-dev3

23 Feb 07:34
36e8c0d
Compare
Choose a tag to compare
Pre-release

Release v4.0.0-dev3

Release protocol/v4.0.0-dev2

23 Feb 07:34
babd6d0
Compare
Choose a tag to compare
Pre-release

Release v4.0.0-dev2

Release protocol/v4.0.0-dev1

23 Feb 07:27
efb358f
Compare
Choose a tag to compare
Pre-release

Release v4.0.0-dev1

Release Candidate: Protocol v4.0.0-rc2

15 Feb 21:54
2571114
Compare
Choose a tag to compare
Pre-release

Fix unnecessary home directory creation issues (backport #1073) (#1075)

Indexer v3.0.1

09 Feb 20:16
43b8aeb
Compare
Choose a tag to compare

Indexer v3.0.1 Release Notes

  • Introduces a performance improvement to queries to the funding_index_updates psql table to reduce db load (#1065)