Skip to content

Commit

Permalink
chore: release v0.73.0 preview 10
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Letang <me@jeremyletang.com>
  • Loading branch information
jeremyletang committed Sep 29, 2023
1 parent 2118a5a commit 6989864
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 41 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased 0.73.0
## 0.73.0

### 🚨 Breaking changes

Expand All @@ -23,12 +23,12 @@
- [8741](https://github.com/vegaprotocol/vega/issues/8741) - Add a network parameter for disabling `Ethereum` oracles.
- [8600](https://github.com/vegaprotocol/vega/issues/8600) - Clean and refactor data source packages.
- [8845](https://github.com/vegaprotocol/vega/issues/8845) - Add support for network treasury and global insurance accounts.
- [9545](https://github.com/vegaprotocol/vega/issues/9545) - Auto load new segments after load finishes
- [9545](https://github.com/vegaprotocol/vega/issues/9545) - Auto load new segments after load finishes
- [8661](https://github.com/vegaprotocol/vega/issues/8661) - Refactor the snapshot engine to make it testable.
- [8680](https://github.com/vegaprotocol/vega/issues/8680) - Move loading the local snapshot in the initialization steps.
- [8682](https://github.com/vegaprotocol/vega/issues/8682) - Share snapshot by search the metadata database instead of loading the tree.
- [8846](https://github.com/vegaprotocol/vega/issues/8846) - Add support to transfer recurring transfers to metric based reward
- [9549](https://github.com/vegaprotocol/vega/issues/9549) - Update config defaults to better support archive nodes
- [9549](https://github.com/vegaprotocol/vega/issues/9549) - Update config defaults to better support archive nodes
- [8857](https://github.com/vegaprotocol/vega/issues/8857) - Add a step for getting the balance of the liquidity provider liquidity fee account
- [8847](https://github.com/vegaprotocol/vega/issues/8847) - Implement internal time trigger data source.
- [8895](https://github.com/vegaprotocol/vega/issues/8895) - Allow to set runtime parameters in the SQL Store connection structure
Expand Down Expand Up @@ -138,7 +138,7 @@
- [9343](https://github.com/vegaprotocol/vega/issues/9343) - Prevent malicious validator submitting Ethereum oracle chain event prior to initial start time
- [8792](https://github.com/vegaprotocol/vega/issues/8792) - Fix panic when starting null block chain node.
- [8739](https://github.com/vegaprotocol/vega/issues/8739) - Cancel orders for rejected markets.
- [9594](https://github.com/vegaprotocol/vega/issues/9594) - non deterministic order events on market termination
- [9594](https://github.com/vegaprotocol/vega/issues/9594) - non deterministic order events on market termination
- [9350](https://github.com/vegaprotocol/vega/issues/9350) - Clear account ledger events causing segment divergence
- [9118](https://github.com/vegaprotocol/vega/issues/9118) - Improve list stop orders error message
- [9406](https://github.com/vegaprotocol/vega/issues/9105) - Fix Ethereum oracle validation failing unexpectedly when using go 1.19
Expand Down
19 changes: 10 additions & 9 deletions protos/blockexplorer/api/v1/blockexplorer.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions protos/data-node/api/v2/trading_data.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protos/sources/blockexplorer/api/v1/blockexplorer.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ option go_package = "code.vegaprotocol.io/vega/protos/blockexplorer/api/v1";
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
info: {
title: "Vega block explorer APIs";
version: "v0.72.1";
version: "v0.73.0-preview.10";
}
schemes: [
HTTP,
Expand Down
2 changes: 1 addition & 1 deletion protos/sources/data-node/api/v2/trading_data.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ option go_package = "code.vegaprotocol.io/vega/protos/data-node/api/v2";
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
info: {
title: "Vega data node APIs";
version: "v0.72.1";
version: "v0.73.0-preview.10";
}
schemes: [
HTTP,
Expand Down
2 changes: 1 addition & 1 deletion protos/sources/vega/api/v1/core.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ option go_package = "code.vegaprotocol.io/vega/protos/vega/api/v1";
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
info: {
title: "Vega core APIs";
version: "v0.72.1";
version: "v0.73.0-preview.10";
}
schemes: [
HTTP,
Expand Down
2 changes: 1 addition & 1 deletion protos/sources/vega/api/v1/corestate.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ option go_package = "code.vegaprotocol.io/vega/protos/vega/api/v1";
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
info: {
title: "Vega core state APIs";
version: "v0.72.1";
version: "v0.73.0-preview.10";
}
schemes: [
HTTP,
Expand Down
13 changes: 7 additions & 6 deletions protos/vega/api/v1/core.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions protos/vega/api/v1/corestate.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

var (
cliVersionHash = ""
cliVersion = "v0.72.1"
cliVersion = "v0.73.0-preview.10"
)

func init() {
Expand Down

0 comments on commit 6989864

Please sign in to comment.