Skip to content

Tags: tendermint/fundraising

Tags

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump cometbft (#205)

* bump cometbft

* fix: go mod tidy

---------

Co-authored-by: Pantani <Pantani>
Co-authored-by: jeronimoalbi <[email protected]>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #149 from aljo242/fix/markdown-link

fix: add proper link in markdown

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: update README.md (#62)