-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Upstream fetch (#2) #19163
Closed
Closed
Upstream fetch (#2) #19163
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: secp256k1 public key constant time (cosmos#18026) Signed-off-by: bizk <santiago.yanzon1999@gmail.com> * chore: Fixed changelog duplicated items (cosmos#18628) * adr: Un-Ordered Transaction Inclusion (cosmos#18553) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> * docs: lint ADR-070 (cosmos#18634) * fix(baseapp)!: postHandler should run regardless of result (cosmos#18627) * docs: fix typos in adr-007-specialization-groups.md (cosmos#18635) * chore: alphabetize labels (cosmos#18640) * docs(x/circuit): add note on ante handler (cosmos#18637) Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> * fix: telemetry metric label variable (cosmos#18643) * chore: typos fix (cosmos#18642) * refactor(store/v2): updates from integration (cosmos#18633) * build(deps): Bump actions/setup-go from 4 to 5 (cosmos#18647) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * feat(store/v2): snapshot manager (cosmos#18458) * chore(client/v2): fix typos in the README.md (cosmos#18657) * fix(baseapp): protocompat.go gogoproto.Merge does not work with custom types (cosmos#18654) Co-authored-by: unknown unknown <unknown@unknown> * chore: fix several minor typos (cosmos#18660) * chore(tools/confix/cmd): fix typo in view.go (cosmos#18659) * refactor(x/staking): check duplicate addresses in StakeAuthorization's params (cosmos#18655) * feat(accounts): use gogoproto API instead of protov2. (cosmos#18653) Co-authored-by: unknown unknown <unknown@unknown> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fix(store/commitment/iavl): honor tree.Remove error firstly (cosmos#18651) * build(deps): Bump actions/stale from 8 to 9 (cosmos#18656) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(docs): fix typos & wording in docs (cosmos#18667) * chore: fix several typos. (cosmos#18666) * feat(telemetry): enable `statsd` and `dogstatsd` telemetry sinks (cosmos#18646) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: marbar3778 <marbar3778@yahoo.com> Co-authored-by: Marko <marko@baricevic.me> * feat(store/v2): add SetInitialVersion in SC (cosmos#18665) * feat(client/keys): support display discreetly for `keys add` (cosmos#18663) Co-authored-by: Julien Robert <julien@rbrt.fr> * ci: add misspell action (cosmos#18671) * chore: typos fix by misspell-fixer (cosmos#18683) Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr> * chore: add v0.50.2 changelog to main (cosmos#18682) * build(deps): Bump github.com/jhump/protoreflect from 1.15.3 to 1.15.4 in /tests (cosmos#18678) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * refactor(bank): remove .String() calls (cosmos#18175) Co-authored-by: Facundo <facundomedica@gmail.com> * ci: use codespell instead of misspell-fixer (cosmos#18686) Co-authored-by: Marko <marbar3778@yahoo.com> * feat(gov): add proposal types and spam votes (cosmos#18532) * feat(accounts): use account number as state prefix for account state (cosmos#18664) Co-authored-by: unknown unknown <unknown@unknown> * chore: typos fixes by cosmos-sdk bot (cosmos#18689) Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr> Co-authored-by: marbar3778 <marbar3778@yahoo.com> * feat(client/keys): support display discreetly for keys mnemonic (cosmos#18688) * refactor: remove panic usage in keeper methods (cosmos#18636) * ci: rename pr name in misspell job (cosmos#18693) Co-authored-by: Marko <marko@baricevic.me> * build(deps): Bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1 in /tools/confix (cosmos#18702) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * feat(client/keys): support display discreetly for keys export (cosmos#18684) * feat(x/gov): better gov genesis validation (cosmos#18707) --------- Signed-off-by: bizk <santiago.yanzon1999@gmail.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Carlos Santiago Yanzon <27785807+bizk@users.noreply.github.com> Co-authored-by: yihuang <huang@crypto.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com> Co-authored-by: Akaonetwo <107335783+Akare123@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com> Co-authored-by: Julien Robert <julien@rbrt.fr> Co-authored-by: dreamweaverxyz <153101746+dreamweaverxyz@users.noreply.github.com> Co-authored-by: Pioua <136521243+dzizazda@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com> Co-authored-by: leonarddt05 <139609434+leonarddt05@users.noreply.github.com> Co-authored-by: testinginprod <98415576+testinginprod@users.noreply.github.com> Co-authored-by: unknown unknown <unknown@unknown> Co-authored-by: Sukey <35202440+sukey2008@users.noreply.github.com> Co-authored-by: axie <152680487+azukiboy@users.noreply.github.com> Co-authored-by: Luke Ma <867273263@qq.com> Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com> Co-authored-by: 0xn4de <109149873+0xn4de@users.noreply.github.com> Co-authored-by: hattizai <150505746+hattizai@users.noreply.github.com> Co-authored-by: Devon Bear <itsdevbear@berachain.com> Co-authored-by: Marko <marko@baricevic.me> Co-authored-by: Halimao <1065621723@qq.com> Co-authored-by: Cosmos SDK <113218068+github-prbot@users.noreply.github.com> Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: Facundo <facundomedica@gmail.com> Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
github-actions
bot
added
C:x/staking
C:CLI
C:x/gov
C:x/slashing
C:Keys
Keybase, KMS and HSMs
C:x/distribution
distribution module related
C:x/mint
C:Simulations
C:Store
C:x/bank
C:x/params
C:x/auth
C:x/evidence
C:x/upgrade
C:x/feegrant
C:x/genutil
genutil module issues
C:x/authz
C:Cosmovisor
Issues and PR related to Cosmovisor
C:x/group
C:x/nft
C:orm
Type: ADR
Type: CI
C:collections
C:Confix
Issues and PR related to Confix
C:x/circuit
C:Hubl
Tool: Hubl
labels
Jan 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C:CLI
C:collections
C:Confix
Issues and PR related to Confix
C:Cosmovisor
Issues and PR related to Cosmovisor
C:Hubl
Tool: Hubl
C:Keys
Keybase, KMS and HSMs
C:orm
C:Simulations
C:Store
C:x/accounts
C:x/auth
C:x/authz
C:x/bank
C:x/circuit
C:x/distribution
distribution module related
C:x/evidence
C:x/feegrant
C:x/genutil
genutil module issues
C:x/gov
C:x/group
C:x/mint
C:x/nft
C:x/params
C:x/protocolpool
C:x/slashing
C:x/staking
C:x/upgrade
Type: ADR
Type: CI
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat: secp256k1 public key constant time (feat: secp256k1 public key constant time #18026)
chore: Fixed changelog duplicated items (chore: Fixed changelog duplicated items #18628)
adr: Un-Ordered Transaction Inclusion (adr: Un-Ordered Transaction Inclusion #18553)
docs: lint ADR-070 (docs: lint ADR-070 #18634)
fix(baseapp)!: postHandler should run regardless of result (fix(baseapp)!: postHandler should run regardless of result #18627)
docs: fix typos in adr-007-specialization-groups.md (docs: fix typos in adr-007-specialization-groups.md #18635)
chore: alphabetize labels (chore: alphabetize labels #18640)
docs(x/circuit): add note on ante handler (docs(x/circuit): add note on ante handler #18637)
fix: telemetry metric label variable (fix: telemetry metric label variable #18643)
chore: typos fix (chore: typos fix #18642)
refactor(store/v2): updates from integration (refactor(store/v2): updates from integration #18633)
build(deps): Bump actions/setup-go from 4 to 5 (build(deps): Bump actions/setup-go from 4 to 5 #18647)
feat(store/v2): snapshot manager (feat(store/v2): snapshot manager #18458)
chore(client/v2): fix typos in the README.md (chore(client/v2): fix typos in the README.md #18657)
fix(baseapp): protocompat.go gogoproto.Merge does not work with custom types (fix(baseapp): protocompat.go gogoproto.Merge does not work with custom types #18654)
chore: fix several minor typos (chore: fix several minor typos #18660)
chore(tools/confix/cmd): fix typo in view.go (chore(tools/confix/cmd): fix typo in view.go #18659)
refactor(x/staking): check duplicate addresses in StakeAuthorization's params (refactor(x/staking): check duplicate addresses in StakeAuthorization's params #18655)
feat(accounts): use gogoproto API instead of protov2. (feat(accounts): use gogoproto API instead of protov2. #18653)
fix(store/commitment/iavl): honor tree.Remove error firstly (fix(store/commitment/iavl): honor tree.Remove error firstly #18651)
build(deps): Bump actions/stale from 8 to 9 (build(deps): Bump actions/stale from 8 to 9 #18656)
chore(docs): fix typos & wording in docs (chore(docs): fix typos & wording in docs #18667)
chore: fix several typos. (chore: fix several typos. #18666)
feat(telemetry): enable
statsd
anddogstatsd
telemetry sinks (feat(telemetry): enablestatsd
anddogstatsd
telemetry sinks #18646)feat(store/v2): add SetInitialVersion in SC (feat(store/v2): add SetInitialVersion in SC #18665)
feat(client/keys): support display discreetly for
keys add
(feat(client/keys): support display discreetly forkeys add
#18663)ci: add misspell action (ci: add misspell action #18671)
chore: typos fix by misspell-fixer (chore: typos fix by misspell-fixer #18683)
chore: add v0.50.2 changelog to main (chore: add v0.50.2 changelog to main #18682)
build(deps): Bump github.com/jhump/protoreflect from 1.15.3 to 1.15.4 in /tests (build(deps): Bump github.com/jhump/protoreflect from 1.15.3 to 1.15.4 in /tests #18678)
refactor(bank): remove .String() calls (refactor(bank): remove .String() calls #18175)
ci: use codespell instead of misspell-fixer (ci: use codespell instead of misspell-fixer #18686)
feat(gov): add proposal types and spam votes (feat(gov): add proposal types and spam votes #18532)
feat(accounts): use account number as state prefix for account state (feat(accounts): use account number as state prefix for account state #18664)
chore: typos fixes by cosmos-sdk bot (chore: typos fixes by cosmos-sdk bot #18689)
feat(client/keys): support display discreetly for keys mnemonic (feat(client/keys): support display discreetly for keys mnemonic #18688)
refactor: remove panic usage in keeper methods (refactor: remove panic usage in keeper methods #18636)
ci: rename pr name in misspell job (ci: rename pr name in misspell job #18693)
build(deps): Bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1 in /tools/confix (build(deps): Bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1 in /tools/confix #18702)
feat(client/keys): support display discreetly for keys export (feat(client/keys): support display discreetly for keys export #18684)
feat(x/gov): better gov genesis validation (feat(x/gov): better gov genesis validation #18707)
Description
Closes: #XXXX
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
in the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...