Skip to content

Releases: vegaprotocol/vega

v0.75.0-preview.6

13 Mar 15:44
v0.75.0-preview.6
925e868
Compare
Choose a tag to compare
v0.75.0-preview.6 Pre-release
Pre-release

Release version 0.75.0-preview.6

2024-03-13

  • 10635 - Add support for tick size

  • 10686 - Allow transfers to filter by from and to account type.

  • 10686 - Network will now only trade within price monitoring bounds.

  • 10770 - Increase price monitoring triggers to 100.

  • 10802 - Added tick size support in feature tests.

  • 788 - Add coverage for 0011-MARA-020

  • 789 - Add coverage for 0011-MARA-021

  • 790 - Add coverage for 0011-MARA-023

  • 791 - Add coverage for 0011-MARA-024

  • 792 - Add coverage for 0011-MARA-025

  • 793 - Add coverage for 0011-MARA-026

  • 794 - Add coverage for 0011-MARA-027

  • 795 - Add coverage for 0011-MARA-028

  • 796 - Add coverage for 0011-MARA-029

  • 797 - Add coverage for 0011-MARA-030

  • 798 - Add coverage for 0011-MARA-031

  • 799 - Add coverage for 0011-MARA-032

  • 10841 - Send heartbeats from ethcall engine to update core of the latest Ethereum block.

  • 10392 - Integrate mark price with price monitoring.

  • 10845 - Remove price monitoring trigger staleness check.

  • 10810 - Do not update mark price from book during auctions.

  • 10846 - Change min requirement for margin factor.

  • 10754 - Simplify margin calculation (remove order book slippage).

  • 10831 - Add API for notionalTimeWeightedAveragePosition.

  • 10879 - Upgrade to cometbft 0.38.6.

  • 10885 - Allow margin factor to be any positive.

  • 10722 - Team API aggregation does not aggregate from the latest epoch.

  • 10743 - When SLA hysteresis epochs are updated resize the ring using new value.

  • 10811 - Ethereum call events are now properly deduplicated when restoring from a snapshot.

  • 10725 - Batch proposal votes to contain ELS per market.

  • 10744 - Prevent governance suspension of a market already governance suspended.

  • 10374 - Ledger entries did not return data when filtering by transfer id.

  • 10750 - Handle cancellation of order on entering auction for party in isolated margin mode.

  • 10748 - Ensure apply fees cannot fail.

  • 10752 - Handle amend in place correctly for failure in isolated margin check.

  • 10753 - Handle the case that a submitted order is FoK in isolated margin to not double discount it from position.

  • 10136 - Assure opening auction uncrossing price gets registered in the perps engine.

  • 10727 - Allow for a 0 funding rate scaling factor.

  • 10785 - Oracles data is getting increasingly slow.

  • 10780 - REST API does not handle ID arrays correctly.

  • 10778 - cancel pegged orders when tick size changes and mismatches the offset.

  • 10792 - Use correct market for market proposer bonus for spots.

  • 10795 - Increase price monitoring triggers to 100 (missed validation).

  • 10800 - Respect market list passed to transfer dispatch strategy when considering paid fees in applying reward cap.

  • 10804 - Handle amend in place revert on failure to update order margin such that we do not amend in place which may not be possible.

  • 10837 - List transfers API can error when pagination is provided.

  • 10823 - Only allowing a single trigger to be breached when checking bounds.

  • 10055 - Quitting the wallet service CLI while waiting for a password now restores the terminal capabilities.

  • 10739 - Fix loading from snapshot when all markets have been settled before the loaded snapshot.

  • 10862 - Add witness configuration for node vote resend interval.

  • 10852 - Fix order margin account release issue (isolated margin mode).

  • 10739 - Fix loading from snapshot when all markets have been settled before the loaded snapshot.

  • 10864 - Fix snapshot non determinism for pegged orders.

  • 10877 - Fix event binding for time weight event.

  • 10882 - Fix data-node panic due to event sequence not being set.

v0.75.0-preview.5

12 Mar 18:31
v0.75.0-preview.5
6afa28d
Compare
Choose a tag to compare
v0.75.0-preview.5 Pre-release
Pre-release

