|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.35.0 |
| 4 | +*2021-04-21* |
| 5 | + |
| 6 | +### Improvements |
| 7 | +- [#3341](https://github.com/vegaprotocol/vega/pull/3341) - Add logging for transactions rejected for having no accounts |
| 8 | +- [#3339](https://github.com/vegaprotocol/vega/pull/3339) - Reimplement amending LPs not to be cancel and replace |
| 9 | +- [#3371](https://github.com/vegaprotocol/vega/pull/3371) - Optimise calculation of cumulative price levels |
| 10 | +- [#3339](https://github.com/vegaprotocol/vega/pull/3339) - Reuse LP orders IDs when they are re-created |
| 11 | +- [#3385](https://github.com/vegaprotocol/vega/pull/3385) - Track the time spent in auction via Prometheus metrics |
| 12 | +- [#3376](https://github.com/vegaprotocol/vega/pull/3376) - Implement a simple benchmarking framework for the core trading |
| 13 | +- [#3371](https://github.com/vegaprotocol/vega/pull/3371) - Optimize indicative price and volume calculation |
| 14 | + |
| 15 | +### Fixes |
| 16 | +- [#3356](https://github.com/vegaprotocol/vega/pull/3356) - Auctions are extended if exiting auction would leave either side of the book empty |
| 17 | +- [#3348](https://github.com/vegaprotocol/vega/pull/3348) - Correctly set time when liquidity engine is created |
| 18 | +- [#3321](https://github.com/vegaprotocol/vega/pull/3321) - Fix bond account use on LP submission |
| 19 | +- [#3369](https://github.com/vegaprotocol/vega/pull/3369) - Reimplement amending LPs not to be cancel and replace |
| 20 | +- [#3358](https://github.com/vegaprotocol/vega/pull/3358) - Improve event bus stability |
| 21 | +- [#3363](https://github.com/vegaprotocol/vega/pull/3363) - Fix behaviour when leaving auctions |
| 22 | +- [#3321](https://github.com/vegaprotocol/vega/pull/3321) - Do not slash bond accounts on LP submission |
| 23 | +- [#3350](https://github.com/vegaprotocol/vega/pull/3350) - Fix equity like share in the market data |
| 24 | +- [#3363](https://github.com/vegaprotocol/vega/pull/3363) - Ensure leaving an auction cannot trigger another auction / auction leave |
| 25 | +- [#3369](https://github.com/vegaprotocol/vega/pull/3369) - Fix LP order deployments |
| 26 | +- [#3366](https://github.com/vegaprotocol/vega/pull/3366) - Set the fee paid in uncrossing auction trades |
| 27 | +- [#3364](https://github.com/vegaprotocol/vega/pull/3364) - Improve / fix positions tracking |
| 28 | +- [#3358](https://github.com/vegaprotocol/vega/pull/3358) - Fix event bus by deep cloning all messages |
| 29 | +- [#3374](https://github.com/vegaprotocol/vega/pull/3374) - Check trades in integration tests |
| 30 | + |
3 | 31 | ## 0.34.1 |
4 | 32 |
|
5 | 33 | *2021-04-08* |
|
0 commit comments