You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in #3902 we introduced the ability to start a test node with a single set of validator keys. from conversation with @/erwanor, it would be helpful when writing staking tests to provide another interface, allowing us to start a test node with four validators.
The text was updated successfully, but these errors were encountered:
cratelyn
changed the title
tests: ➃ mock consensus can InitChain with four validators
tests: ➁ mock consensus can InitChain with two validators
Mar 4, 2024
we want to be able to test certain scenarios where one val get tombstoned, so two validators are sufficient (i think four came from talking about 3f+1)
fixes#3937.
* #3937
* #3588
this adds a `two_validators` method to the test node builder, so that
tests may set up a test node that has two validator keys.
fixes#3937.
* #3937
* #3588
this adds a `two_validators` method to the test node builder, so that
tests may set up a test node that has two validator keys.
fixes#3937.
* #3937
* #3588
this adds a `two_validators` method to the test node builder, so that
tests may set up a test node that has two validator keys.
see:
App
tests #3588InitChain
with a single validator #3816TestNode<C>
#3934in #3902 we introduced the ability to start a test node with a single set of validator keys. from conversation with @/erwanor, it would be helpful when writing staking tests to provide another interface, allowing us to start a test node with four validators.
The text was updated successfully, but these errors were encountered: