Skip to content

Commit

Permalink
feat: Updates for latest changes to core (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMcL authored Mar 15, 2023
1 parent e3d2463 commit b588f91
Show file tree
Hide file tree
Showing 10 changed files with 311 additions and 307 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VEGA_SIM_VEGA_TAG=9c4841e30e886645515920bca08add703a15c965
VEGA_SIM_VEGA_TAG=b6205f319ca439b805fa9620e8c56d64ecd95fc4
VEGA_SIM_CONSOLE_TAG=develop
VEGA_DEFAULT_KEY_NAME='Key 1'
VEGA_SIM_NETWORKS_INTERNAL_TAG=main
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline {
timeout(time: 50, unit: 'MINUTES')
}
parameters {
string( name: 'VEGA_VERSION', defaultValue: '9c4841e30e886645515920bca08add703a15c965',
string( name: 'VEGA_VERSION', defaultValue: 'b6205f319ca439b805fa9620e8c56d64ecd95fc4',
description: 'Git branch, tag or hash of the vegaprotocol/vega repository')
string( name: 'JENKINS_SHARED_LIB_BRANCH', defaultValue: 'main',
description: 'Git branch, tag or hash of the vegaprotocol/jenkins-shared-library repository')
Expand Down
2 changes: 2 additions & 0 deletions vega_sim/api/governance.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ def propose_future_market(
),
price_monitoring_parameters=price_monitoring_parameters,
log_normal=risk_model,
linear_slippage_factor="0.001",
quadratic_slippage_factor="0",
),
)

Expand Down
4 changes: 2 additions & 2 deletions vega_sim/proto/blockexplorer/blockexplorer_pb2.py

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

4 changes: 2 additions & 2 deletions vega_sim/proto/data_node/api/v2/trading_data_pb2.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions vega_sim/proto/vega/api/v1/core_pb2.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions vega_sim/proto/vega/api/v1/corestate_pb2.py

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

Loading

0 comments on commit b588f91

Please sign in to comment.