-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor how messages are processed (#129)
* delete old generated app * update proto to use tendermint instead of celestia-core * regenerate and adjust application * use cosmoscmd instead of copying everything over * regenerate and adjust module boilerplate * copy over and adjust client code * copy over and adjust core WirePayForMessage along with SignedTransactionDataPayForMessage * use go 1.17 * linter * clean up test * stop using the governace module * delete unsused files Co-authored-by: Nguyen Nhu Viet <[email protected]> * shorten address prefix Co-authored-by: Nguyen Nhu Viet <[email protected]> * refactor proto * flesh out refactor of pfm and signedPFM * finish most of payment module refactor * update proto * linter * run go mod tidy * small update to proto * slight refactor of processingWPFM and add test * use a more standard naming scheme for sdk proto messages * clean up todos and final touches * docs * improve error message Co-authored-by: Ismail Khoffi <[email protected]> * improved docs Co-authored-by: Ismail Khoffi <[email protected]> * add punctuation Co-authored-by: Ismail Khoffi <[email protected]> * change file name after rebase * remove comment * fix proto Co-authored-by: John Adler <[email protected]> * remove generated iota Co-authored-by: John Adler <[email protected]> * better docs for SignShareCommitment * use more idiomatic comparisons #132 * better docs for SignShareCommitments * keep comment Co-authored-by: John Adler <[email protected]> * move function over to test Co-authored-by: John Adler <[email protected]> * change celestia-core tag to more idiomatic tag * actually use nsLen for the error Co-authored-by: Nguyen Nhu Viet <[email protected]> Co-authored-by: Ismail Khoffi <[email protected]> Co-authored-by: John Adler <[email protected]>
- Loading branch information
1 parent
d061ef0
commit accbe90
Showing
20 changed files
with
755 additions
and
1,430 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.