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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
15
15
-[11209](https://github.com/vegaprotocol/vega/issues/11209) - Publish ongoing games data.
16
16
-[11242](https://github.com/vegaprotocol/vega/issues/11242) - Add configuration to visor to help control binary retries a bit better.
17
+
-[11408](https://github.com/vegaprotocol/vega/issues/11408) - Relax finality check to allow instant deposits over the `Arbitrum` bridge.
17
18
-[11196](https://github.com/vegaprotocol/vega/issues/11196) - Add an active field in the price monitoring bounds payload.
18
19
-[11211](https://github.com/vegaprotocol/vega/issues/11211) - Liquidation engine includes `vAMM` shapes as available volume.
19
20
-[11217](https://github.com/vegaprotocol/vega/issues/11217) - Allow market proposals to override risk factors.
@@ -47,6 +48,7 @@
47
48
-[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.
48
49
-[11380](https://github.com/vegaprotocol/vega/issues/11380) - Handle broken stop orders in prepare proposal.
49
50
-[11136](https://github.com/vegaprotocol/vega/issues/11136) - Fix premature invocation of post commit hooks in case of fee stats event.
51
+
-[11409](https://github.com/vegaprotocol/vega/issues/11409) - When updating a capped market - copy the cap from the existing market definition.
Copy file name to clipboardExpand all lines: core/integration/features/amm/0090-VAMM-016.feature
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ Feature: vAMM has the same ELS as liquidity provision with the same commitment a
90
90
When the parties submit the following liquidity provision:
91
91
# Using 9788 instead of exactly 10,000 makes things easier because getting exactly 10,000 from an AMM pool as virtual stake can be tricky due to complex math.
92
92
| id | party | marketid | commitmentamount | fee | lptype |
Scenario: 0090-VAMM-017: A vAMM's virtual ELS should be equal to the ELS of a regular LP with the same committed volume on the book (i.e. if a vAMM has an average volume on each side of the book across the epoch of 10k USDT, their ELS should be equal to that of a regular LP who has a commitment which requires supplying 10k USDT who joined at the same time as them).
@@ -123,7 +123,7 @@ Feature: vAMM has the same ELS as liquidity provision with the same commitment a
123
123
When the parties submit the following liquidity provision:
124
124
# Using 10,093 instead of exactly 10,000 makes things easier because getting exactly 10,000 from an AMM pool as virtual stake can be tricky due to complex math.
125
125
| id | party | marketid | commitmentamount | fee | lptype |
0 commit comments