Skip to content

Releases: vegaprotocol/vega

Release patch v0.37.2

29 May 10:33

Choose a tag to compare

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

26 May 18:02

Choose a tag to compare

Fixes

  • #3518 - Fix the CI build for the some architectures

Release v0.37.0

27 May 10:10
@edd edd
80c3800

Choose a tag to compare

2021-05-26

Improvements:

  • #3479 - Add test coverage for auction interactions
  • #3494 - Add error_details field 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 breaking at build time
  • #3487 - Refactor prepare* command validation
  • #3516 - New tests for distressed LP + use margin for bond slashing as fallback

Fixes:

  • #3513 - Fix reprice of pegged orders on every liquidity update
  • #3457 - Fix probability of trading calculation for liquidity orders
  • #3515 - Fixes for the resolve close out LP parties flow
  • #3513 - Fix redeployment of LP orders
  • #3514 - Fix price monitoring bounds

Release v0.36.0

15 May 05:42
4b0f464

Choose a tag to compare

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 LiquidityPoolBalance from 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

13 May 19:23

Choose a tag to compare

Release v0.36.0

v0.35.5: Release patch version 0.35.5

11 May 15:38

Choose a tag to compare

Fixes:
- [#3468](https://github.com/vegaprotocol/vega/pull/3468) - Remove rate limiting and balance check

v0.35.4: Release patch version 0.35.4

04 May 09:20

Choose a tag to compare

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

24 Apr 08:33

Choose a tag to compare

Fixes:
- [#3409](https://github.com/vegaprotocol/vega/pull/3409) - Fix indicative price and volume calculation

v0.35.2: Release patch version 0.35.2

23 Apr 16:19

Choose a tag to compare

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

22 Apr 17:01

Choose a tag to compare

Fix:
- [#3404](https://github.com/vegaprotocol/vega/pull/3404) - Fix the CI pipeline