Skip to content

Commit 942d9a8

Browse files
authored
Merge pull request #5382 from sacherjj/update-2.1.2-configs
Updating version and syncing changes from resources/production
2 parents 2e5ff24 + 2773ab2 commit 942d9a8

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

resources/integration-test/chainspec.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[protocol]
22
# Protocol version.
3-
version = '2.1.1'
3+
version = '2.1.2'
44
# Whether we need to clear latest blocks back to the switch block just before the activation point or not.
55
hard_reset = true
66
# This protocol version becomes active at this point.
@@ -74,7 +74,7 @@ minimum_delegation_amount = 500_000_000_000
7474
maximum_delegation_amount = 1_000_000_000_000_000_000
7575
# Minimum bid amount allowed in motes. Withdrawing one's bid to an amount strictly less than
7676
# the value specified will be treated as a full unbond of a validator and their associated delegators
77-
minimum_bid_amount = 10_000_000_000_000
77+
minimum_bid_amount = 500_000_000_000
7878
# Global state prune batch size (0 = this feature is off)
7979
prune_batch_size = 0
8080
# Enables strict arguments checking when calling a contract; i.e. that all non-optional args are provided and of the correct `CLType`.

resources/mainnet/chainspec.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[protocol]
22
# Protocol version.
3-
version = '2.1.1'
3+
version = '2.1.2'
44
# Whether we need to clear latest blocks back to the switch block just before the activation point or not.
55
hard_reset = true
66
# This protocol version becomes active at this point.
@@ -74,7 +74,7 @@ minimum_delegation_amount = 500_000_000_000
7474
maximum_delegation_amount = 1_000_000_000_000_000_000
7575
# Minimum bid amount allowed in motes. Withdrawing one's bid to an amount strictly less than
7676
# the value specified will be treated as a full unbond of a validator and their associated delegators
77-
minimum_bid_amount = 10_000_000_000_000
77+
minimum_bid_amount = 500_000_000_000
7878
# Global state prune batch size (0 = this feature is off)
7979
prune_batch_size = 0
8080
# Enables strict arguments checking when calling a contract; i.e. that all non-optional args are provided and of the correct `CLType`.

resources/production/chainspec.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[protocol]
22
# Protocol version.
3-
version = '2.1.1'
3+
version = '2.1.2'
44
# Whether we need to clear latest blocks back to the switch block just before the activation point or not.
55
hard_reset = true
66
# This protocol version becomes active at this point.

resources/testnet/chainspec.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[protocol]
22
# Protocol version.
3-
version = '2.1.1'
3+
version = '2.1.2'
44
# Whether we need to clear latest blocks back to the switch block just before the activation point or not.
55
hard_reset = true
66
# This protocol version becomes active at this point.
@@ -74,7 +74,7 @@ minimum_delegation_amount = 500_000_000_000
7474
maximum_delegation_amount = 1_000_000_000_000_000_000
7575
# Minimum bid amount allowed in motes. Withdrawing one's bid to an amount strictly less than
7676
# the value specified will be treated as a full unbond of a validator and their associated delegators
77-
minimum_bid_amount = 10_000_000_000_000
77+
minimum_bid_amount = 500_000_000_000
7878
# Global state prune batch size (0 = this feature is off)
7979
prune_batch_size = 0
8080
# Enables strict arguments checking when calling a contract; i.e. that all non-optional args are provided and of the correct `CLType`.

0 commit comments

Comments
 (0)