-
Notifications
You must be signed in to change notification settings - Fork 33
Changelog Build
user_name edited this page Feb 14, 2023
·
29 revisions
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.
- Updated all
config*.json
files with newserver_mode_enabled
field (for state sync)
- Fix bug related to installing Tilt in the Docker containers
- Code formatting by VSCode
- Added GITHUB_WIKI tags where it was missing
- Added
genesis_localhost.json
, a copy ofgenesis.json
to be used by the localhost instead of a debug docker container
- Address legacy linter errors from
golangci-lint
- Added LocalNet on Kubernetes with tilt.dev
- Added
--decoration="none"
flag toreflex
- Added pprof feature flag guideline in docker-compose.yml
- Update the docker-compose and relevant files to automatically load
pgadmin
server configs by binding the appropriate configs
- Added
max_conns_count
,min_conns_count
,max_conn_lifetime
,max_conn_idle_time
andhealth_check_period
to config files
- Reorder private keys so addresses (retrieved by transforming private keys) to reflect the numbering in LocalNet appropriately. The address for val1, based on config1, will have the lexicographically first address. This makes debugging easier.
- Removed
BaseConfig
fromconfigs
- Centralized
PersistenceGenesisState
andConsensusGenesisState
intoGenesisState
- Removed
is_client_only
since it's set programmatically in the CLI
- 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
Contents
- Home
- Persistence
- Changelog
-
Persistence
- Indexer
- Rpc
- Runtime
- State_Machine
-
Guides
- Roadmap
-
Guides
- Learning
- Guides
-
Guides
- Contributing
- Devlog
-
Guides
- Dependencies
-
Guides
- Releases
- Guides
- P2P
-
Shared
- Crypto
- Shared
-
Shared
- Modules
-
Build
- Config
- Consensus
-
Guides
- Telemetry
- Utility
- Logger