Skip to content

Releases: vegaprotocol/vega

v0.78.4-patch.1

16 Sep 14:28
v0.78.4-patch.1
38865e5
Compare
Choose a tag to compare
v0.78.4-patch.1 Pre-release
Pre-release

Release version 0.78.4-patch.1

2024-09-16

🐛 Fixes:

  • 11689 - Set max window length to 200.

v0.78.5

13 Sep 12:51
v0.78.5
ca6b5ea
Compare
Choose a tag to compare
v0.78.5 Pre-release
Pre-release

Release version 0.78.5

2024-09-13

🐛 Fixes:

  • 11679 - Fix calculation of fees in party stats.

v0.78.4

12 Sep 13:24
v0.78.4
460cd25
Compare
Choose a tag to compare
v0.78.4 Pre-release
Pre-release

Release version 0.78.4

2024-09-12

🐛 Fixes:

  • 11675 - Check for empty tier slices and use int for slice indexes
  • 11676 - Check for nil pointers in tiers.
  • 11670 - Extend validation for programs window length to 200.

v0.78.3

11 Sep 13:56
v0.78.3
4f7b9ea
Compare
Choose a tag to compare
v0.78.3 Pre-release
Pre-release
Release version 0.78.3

*2024-09-11*

🐛 Fixes:

