Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

florence => granada by default for 5.0 release #246

Merged
merged 1 commit into from
Aug 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions charts/tezos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ protocols:
# You may want to run two or more if you are expecting an on-chain upgrade.
# Be mindful that running more protocols will start more containers in your
# pods which may consume more memory.
- command: 009-PsFLoren
- command: 010-PtGRANAD
#- command: alpha

# # Activate a new chain from genesis. Note, this is only for when your chain does
Expand Down Expand Up @@ -195,13 +195,16 @@ protocols:
# endorsement_reward: ["2000000", "200000"]
# cost_per_byte: "1000"
# hard_storage_limit_per_operation: "60000"
# test_chain_duration: "1966080"
# quorum_min: 2000
# quorum_max: 7000
# min_proposal_quorum: 500
# initial_endorsers: 1
# delay_per_missing_endorsement: "1"
# baking_reward_per_endorsement: ["200000", "20000"]
# minimal_block_delay: "2"
# liquidity_baking_subsidy: "2500000"
# liquidity_baking_sunset_level: 525600
# liquidity_baking_escape_ema_threshold: 100000
#
# # Pass url pointing to additional contracts that you want injected at activation.
# # This data is typically too large to pass it directly inside helm chart.
Expand Down
2 changes: 1 addition & 1 deletion mkchain/tqchain/mkchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def main():
parametersYaml = yaml.safe_load(yaml_file)
activation = {
"activation": {
"protocol_hash": "PsFLorenaUUuikDWvMDr6fGBRG8kt3e3D3fHoXK1j1BFRxeSH4i",
"protocol_hash": "PtGRANADsDU8R9daYKAgWnQYAJ64omN1o3KMGVCykShA97vQbvV",
"protocol_parameters": parametersYaml,
},
}
Expand Down
5 changes: 4 additions & 1 deletion mkchain/tqchain/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ endorsement_security_deposit: "64000000"
endorsement_reward: ["2000000"]
cost_per_byte: "1000"
hard_storage_limit_per_operation: "60000"
test_chain_duration: "1966080"
quorum_min: 2000
quorum_max: 7000
min_proposal_quorum: 500
initial_endorsers: 1
delay_per_missing_endorsement: "1"
baking_reward_per_endorsement: ["200000"]
minimal_block_delay: "2"
liquidity_baking_subsidy: "2500000"
liquidity_baking_sunset_level: 525600
liquidity_baking_escape_ema_threshold: 100000