From ac5cdab8dac45fabc61046a896cf5299dc380beb Mon Sep 17 00:00:00 2001 From: Tom McLean Date: Tue, 18 Jun 2024 15:36:44 +0100 Subject: [PATCH] feat: Update versions --- .env | 2 +- Jenkinsfile | 2 +- vega_sim/api/market.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 4a409f88b..2bc103f9a 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -VEGA_SIM_VEGA_TAG=e4890557c52ad5a24d14d38d64bfb79704c75cf7 +VEGA_SIM_VEGA_TAG=e328f7a446db9c004eb2cead4b9c3e8ea4daeda7 VEGA_SIM_CONSOLE_TAG=develop VEGA_DEFAULT_KEY_NAME='Key 1' VEGA_SIM_NETWORKS_INTERNAL_TAG=main diff --git a/Jenkinsfile b/Jenkinsfile index c65356981..b54e70842 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { disableConcurrentBuilds(abortPrevious: true) } parameters { - string( name: 'VEGA_VERSION', defaultValue: 'v0.76.8', + string( name: 'VEGA_VERSION', defaultValue: 'e328f7a446db9c004eb2cead4b9c3e8ea4daeda7', description: 'Git branch, tag or hash of the vegaprotocol/vega repository') string( name: 'VEGACAPSULE_VERSION', defaultValue: 'main', description: 'Git branch, tag or hash of the vegaprotocol/vegacapsule repository') diff --git a/vega_sim/api/market.py b/vega_sim/api/market.py index 30e65cd8d..11dd34dad 100644 --- a/vega_sim/api/market.py +++ b/vega_sim/api/market.py @@ -327,7 +327,7 @@ def build(self, oracle_pubkey: str): oracle_pubkey=oracle_pubkey ), tick_size=str(self.tick_size), - enable_transaction_reordering=enable_transaction_reordering, + enable_transaction_reordering=self.enable_transaction_reordering, ) ) return new_market