- [11664](https://github.com/vegaprotocol/vega/issues/11664) - Remove unneeded check for market length in `GetPartyStats`.
- [11662](https://github.com/vegaprotocol/vega/issues/11662) - Remove reference to public from query.
- [11665](https://github.com/vegaprotocol/vega/issues/11665) - Delay the final termination of a transfer to the following epoch.
- [11672](https://github.com/vegaprotocol/vega/issues/11672) - Add missing fees in GraphQL bindings.
- [11668](https://github.com/vegaprotocol/vega/issues/11668) - Market depth for `AMM's` when stepping over fair-price adds volume.

v0.78.2

05 Sep 14:01
v0.78.2
414ab7f
Compare
Choose a tag to compare
v0.78.2 Pre-release
Pre-release

Release version 0.78.2

2024-09-05

0.78.2

🛠 Improvements:

  • 11644 - liveOnly flag has been added to the AMM API to show only active AMMs.

🐛 Fixes:

  • 11652 - Apply fees and discounts on network disposal trades.
  • 11645 - Support party stats with no markets to retrieve for all markets.
  • 11655 - Liquidity fees paid does not like type derived party flag.
  • 11650 - Add include sub accounts flag to listPositions.
  • 11641 - Panic with pegged orders.
  • 11646 - Add tier numbers to API.

v0.78.1

03 Sep 10:00
v0.78.1
7b08a4d
Compare
Choose a tag to compare
v0.78.1 Pre-release
Pre-release
Release version 0.78.1

*2024-09-03*

🐛 Fixes

- [11633](https://github.com/vegaprotocol/vega/issues/11633) - Use bridge deployment heights from network parameter when starting network from genesis.)
- [11583](https://github.com/vegaprotocol/vega/issues/11583) - Rough bound on price interval when matching with `AMMs` is now looser and calculated in the `AMM` engine.
- [11624](https://github.com/vegaprotocol/vega/issues/11624) - prevent creation of rewards with no payout, but with high computational cost.
- [11619](https://github.com/vegaprotocol/vega/issues/11619) - Fix `EstimatePositions` API for capped futures.

v0.77.10

02 Sep 14:25
v0.77.10
45f5e48
Compare
Choose a tag to compare

Release version 0.77.10

2024-09-02

🐛 Fixes:

  • 114634 - Disable incorrect validation with number of validators.

v0.77.9-patch.1

31 Aug 15:22
v0.77.9-patch.1
2339ec4
Compare
Choose a tag to compare
v0.77.9-patch.1 Pre-release
Pre-release
Release version 0.77.9-patch.1

*2024-08-31*

🐛 Fixes:

- Infinite recursion issue due to circular references in error objects.

v0.78.0

29 Aug 14:40
v0.78.0
0910d96
Compare
Choose a tag to compare
v0.78.0 Pre-release
Pre-release
Release version 0.78.0

*2024-08-29*

🛠 Improvements:

- [11428](https://github.com/vegaprotocol/vega/issues/11428) - Add buy back and treasury fee and separate discount/reward factors.
- [11468](https://github.com/vegaprotocol/vega/issues/11468) - Added support for volume rebate program.
- [11523](https://github.com/vegaprotocol/vega/issues/11523) - Change method of caching to improve `AMM` snapshot performance.
- [11426](https://github.com/vegaprotocol/vega/issues/11426) - `EstimateAMMBounds` now reports issues with commitment.
- [11459](https://github.com/vegaprotocol/vega/issues/11459) - Deprecate time weight position reward metric and replace it with time weighted notional.
- [11528](https://github.com/vegaprotocol/vega/issues/11528) - Added support for eligible entities reward.
- [11372](https://github.com/vegaprotocol/vega/issues/11372) - Support combined filters for the `AMM` API.
- [11583](https://github.com/vegaprotocol/vega/issues/11583) - Keep `AMM` ephemeral position throughout entire auction uncrossing.
- [11535](https://github.com/vegaprotocol/vega/issues/11535) - Added support for lottery rank distribution strategy.
- [11536](https://github.com/vegaprotocol/vega/issues/11536) - Make the batch market instructions errors programmatically usable.
- [11546](https://github.com/vegaprotocol/vega/issues/11546) - Add validation to market proposals metadata.
- [11562](https://github.com/vegaprotocol/vega/issues/11562) - Update average notional metric with mark price at the end of the epoch and when calculating live score.
- [11570](https://github.com/vegaprotocol/vega/issues/11570) - Include the required set of parties for evaluation for eligible entities reward.
- [11576](https://github.com/vegaprotocol/vega/issues/11576) - Replace additional rebate validation with a cap.
- [11533](https://github.com/vegaprotocol/vega/issues/11533) - Suppose per party fee discounts in fee estimation.
- [11577](https://github.com/vegaprotocol/vega/issues/11577) - Add API for party discounts and rewards.
- [10716](https://github.com/vegaprotocol/vega/issues/10716) - Set Tendermint defaults during init.
- [11624](https://github.com/vegaprotocol/vega/issues/11624) - prevent creation of rewards with no payout, but with high computational cost.

🐛 Fixes:

- [11521](https://github.com/vegaprotocol/vega/issues/11521) - Restore `AMM` position factor when loading from a snapshot.
- [11526](https://github.com/vegaprotocol/vega/issues/11526) - `EstimateAMMBounds` now respects the market's decimal places.
- [11486](https://github.com/vegaprotocol/vega/issues/11486) - `AMMs` can now be submitted on markets with more decimal places than asset decimal places.
- [11561](https://github.com/vegaprotocol/vega/issues/11561) - Failing amends on `AMMs` now restore original properly.
- [11583](https://github.com/vegaprotocol/vega/issues/11583) - Remove `AMMs` entirely from engine when market closes.
- [11568](https://github.com/vegaprotocol/vega/issues/11568) - order book shape on closing `AMM` no longer panics.
- [11540](https://github.com/vegaprotocol/vega/issues/11540) - Fix spam check for spots to use not double count quantum.
- [11542](https://github.com/vegaprotocol/vega/issues/11542) - Fix non determinism in lottery ranking.
- [11616](https://github.com/vegaprotocol/vega/issues/11616) - `AMM` tradable volume now calculated purely in positions to prevent loss of precision.
- [11544](https://github.com/vegaprotocol/vega/issues/11544) - Fix empty candles stream.
- [11619](https://github.com/vegaprotocol/vega/issues/11619) - Fix `EstimatePositions` API for capped futures.
- [11579](https://github.com/vegaprotocol/vega/issues/11579) - Spot calculate fee on amend, use order price if no amended price is provided.
- [11585](https://github.com/vegaprotocol/vega/issues/11585) - Initialise rebate stats service in API.
- [11592](https://github.com/vegaprotocol/vega/issues/11592) - Fix the order of calls at end of epoch between rebate engine and market tracker.
- [11607](https://github.com/vegaprotocol/vega/issues/11607) - Wire rank lottery distribution to team reward payout.
- [959](https://github.com/vegaprotocol/core-test-coverage/issues/959) - Include `ELS` for `AMM` sub keys to the parent key `ELS`.
- [11592](https://github.com/vegaprotocol/vega/issues/11592) - Fix the order of calls at end of epoch between rebate engine and market tracker.
- [10907](https://github.com/vegaprotocol/vega/issues/10907) - Fix position API distressed status not getting updated once the party has been closed out.

v0.78.0-preview.4

23 Aug 11:11
v0.78.0-preview.4
b1d20e7
Compare
Choose a tag to compare
v0.78.0-preview.4 Pre-release
Pre-release
Release v0.78.0 preview 4