Release version 0.75.0-preview.5

2024-03-12

🚨 Breaking changes:

  • 10635 - Add support for tick size

🛠 Improvements:

  • 10686 - Allow transfers to filter by from and to account type.
  • 10686 - Network will now only trade within price monitoring bounds.
  • 10770 - Increase price monitoring triggers to 100.
  • 10802 - Added tick size support in feature tests.
  • 788 - Add coverage for 0011-MARA-020
  • 789 - Add coverage for 0011-MARA-021
  • 790 - Add coverage for 0011-MARA-023
  • 791 - Add coverage for 0011-MARA-024
  • 792 - Add coverage for 0011-MARA-025
  • 793 - Add coverage for 0011-MARA-026
  • 794 - Add coverage for 0011-MARA-027
  • 795 - Add coverage for 0011-MARA-028
  • 796 - Add coverage for 0011-MARA-029
  • 797 - Add coverage for 0011-MARA-030
  • 798 - Add coverage for 0011-MARA-031
  • 799 - Add coverage for 0011-MARA-032
  • 10841 - Send heartbeats from ethcall engine to update core of the latest Ethereum block.
  • 10392 - Integrate mark price with price monitoring.
  • 10845 - Remove price monitoring trigger staleness check.
  • 10810 - Do not update mark price from book during auctions.
  • 10846 - Change min requirement for margin factor.
  • 10754 - Simplify margin calculation (remove order book slippage).
  • 10831 - Add API for notionalTimeWeightedAveragePosition.

🐛 Fixes:

  • 10722 - Team API aggregation does not aggregate from the latest epoch.
  • 10743 - When SLA hysteresis epochs are updated resize the ring using new value.
  • 10811 - Ethereum call events are now properly deduplicated when restoring from a snapshot.
  • 10725 - Batch proposal votes to contain ELS per market.
  • 10744 - Prevent governance suspension of a market already governance suspended.
  • 10374 - Ledger entries did not return data when filtering by transfer id.
  • 10750 - Handle cancellation of order on entering auction for party in isolated margin mode.
  • 10748 - Ensure apply fees cannot fail.
  • 10752 - Handle amend in place correctly for failure in isolated margin check.
  • 10753 - Handle the case that a submitted order is FoK in isolated margin to not double discount it from position.
  • 10136 - Assure opening auction uncrossing price gets registered in the perps engine.
  • 10727 - Allow for a 0 funding rate scaling factor.
  • 10785 - Oracles data is getting increasingly slow.
  • 10780 - REST API does not handle ID arrays correctly.
  • 10778 - cancel pegged orders when tick size changes and mismatches the offset.
  • 10792 - Use correct market for market proposer bonus for spots.
  • 10795 - Increase price monitoring triggers to 100 (missed validation).
  • 10800 - Respect market list passed to transfer dispatch strategy when considering paid fees in applying reward cap.
  • 10804 - Handle amend in place revert on failure to update order margin such that we do not amend in place which may not be possible.
  • 10837 - List transfers API can error when pagination is provided.
  • 10823 - Only allowing a single trigger to be breached when checking bounds.
  • 10055 - Quitting the wallet service CLI while waiting for a password now restores the terminal capabilities.
  • 10739 - Fix loading from snapshot when all markets have been settled before the loaded snapshot.
  • 10862 - Add witness configuration for node vote resend interval.
  • 10852 - Fix order margin account release issue (isolated margin mode).
  • 10739 - Fix loading from snapshot when all markets have been settled before the loaded snapshot.

v0.75.0-preview.4

08 Mar 17:57
v0.75.0-preview.4
7b1129c
Compare
Choose a tag to compare
v0.75.0-preview.4 Pre-release
Pre-release

Release version 0.75.0-preview.4

2024-03-08

🚨 Breaking changes:

  • 10635 - Add support for tick size

