Skip to content

Commit

Permalink
Reorganize crate for better maintainability + add cli bin (#81)
Browse files Browse the repository at this point in the history
* Reorganize basecoin for better maintainability + add cli bin

* Improve encapsulation by adjusting public exposures

* Revise CI command for building basecoin

* Fix BASECOIN_BIN

* Add changelog entry

* .gitignore cargo.lock

* Remove cargo.lock

* Revert cargo.lock since needed by CI
  • Loading branch information
Farhad-Shabani authored Mar 2, 2023
1 parent 485861a commit 2bbf690
Show file tree
Hide file tree
Showing 53 changed files with 4,087 additions and 3,756 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Enhance the maintainability and usability of the tendermint-basecoin by
reorganizing it into a library and adding a CLI bin
([#70](https://github.com/informalsystems/basecoin-rs/issues/70))
Loading

0 comments on commit 2bbf690

Please sign in to comment.