Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abstract away the underlying erasure coding mechanism #227

Open
liamsi opened this issue Mar 17, 2021 · 0 comments
Open

Abstract away the underlying erasure coding mechanism #227

liamsi opened this issue Mar 17, 2021 · 0 comments
Labels
C:erasure-coding Component: Erasure coding

Comments

@liamsi
Copy link
Member

liamsi commented Mar 17, 2021

Ideally, we could easily swap out the concrete erasure coding library. e.g. it should be easy to switch to using a CMT instead.

@liamsi liamsi added the C:erasure-coding Component: Erasure coding label Mar 17, 2021
@liamsi liamsi moved this to TODO in Celestia Node Dec 5, 2021
cmwaters pushed a commit that referenced this issue Mar 13, 2023
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:erasure-coding Component: Erasure coding
Projects
No open projects
Status: TODO
Development

No branches or pull requests

1 participant