🛠 Improvements:

  • 10686 - Allow transfers to filter by from and to account type.
  • 10686 - Network will now only trade within price monitoring bounds.
  • 10770 - Increase price monitoring triggers to 100.
  • 10802 - Added tick size support in feature tests.
  • 788 - Add coverage for 0011-MARA-020
  • 789 - Add coverage for 0011-MARA-021
  • 790 - Add coverage for 0011-MARA-023
  • 791 - Add coverage for 0011-MARA-024
  • 792 - Add coverage for 0011-MARA-025
  • 793 - Add coverage for 0011-MARA-026
  • 794 - Add coverage for 0011-MARA-027
  • 795 - Add coverage for 0011-MARA-028
  • 796 - Add coverage for 0011-MARA-029
  • 797 - Add coverage for 0011-MARA-030
  • 798 - Add coverage for 0011-MARA-031
  • 799 - Add coverage for 0011-MARA-032
  • 10392 - Integrate mark price with price monitoring.
  • 10845 - Remove price monitoring trigger staleness check.
  • 10810 - Do not update mark price from book during auctions.

🐛 Fixes:

  • 10722 - Team API aggregation does not aggregate from the latest epoch.
  • 10743 - When SLA hysteresis epochs are updated resize the ring using new value.
  • 10811 - Ethereum call events are now properly deduplicated when restoring from a snapshot.
  • 10725 - Batch proposal votes to contain ELS per market.
  • 10744 - Prevent governance suspension of a market already governance suspended.
  • 10374 - Ledger entries did not return data when filtering by transfer id.
  • 10750 - Handle cancellation of order on entering auction for party in isolated margin mode.
  • 10748 - Ensure apply fees cannot fail.
  • 10752 - Handle amend in place correctly for failure in isolated margin check.
  • 10753 - Handle the case that a submitted order is FoK in isolated margin to not double discount it from position.
  • 10136 - Assure opening auction uncrossing price gets registered in the perps engine.
  • 10727 - Allow for a 0 funding rate scaling factor.
  • 10785 - Oracles data is getting increasingly slow.
  • 10780 - REST API does not handle ID arrays correctly.
  • 10778 - cancel pegged orders when tick size changes and mismatches the offset.
  • 10792 - Use correct market for market proposer bonus for spots.
  • 10795 - Increase price monitoring triggers to 100 (missed validation).
  • 10800 - Respect market list passed to transfer dispatch strategy when considering paid fees in applying reward cap.
  • 10804 - Handle amend in place revert on failure to update order margin such that we do not amend in place which may not be possible.
  • 10837 - List transfers API can error when pagination is provided.
  • 10823 - Only allowing a single trigger to be breached when checking bounds.

v0.74.10

07 Mar 16:04
v0.74.10
f64f628
Compare
Choose a tag to compare

Release version 0.74.10

2024-03-07

🐛 Fixes:

  • Hard code the last Ethereum block height to skip eth oracle catchup.

v0.74.7-patch-mainnet-affected-nodes

07 Mar 19:07
70c5b22
Compare
Choose a tag to compare
Pre-release
chore: new hashes file

Signed-off-by: Jeremy Letang <[email protected]>

v0.75.0-preview.3

05 Mar 13:03
v0.75.0-preview.3
6c1cfab
Compare
Choose a tag to compare
v0.75.0-preview.3 Pre-release
Pre-release

Release version 0.75.0-preview.3

2024-03-05

🚨 Breaking changes:

  • 10635 - Add support for tick size

🛠 Improvements:

  • 10686 - Allow transfers to filter by from and to account type.
  • 10686 - Network will now only trade within price monitoring bounds.
  • 10770 - Increase price monitoring triggers to 100.
  • 10802 - Added tick size support in feature tests.

🐛 Fixes:

  • 10722 - Team API aggregation does not aggregate from the latest epoch.
  • 10743 - When SLA hysteresis epochs are updated resize the ring using new value.
  • 10811 - Ethereum call events are now properly deduplicated when restoring from a snapshot.
  • 10725 - Batch proposal votes to contain ELS per market.
  • 10744 - Prevent governance suspension of a market already governance suspended.
  • 10374 - Ledger entries did not return data when filtering by transfer id.
  • 10750 - Handle cancellation of order on entering auction for party in isolated margin mode.
  • 10748 - Ensure apply fees cannot fail.
  • 10752 - Handle amend in place correctly for failure in isolated margin check.
  • 10753 - Handle the case that a submitted order is FoK in isolated margin to not double discount it from position.
  • 10136 - Assure opening auction uncrossing price gets registered in the perps engine.
  • 10727 - Allow for a 0 funding rate scaling factor.
  • 10785 - Oracles data is getting increasingly slow.
  • 10780 - REST API does not handle ID arrays correctly.
  • 10778 - cancel pegged orders when tick size changes and mismatches the offset.
  • 10792 - Use correct market for market proposer bonus for spots.
  • 10795 - Increase price monitoring triggers to 100 (missed validation).
  • 10800 - Respect market list passed to transfer dispatch strategy when considering paid fees in applying reward cap.
  • 10804 - Handle amend in place revert on failure to update order margin such that we do not amend in place which may not be possible.

v0.74.9

04 Mar 21:06
v0.74.9
992b55a
Compare
Choose a tag to compare

Release version 0.74.9

2024-03-04

🐛 Fixes:

  • 10811 - Ethereum call events are now properly deduplicated when restoring from a snapshot.
  • 10374 - Ledger entries did not return data when filtering by transfer id.
  • 10785 - Oracles data is getting increasingly slow.

v0.74.9-preview.2

04 Mar 20:02
v0.74.9-preview.2
2003356
Compare
Choose a tag to compare
v0.74.9-preview.2 Pre-release
Pre-release
Release version 0.74.9

*2024-03-04*

🐛 Fixes:

- [10811](https://github.com/vegaprotocol/vega/issues/10811) - Ethereum call events are now properly `deduplicated` when restoring from a snapshot.
- [10374](https://github.com/vegaprotocol/vega/issues/10374) - Ledger entries did not return data when filtering by transfer id.
- [10785](https://github.com/vegaprotocol/vega/issues/10785) - Oracles data is getting increasingly slow.

v0.74.9-preview.1

04 Mar 16:06
v0.74.9-preview.1
ce6d9bf
Compare
Choose a tag to compare
v0.74.9-preview.1 Pre-release
Pre-release
Release version 0.74.9

*2024-03-04*

🐛 Fixes:

- [10811](https://github.com/vegaprotocol/vega/issues/10811) - Ethereum call events are now properly `deduplicated` when restoring from a snapshot.

v0.75.0-preview.2

01 Mar 14:26
v0.75.0-preview.2
e9f6013
Compare
Choose a tag to compare
v0.75.0-preview.2 Pre-release
Pre-release

Release version 0.75.0-preview.2

2024-03-01

🚨 Breaking changes:

  • 10635 - Add support for tick size

🛠 Improvements:

  • 10686 - Allow transfers to filter by from and to account type.
  • 10686 - Network will now only trade within price monitoring bounds.
  • 10770 - Increase price monitoring triggers to 100.

🐛 Fixes:

  • 10722 - Team API aggregation does not aggregate from the latest epoch.
  • 10743 - When SLA hysteresis epochs are updated resize the ring using new value.
  • 10725 - Batch proposal votes to contain ELS per market.
  • 10744 - Prevent governance suspension of a market already governance suspended.
  • 10374 - Ledger entries did not return data when filtering by transfer id.
  • 10750 - Handle cancellation of order on entering auction for party in isolated margin mode.
  • 10748 - Ensure apply fees cannot fail.
  • 10752 - Handle amend in place correctly for failure in isolated margin check.
  • 10753 - Handle the case that a submitted order is FoK in isolated margin to not double discount it from position.
  • 10136 - Assure opening auction uncrossing price gets registered in the perps engine.
  • 10727 - Allow for a 0 funding rate scaling factor.
  • 10785 - Oracles data is getting increasingly slow.
  • 10780 - REST API does not handle ID arrays correctly.
  • 10792 - Use correct market for market proposer bonus for spots.
  • 10795 - Increase price monitoring triggers to 100 (missed validation).
  • 10696 - Fix position updates to undo positions changes on isolated margin failure.