All notable changes to this module will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Removed
BaseConfig
fromconfigs
- Centralized
PersistenceGenesisState
andConsensusGenesisState
intoGenesisState
- Updated all
config*.json
files with the missingmax_mempool_count
value - Added
is_client_only
toconfig1.json
so Viper knows it can be overridden. The config override is done in the Makefile'sclient_connect
target. Setting this can be avoided if we merge the changes in https://github.com/pokt-network/pocket/compare/main...issue/cli-viper-environment-vars-fix
- Introduced this
CHANGELOG.md