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
These three lines call gaiad unsafe_reset_all. It cleared my entire gaia-6002 data.
I think this type of error shouldn't be possible. It is conceivable that a validator on mainnet could accidentally test these tests, clear their blockchain data, and get slashed.
These are the only three places in testing where this command is called
The text was updated successfully, but these errors were encountered:
* Makes all cli tests use .test_gaiad, .test_gaiacli instead of the
same directories as the default binaries
* Abstracts alot of the functionality for setting up the server into
a single function / file-wide constants. This is to reduce
code duplication, especially since some of this functionality
depends on each test setting up the keys in the same way.
Closes#1461
cosmos-sdk/cmd/gaia/cli_test/cli_test.go
Line 25 in 24a68d3
cosmos-sdk/cmd/gaia/cli_test/cli_test.go
Line 81 in 24a68d3
cosmos-sdk/cmd/gaia/cli_test/cli_test.go
Line 153 in 24a68d3
These three lines call gaiad unsafe_reset_all. It cleared my entire gaia-6002 data.
I think this type of error shouldn't be possible. It is conceivable that a validator on mainnet could accidentally test these tests, clear their blockchain data, and get slashed.
These are the only three places in testing where this command is called
The text was updated successfully, but these errors were encountered: