Tags: tendermint/fundraising
Tags
chore: update buf version and files (#203) * update buf version and files * chore: add proto module name * feat: add make targets to proto generate files using Buf * chore: update Buf repository name Co-authored-by: Danilo Pantani <[email protected]> --------- Co-authored-by: Pantani <Pantani> Co-authored-by: jeronimoalbi <[email protected]>
feat: SDK `v0.46.0` (#192) * update go mod * use storetypes package * fix cmd package * fix sdk.Coins Sub operations: * resolve gov changes * resolve remaining changes in app * remaining build errors * fix remaining errors * format * update to go 1.18 * fix workflow go versions * update lint workflow * use go install instead of go get * update test-coverage to use go1.18 * add .clang-format * add scripts * update make targets * init buf * make proto-format * make proto-gen * fix test * fix test * fix test * format * format * test: update golangci-lint workflow * revert: use ModuleAccountAddr Co-authored-by: kogisin <[email protected]>
test: add more test cases to increase test coverage (#179) * docs: update spec docs * test: add test cases to increase coverage * test: add more key tests * test: add more cases in auction keeper * test: add more cases * test: add refund paying coin case * fix: broken test case * chore: add more test cases and update docs
feat: add testing cli that enables `MsgAddAllowedBidder` (#83) * chore: add proto tx message for MsgAddAllowedBidder and cli command * docs: adding add allowed bidder message * env: update config.yml * revert: revert not to use pointer * env: add config-test.yml that enables add allowed bidder * docs: add allowed bidder example * docs: tidy up comments * docs: update How-To cli README.md * docs: rename EnglishAuction to BatchAuction * revert: previous commit