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
* main: rename TMHOME to CMTHOME (#212)
* Renames cmd/tendermint to cmd/cometbft
* Replacing TMHOME for CMTHOME. On reading the environment variable we still try TMHOME if CMTHOME is not found. TMHOME is deprecated and will be removed in the future releases.
* Include TMHOME deprecation in the changelog
* Updating the config
* updating uses of .tendermint to .cometbft
* Updating the Makefile
* Fix test of debug level flags.
* Update .changelog/unreleased/breaking-changes/211-deprecate-tmhome.md
Co-authored-by: Thane Thomson <[email protected]>
---------
Co-authored-by: Thane Thomson <[email protected]>
(cherry picked from commit 2f4a09a)
# Conflicts:
# .gitignore
# cmd/cometbft/commands/inspect.go
# config/config.go
* Revert "main: rename TMHOME to CMTHOME (#212)"
This reverts commit 3f95ea1561bb59cd814fada599d72923ec4f77a9.
* main: rename TMHOME to CMTHOME (#212)
* Renames cmd/tendermint to cmd/cometbft
* Replacing TMHOME for CMTHOME. On reading the environment variable we still try TMHOME if CMTHOME is not found. TMHOME is deprecated and will be removed in the future releases.
* Include TMHOME deprecation in the changelog
* Updating the config
* updating uses of .tendermint to .cometbft
* Updating the Makefile
* Fix test of debug level flags.
* Update .changelog/unreleased/breaking-changes/211-deprecate-tmhome.md
Co-authored-by: Thane Thomson <[email protected]>
---------
Co-authored-by: Thane Thomson <[email protected]>
* added uncommited changes
* Removed inspect.go
* Added env variable fix
* Renamed tm command
* Renaming tmhome
* Fixed duplicates and extras in .gitignore and moved defaultdir back to vars
* removed non existing folder form .gitignore
* Corrected .gitignore
* Added newline at end of file
---------
Co-authored-by: Lasaro <[email protected]>
Co-authored-by: Jasmina Malicevic <[email protected]>
Co-authored-by: Thane Thomson <[email protected]>
Ideally, we could easily swap out the concrete erasure coding library. e.g. it should be easy to switch to using a CMT instead.
The text was updated successfully, but these errors were encountered: