Tags: Riuqlav/celestia-app
Tags
Integration test for querying malleated transactions (celestiaorg#188) * potential bug fix when building pfm from wpfm * use verison of core that indexes malleated txs * add a query to integration test to ensure that malleated transactions can be queried * add tendermint style proto-formatting and run formtter * Revert "potential bug fix when building pfm from wpfm" This reverts commit 3de8af6. * format proto * add back import that was lost in rebase * remove extra space Co-authored-by: Ismail Khoffi <[email protected]> Co-authored-by: Ismail Khoffi <[email protected]>
Refactor how messages are processed (celestiaorg#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 celestiaorg#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]>