Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* abci: PrepareProposal (#6544) * regenerate mocks, proto, mod/sum, and clean up remaining preprocesstxs * fix tests and revert to old go.mod * mockery * add processproposal proto/boilerplate/logic * gofmt * fix test * move UNKNOWN response behaviour to reject * fix test and add testing util code * pass full block data when proposing or processing proposals * linter * add the process proposal method to the e2e app * add missing kvstore abci method * pass block data and results for bass app * use correct kvstore process logic for kvstore app * add new lazy share writers * linter * remove unused arg * sort messages before exporting * formatting and bug fix * fix tests * allow for picking of square size when computing shares for the data square * remove accidental code duplication * fix test from using wrong formatting directive * linter * ci: backport lint configuration changes (#7225) * lint: cleanup pending lint errors (#7237) * linter * remove unused arg * sort messages before exporting * formatting and bug fix * fix tests * allow for picking of square size when computing shares for the data square * fix test from using wrong formatting directive * linter * ci: backport lint configuration changes (#7225) * lint: cleanup pending lint errors (#7237) * add new lazy share writers * fix rebase * linter * try ci with go 1.17 * Revert "try ci with go 1.17" This reverts commit 0f76b4d. * please work, linter gods * spelling Co-authored-by: Hlib Kanunnikov <[email protected]> * initialize pending share using the const share size for capacity * force the last reserve bytes to be zero * remove todo * add typecheck back to golang linter * Revert "ci: backport lint configuration changes (#7225)" This reverts commit 3517804. * Revert "lint: cleanup pending lint errors (#7237)" This reverts commit 5d80670. * add the link to issue back in * removed unfinished comment * switch fuzzer back to one minute * regenerate proto * better docs * fix encoding check to include the hash added to Data * add docs to CotiguousShareWriter * fix encoding check * explain why the share reserve byte is zero * use punctuation Co-authored-by: Ismail Khoffi <[email protected]> * use punctuation Co-authored-by: Ismail Khoffi <[email protected]> * use punctuation Co-authored-by: Ismail Khoffi <[email protected]> * use punctuation Co-authored-by: Ismail Khoffi <[email protected]> * use punctuation Co-authored-by: Ismail Khoffi <[email protected]> * use punctuation Co-authored-by: Ismail Khoffi <[email protected]> * use clearer wording for compute shares docs * more accurate docs Co-authored-by: Marko <[email protected]> Co-authored-by: mconcat <[email protected]> Co-authored-by: Sam Kleinman <[email protected]> Co-authored-by: Hlib Kanunnikov <[email protected]> Co-authored-by: Ismail Khoffi <[email protected]>
- Loading branch information