Releases: dydxprotocol/v4-chain
Releases · dydxprotocol/v4-chain
Indexer v4.0.0
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
Other Bug Fixes
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
Indexer v3.0.4 Release Notes
- Fix price for deleveraging events (#1121)
Indexer v3.0.3
Indexer v3.0.2
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
- 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
Release v4.0.0-dev3
Release protocol/v4.0.0-dev2
Release v4.0.0-dev2
Release protocol/v4.0.0-dev1
Release v4.0.0-dev1
Release Candidate: Protocol v4.0.0-rc2
Indexer v3.0.1
Indexer v3.0.1 Release Notes
- Introduces a performance improvement to queries to the
funding_index_updates
psql table to reduce db load (#1065)