You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[11428](https://github.com/vegaprotocol/vega/issues/11428) - Add buy back and treasury fee and separate discount/reward factors.
27
+
-[11468](https://github.com/vegaprotocol/vega/issues/11468) - Added support for volume rebate program.
28
+
-[11523](https://github.com/vegaprotocol/vega/issues/11523) - Change method of caching to improve `AMM` snapshot performance.
29
+
-[11426](https://github.com/vegaprotocol/vega/issues/11426) - `EstimateAMMBounds` now reports issues with commitment.
30
+
-[11459](https://github.com/vegaprotocol/vega/issues/11459) - Deprecate time weight position reward metric and replace it with time weighted notional.
31
+
-[11528](https://github.com/vegaprotocol/vega/issues/11528) - Added support for eligible entities reward.
32
+
-[11372](https://github.com/vegaprotocol/vega/issues/11372) - Support combined filters for the `AMM` API.
33
+
-[11583](https://github.com/vegaprotocol/vega/issues/11583) - Keep `AMM` ephemeral position throughout entire auction uncrossing.
34
+
-[11535](https://github.com/vegaprotocol/vega/issues/11535) - Added support for lottery rank distribution strategy.
35
+
-[11536](https://github.com/vegaprotocol/vega/issues/11536) - Make the batch market instructions errors programmatically usable.
36
+
-[11546](https://github.com/vegaprotocol/vega/issues/11546) - Add validation to market proposals metadata.
37
+
-[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.
38
+
-[11570](https://github.com/vegaprotocol/vega/issues/11570) - Include the required set of parties for evaluation for eligible entities reward.
39
+
-[11576](https://github.com/vegaprotocol/vega/issues/11576) - Replace additional rebate validation with a cap.
40
+
-[11533](https://github.com/vegaprotocol/vega/issues/11533) - Suppose per party fee discounts in fee estimation.
41
+
-[11577](https://github.com/vegaprotocol/vega/issues/11577) - Add API for party discounts and rewards.
42
+
-[10716](https://github.com/vegaprotocol/vega/issues/10716) - Set Tendermint defaults during init.
43
+
-[11624](https://github.com/vegaprotocol/vega/issues/11624) - prevent creation of rewards with no payout, but with high computational cost.
44
+
45
+
### 🐛 Fixes
46
+
47
+
-[11521](https://github.com/vegaprotocol/vega/issues/11521) - Restore `AMM` position factor when loading from a snapshot.
48
+
-[11526](https://github.com/vegaprotocol/vega/issues/11526) - `EstimateAMMBounds` now respects the market's decimal places.
49
+
-[11486](https://github.com/vegaprotocol/vega/issues/11486) - `AMMs` can now be submitted on markets with more decimal places than asset decimal places.
50
+
-[11561](https://github.com/vegaprotocol/vega/issues/11561) - Failing amends on `AMMs` now restore original properly.
51
+
-[11583](https://github.com/vegaprotocol/vega/issues/11583) - Remove `AMMs` entirely from engine when market closes.
52
+
-[11568](https://github.com/vegaprotocol/vega/issues/11568) - order book shape on closing `AMM` no longer panics.
53
+
-[11540](https://github.com/vegaprotocol/vega/issues/11540) - Fix spam check for spots to use not double count quantum.
54
+
-[11542](https://github.com/vegaprotocol/vega/issues/11542) - Fix non determinism in lottery ranking.
55
+
-[11616](https://github.com/vegaprotocol/vega/issues/11616) - `AMM` tradable volume now calculated purely in positions to prevent loss of precision.
-[11619](https://github.com/vegaprotocol/vega/issues/11619) - Fix `EstimatePositions` API for capped futures.
58
+
-[11579](https://github.com/vegaprotocol/vega/issues/11579) - Spot calculate fee on amend, use order price if no amended price is provided.
59
+
-[11585](https://github.com/vegaprotocol/vega/issues/11585) - Initialise rebate stats service in API.
60
+
-[11592](https://github.com/vegaprotocol/vega/issues/11592) - Fix the order of calls at end of epoch between rebate engine and market tracker.
61
+
-[11607](https://github.com/vegaprotocol/vega/issues/11607) - Wire rank lottery distribution to team reward payout.
62
+
-[959](https://github.com/vegaprotocol/core-test-coverage/issues/959) - Include `ELS` for `AMM` sub keys to the parent key `ELS`.
63
+
-[11592](https://github.com/vegaprotocol/vega/issues/11592) - Fix the order of calls at end of epoch between rebate engine and market tracker.
64
+
-[10907](https://github.com/vegaprotocol/vega/issues/10907) - Fix position API distressed status not getting updated once the party has been closed out.
65
+
66
+
22
67
## 0.77.5
23
68
24
69
### 🐛 Fixes
25
70
26
71
-[11513](https://github.com/vegaprotocol/vega/issues/11513) - Rollback CometBFT to version `v0.38.8`.
27
-
72
+
-[11516](https://github.com/vegaprotocol/vega/issues/11516) - Fix order spam check for amends.
28
73
29
74
## 0.77.4
30
75
31
76
### 🐛 Fixes
32
77
33
78
-[11508](https://github.com/vegaprotocol/vega/issues/11508) - Handle market order for margin spam protection.
34
79
-[11507](https://github.com/vegaprotocol/vega/issues/11507) - Margin spam check to remove division by asset quantum.
80
+
-[11504](https://github.com/vegaprotocol/vega/issues/11504) - Fix bug causing panic when accounting for volume rounding with AMM orders.
0 commit comments