Skip to content

v0.77.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 19:49
· 353 commits to develop since this release
v0.77.0
a72ff4b

Release version 0.77.0

2024-07-16

🛠 Improvements:

  • 11209 - Publish ongoing games data.
  • 11242 - Add configuration to visor to help control binary retries a bit better.
  • 11408 - Relax finality check to allow instant deposits over the Arbitrum bridge.
  • 11196 - Add an active field in the price monitoring bounds payload.
  • 11211 - Liquidation engine includes vAMM shapes as available volume.
  • 11217 - Allow market proposals to override risk factors.
  • 11285 - Add support for trading transaction ordering.
  • 11282 - Allow a party to withdraw rewards from an AMM vested account.
  • 11301 - Sum vesting reward bonus multiplier across all derived keys for party.
  • 11329 - Add source chain ID when available to transaction event attributes
  • 10634 - Add spam checks for orders/liquidity provision
  • 11337 - Enhance transaction reordering with per market control and configurable delay.
  • 11334 - Heartbeat chain events are now sent to keep last seen block up to date.
  • 11344 - Include derived parties in accounts API
  • 11268 - Include derived parties vesting stats API
  • 11266 - Include derived parties rewards API
  • 11357 - Support historical game scores
  • 11023 - Add proposed fees to vAMM data.
  • 11028 - Add API to estimate order book depth based on vAMM.
  • 11400 - Add support for long block auction.
  • 11026 - Add API flag to get paid liquidity fees for a vAMM using the parent key.
  • 11027 - Add API filters to get fees and rewards by market, across epochs.
  • 10360 - Scale funding payment by fraction of period spent outside of auction.

🐛 Fixes:

  • 11066 - Ensure vesting statistics match vesting accounts numbers.
  • 11279 - Handle properly the case of multiple transfers for the same game id.
  • 11293 - Panic in data node with position estimate endpoint.
  • 11401 - Ignore dispatch strategies with zero ref-counts when calculating payouts.
  • 11379 - Source chain id is now populated in GQL Erc20WithdrawalApproval endpoint.
  • 11279 - Handle properly the case of multiple transfers for the same game id.
  • 11297 - Handle properly asset decimals < market decimals when uncrossing the order book upon leaving auction.
  • 11304 - Correctly verify pegged order offset with respect to tick size in the right units.
  • 11319 - Do not leak Ethereum client secrets in the logs.
  • 11336 - Add support for decay factor in governance recurring transfers and report the proposal amount rather than 0 when the proposal gets enacted.
  • 11368 - Add support for update vesting stats in REST API and fix summing the quantum balance for vesting stats.
  • 11380 - Handle broken stop orders in prepare proposal.
  • 11136 - Fix premature invocation of post commit hooks in case of fee stats event.
  • 11409 - When updating a capped market - copy the cap from the existing market definition.
  • 11415 - End long block auction when expired.
  • 11419 - Fix long block auction extension to be calculated from current time.
  • 11438 - Add missing assignment to epoch to and from in gameTeamScores resolvers.
  • 11442 - Add validation to submitAMM to ensure the curves can be successfully generated.
  • 11448 - Fix team game score query with epoch filter.
  • 11457 - Fix cursor column ordering for game scores.
  • 11454 - Ensure ended transfers proper handling.