Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 0.50.8 #2

Merged
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
d8bfb8a
build(deps): Bump github.com/cosmos/gogoproto from 1.4.12 to 1.5.0 (#…
dependabot[bot] Jun 6, 2024
aeb1e8f
refactor(x/authz,x/feegrant): provide updated keeper in depinject (#2…
julienrbrt Jun 7, 2024
c5253e8
docs: Update high level overview and introduction (backport #20535) (…
mergify[bot] Jun 12, 2024
ea16396
fix: Properly parse json in the wait-tx command. (backport #20631) (#…
mergify[bot] Jun 13, 2024
5e0f767
docs: remove Ineffective code block (backport #20703) (#20711)
mergify[bot] Jun 18, 2024
d6428f7
feat(client): Add flag & reading mnemonic from file (backport #20690)…
mergify[bot] Jun 18, 2024
5db395b
fix: nested multisig signatures using CLI (backport #20438) (#20692)
mergify[bot] Jun 19, 2024
5d349c2
feat(client/v2): get keyring from context (backport #19646) (#20727)
mergify[bot] Jun 19, 2024
0e6db14
docs(x/group): orm codespace comment (backport #20749) (#20751)
mergify[bot] Jun 23, 2024
e4c342e
feat: parse home flag earlier (backport #20771) (#20777)
mergify[bot] Jun 25, 2024
ba5b444
build(deps): Bump github.com/cometbft/cometbft from 0.38.7 to 0.38.8 …
dependabot[bot] Jun 28, 2024
1c16683
build(deps): Bump github.com/cometbft/cometbft from 0.38.8 to 0.38.9 …
dependabot[bot] Jul 2, 2024
c51f58c
fix(simulation): fix the problem of `validator set is empty after Ini…
mergify[bot] Jul 5, 2024
6986270
fix(simulation): Fix all problems `make test-sim-custom-genesis-fast`…
mergify[bot] Jul 11, 2024
c64d101
chore: prepare v0.50.8 (#20910)
julienrbrt Jul 15, 2024
7bc2a7a
Merge tag 'v0.50.8' into fmorency/v0.50.8
fmorency Jul 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs(x/group): orm codespace comment (backport cosmos#20749) (cosmos#…
  • Loading branch information
mergify[bot] committed Jun 23, 2024
commit 0e6db148349f480e0309641f883fc690270eb491
2 changes: 1 addition & 1 deletion x/group/errors/orm.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package errors

import "cosmossdk.io/errors"

// mathCodespace is the codespace for all errors defined in orm package
// ormCodespace is the codespace for all errors defined in orm package
const ormCodespace = "legacy_orm"

var (
Expand Down