Files
tendermint/tools
William Banfield f6c39126ed tools/tm-signer-harness: switch to not use hardcoded bytes for configs in test (#7362)
The current testing for this tool relies on hardcoding a set of configs into the tests. This means that when the config structure changes, the tests break. I'm not sure that this makes sense since we are separately testing our ability to read and validate the configuration file format. Hardcoding bytes into a different file duplicates this. Using the structs themselves should therefore be preferred.
2021-12-01 23:26:36 +00:00
..
2019-11-25 13:47:38 +04:00

tools

Tools for working with Tendermint and associated technologies. Documentation for these tools can be found online in the Tendermint tools documentation.