Skip to content

Commit e3d34da

Browse files
committed
update changelog
1 parent a310e83 commit e3d34da

3 files changed

Lines changed: 30 additions & 1 deletion

File tree

.spelling

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ mutex
4040
mutexes
4141
nodewallet
4242
notarising
43+
Prometheus
4344
proto
4445
protobuf
4546
protobufs

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

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+
331
## 0.34.1
432

533
*2021-04-08*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vega
22

3-
Version 0.34.1.
3+
Version 0.35.0.
44

55
A decentralised trading platform that allows pseudo-anonymous trading of derivatives on a blockchain.
66

0 commit comments

Comments
 (0)