Skip to content

Releases: vegaprotocol/vega

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

v0.78.0-preview.3

16 Aug 16:41
v0.78.0-preview.3
2a19672
Compare
Choose a tag to compare
v0.78.0-preview.3 Pre-release
Pre-release
Preview release v0.78.0 3

v0.77.9

16 Aug 10:39
v0.77.9
bf9c2b2
Compare
Choose a tag to compare

Release version 0.77.9

2024-08-16

🐛 Fixes:

  • 11452 - Implement alternative estimations for fully collateralised capped future.

v0.77.8

14 Aug 14:49
v0.77.8
81597c6
Compare
Choose a tag to compare
v0.77.8 Pre-release
Pre-release

Release version 0.77.8

2024-08-14

🐛 Fixes:

  • 11579 - Spot calculate fee on amend, use order price if no amended price is provided.

v0.78.0-preview.2

12 Aug 16:56
v0.78.0-preview.2
8ed392d
Compare
Choose a tag to compare
v0.78.0-preview.2 Pre-release
Pre-release
Release v0.78.0 preview 2

v0.78.0-preview.1

08 Aug 19:10
13045f7
Compare
Choose a tag to compare
v0.78.0-preview.1 Pre-release
Pre-release
fix: typo in version