Skip to content

Releases: vegaprotocol/vega

v0.77.6

31 Jul 19:08
v0.77.6
3783232
Compare
Choose a tag to compare
v0.77.6 Pre-release
Pre-release

Release version 0.77.6

2024-07-31

🐛 Fixes:

  • 11516 - Fix order spam check for amends.

v0.77.5

31 Jul 13:11
v0.77.5
03b0372
Compare
Choose a tag to compare
v0.77.5 Pre-release
Pre-release
Release version 0.77.5

*2024-07-31*

🐛 Fixes:

- [11513](https://github.com/vegaprotocol/vega/issues/11513) - Rollback CometBFT to version `v0.38.8`.

v0.77.4

30 Jul 16:12
v0.77.4
3224ba4
Compare
Choose a tag to compare
v0.77.4 Pre-release
Pre-release

Release version 0.77.4

2024-07-30

🐛 Fixes:

  • 11508 - Handle market order for margin spam protection.
  • 11507 - Margin spam check to remove division by asset quantum.

v0.77.3

25 Jul 14:32
v0.77.3
c89ec09
Compare
Choose a tag to compare
v0.77.3 Pre-release
Pre-release

Release version 0.77.3

2024-07-25

🛠 Improvements:

  • 1333 - Added coverage for 0093-TRTO-001.
  • 1334 - Added coverage for 0093-TRTO-002.
  • 1335 - Added coverage for 0093-TRTO-003.
  • 1336 - Added coverage for 0093-TRTO-004.
  • 1337 - Added coverage for 0093-TRTO-005.
  • 1338 - Added coverage for 0093-TRTO-006.
  • 1339 - Added coverage for 0093-TRTO-007.
  • 1340 - Added coverage for 0093-TRTO-008.
  • 1341 - Added coverage for 0093-TRTO-009.
  • 1342 - Added coverage for 0093-TRTO-010.
  • 1343 - Added coverage for 0093-TRTO-011.
  • 1344 - Added coverage for 0093-TRTO-012.
  • 1382 - Added coverage for 0093-TRTO-013.
  • 11497 - Improve performance with the ackedEvents store.

🐛 Fixes:

  • 11496 - Fix panic with long block auctions.

v0.77.2

23 Jul 11:34
v0.77.2
6e72490
Compare
Choose a tag to compare
v0.77.2 Pre-release
Pre-release
Release version 0.77.2

*2024-07-23*

🐛 Fixes:

- [11481](https://github.com/vegaprotocol/vega/issues/11481) - Fix margin check for cross margin market orders.
- [11474](https://github.com/vegaprotocol/vega/issues/11474) - Fail `checkTx` downstream for delayed transactions so they don't get included in more than one block.

v0.77.1

18 Jul 05:38
v0.77.1
a5d58f3
Compare
Choose a tag to compare
v0.77.1 Pre-release
Pre-release
Release version 0.77.1

*2024-07-18*

🛠 Improvements:

- [11466](https://github.com/vegaprotocol/vega/issues/11466) - Update CometBFT to version `0.38.10`.

🐛 Fixes:

- [11453](https://github.com/vegaprotocol/vega/issues/11453) - Fix margin for fully collateralised markets.
- [11462](https://github.com/vegaprotocol/vega/issues/11462) - Update the time weighted notional when publishing live game scores.

v0.77.0

16 Jul 19:49
v0.77.0
a72ff4b
Compare
Choose a tag to compare
v0.77.0 Pre-release
Pre-release

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.

v0.77.0-preview.10

13 Jul 18:06
v0.77.0-preview.10
c685416
Compare
Choose a tag to compare
v0.77.0-preview.10 Pre-release
Pre-release
Release version 0.77.0-preview.10

*2024-07-13*

🛠 Improvements:

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

🐛 Fixes:

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

v0.77.0-preview.9

12 Jul 11:21
v0.77.0-preview.9
95721d7
Compare
Choose a tag to compare
v0.77.0-preview.9 Pre-release
Pre-release
Release version 0.77.0-preview.9

*2024-07-12*

🛠 Improvements:

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

🐛 Fixes:

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

v0.77.0-preview.8

11 Jul 11:49
v0.77.0-preview.8
5b969db
Compare
Choose a tag to compare
v0.77.0-preview.8 Pre-release
Pre-release
Release version 0.77.0-preview.8

*2024-07-03*

🛠 Improvements:

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

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