Releases: vegaprotocol/vega
Releases · vegaprotocol/vega
Release patch v0.37.2
Fixes: - [#3529](https://github.com/vegaprotocol/vega/pull/3529) - Fix auction extensions bugs - [#3523](https://github.com/vegaprotocol/vega/pull/3523) - Fix crash with nil pointer in APIs (Prepare Proposal)
Release patch v0.37.1
Fixes
- #3518 - Fix the CI build for the some architectures
Release v0.37.0
2021-05-26
Improvements:
- #3479 - Add test coverage for auction interactions
- #3494 - Add
error_detailsfield to rejected proposals - #3491 - Market Data no longer returns an error when no market data exists, as this is a valid situation
- #3461 - Optimise transaction format & improve validation
- #3489 - Run
buf breakingat build time - #3487 - Refactor
prepare*command validation - #3516 - New tests for distressed LP + use margin for bond slashing as fallback
Fixes:
Release v0.36.0
2021-05-13
Improvements:
- #3408 - Add more information on token proportion/weight on proposal votes APIs
- #3360 - 🔥 REST: Move deposits endpoint to
/parties/[partyId]/deposits - #3431 - Improve caching of values when exiting auctions
- #3459 - Add extra validation for Order, Vote, Withdrawal and LP transactions
- #3433 - Reject non-persistent orders that fall outside price monitoring bounds
- #3443 - Party is no longer required when submitting an order amendment
- #3446 - Party is no longer required when submitting an order cancellation
- #3449 - Party is no longer required when submitting an withdrawal request
Fixes:
- #3451 - Remove float usage in liquidity engine
- #3447 - Clean up order submission code
- #3436 - Break up internal proposal definitions
- #3452 - Tidy up LP implementation internally
- #3458 - Fix spelling errors in GraphQL docs
- #3434 - Improve test coverage around Liquidity Provisions on auction close
- #3411 - Fix settlement tests
- #3418 - Rename External Resource Checker to Witness
- #3419 - Fix blank IDs on oracle specs in genesis markets
- #3412 - Refactor internal Vote Submission type to be separate from Vote type
- #3421 - Improve test coverage around order uncrossing
- #3425 - Remove debug steps from feature tests
- #3430 - Remove
LiquidityPoolBalancefrom configuration - #3468 - Increase rate limit that was causing mempools to fill up unnecessarily
- #3438 - Split protobuf definitions
- #3450 - Do not emit amendments from liquidity engine
v0.36.0-pre1
Release v0.36.0
v0.35.5: Release patch version 0.35.5
Fixes: - [#3468](https://github.com/vegaprotocol/vega/pull/3468) - Remove rate limiting and balance check
v0.35.4: Release patch version 0.35.4
Fixes: - [#3451](https://github.com/vegaprotocol/vega/pull/3451) - remove float from the core shares calculation for LP + use shopsring decimal
v0.35.3: Release patch version 0.35.3
Fixes: - [#3409](https://github.com/vegaprotocol/vega/pull/3409) - Fix indicative price and volume calculation
v0.35.2: Release patch version 0.35.2
Fixes: - [#3406](https://github.com/vegaprotocol/vega/pull/3406) - Fixes matched order removal from the orderbook - [#3407](https://github.com/vegaprotocol/vega/pull/3407) - Fixes some orderbook issues
v0.35.1: Release patch version 0.35.1
Fix: - [#3404](https://github.com/vegaprotocol/vega/pull/3404) - Fix the CI pipeline