-
Notifications
You must be signed in to change notification settings - Fork 0
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
Reece/manifest #1
base: release/v0.50.x
Are you sure you want to change the base?
Conversation
…mos#18939) (cosmos#18947) Co-authored-by: hattizai <[email protected]>
Co-authored-by: mmsqe <[email protected]> Co-authored-by: Julien Robert <[email protected]>
cosmos#18999) Co-authored-by: gluax <[email protected]>
…ackport cosmos#18956) (cosmos#19007) Co-authored-by: gsai967 <[email protected]> Co-authored-by: Julien Robert <[email protected]>
…smos#19026) (cosmos#19029) Co-authored-by: Julien Robert <[email protected]> Co-authored-by: marbar3778 <[email protected]>
…s#19043) (cosmos#19044) Co-authored-by: Aleksandr Bezobchuk <[email protected]> Co-authored-by: Julien Robert <[email protected]>
…osmos#18991) (cosmos#19042) Co-authored-by: Eric Warehime <[email protected]> Co-authored-by: Julien Robert <[email protected]>
…cosmos#19067) Co-authored-by: Julien Robert <[email protected]>
…cosmos#19047) (cosmos#19072) Co-authored-by: Halimao <[email protected]>
cosmos#19105) Co-authored-by: Julien Robert <[email protected]>
…#19106) (cosmos#19107) Co-authored-by: Callum Waters <[email protected]> Co-authored-by: Julien Robert <[email protected]>
cosmos#19150) Co-authored-by: Marko <[email protected]>
…osmos#19157) Co-authored-by: Bryan White <[email protected]> Co-authored-by: Julien Robert <[email protected]>
…osmos#19170) Signed-off-by: dependabot[bot] <[email protected]> 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>
…mos#19201) Co-authored-by: Aleksandr Bezobchuk <[email protected]>
…port cosmos#19202) (cosmos#19217) Co-authored-by: Aleksandr Bezobchuk <[email protected]>
…port cosmos#19216) (cosmos#19219) Co-authored-by: Julien Robert <[email protected]>
…osmos#19237) Signed-off-by: dependabot[bot] <[email protected]> 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>
… new solution (backport cosmos#19177) (cosmos#19249) Co-authored-by: Brann Bronzebeard <[email protected]> Co-authored-by: Facundo <[email protected]>
…osmos#19284) (cosmos#19287) Co-authored-by: Facundo Medica <[email protected]>
…os#19297) Co-authored-by: Connor Davis <[email protected]> Co-authored-by: Julien Robert <[email protected]>
…osmos#19342) Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: Facundo <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]> 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: Julien Robert <[email protected]>
Co-authored-by: Julien Robert <[email protected]>
…osmos#20008) Co-authored-by: Tom <[email protected]> Co-authored-by: marbar3778 <[email protected]> Co-authored-by: Julien Robert <[email protected]>
…#19903) (cosmos#20017) Co-authored-by: Lucas Francisco López <[email protected]> Co-authored-by: Julien Robert <[email protected]>
…osmos#20028) (cosmos#20029) Co-authored-by: mmsqe <[email protected]>
…s#20027) (cosmos#20031) Co-authored-by: Facundo Medica <[email protected]>
…s#20033) (cosmos#20046) Co-authored-by: mmsqe <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]> 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: Julien Robert <[email protected]>
) Co-authored-by: Facundo Medica <[email protected]>
cosmos#20083) (cosmos#20099) Co-authored-by: Julien Robert <[email protected]>
…mos#20111) Co-authored-by: mmsqe <[email protected]>
cosmos#20131) Co-authored-by: samricotta <[email protected]>
…smos#20107) (cosmos#20129) Co-authored-by: mmsqe <[email protected]> Co-authored-by: Julien Robert <[email protected]>
return time.Time{} | ||
} | ||
|
||
return time.Now() |
Check warning
Code scanning / CodeQL
Calling the system time Warning
x.Pagination = value.Message().Interface().(*v1beta11.PageRequest) | ||
default: | ||
if fd.IsExtension() { | ||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.bank.v1beta1.QueryDenomOwnersByQueryRequest")) |
Check warning
Code scanning / CodeQL
Panic in BeginBock or EndBlock consensus methods Warning
if fd.IsExtension() { | ||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.bank.v1beta1.QueryDenomOwnersByQueryRequest")) | ||
} | ||
panic(fmt.Errorf("message cosmos.bank.v1beta1.QueryDenomOwnersByQueryRequest does not contain field %s", fd.FullName())) |
Check warning
Code scanning / CodeQL
Panic in BeginBock or EndBlock consensus methods Warning
x.Pagination = value.Message().Interface().(*v1beta11.PageResponse) | ||
default: | ||
if fd.IsExtension() { | ||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.bank.v1beta1.QueryDenomOwnersByQueryResponse")) |
Check warning
Code scanning / CodeQL
Panic in BeginBock or EndBlock consensus methods Warning
if fd.IsExtension() { | ||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.bank.v1beta1.QueryDenomOwnersByQueryResponse")) | ||
} | ||
panic(fmt.Errorf("message cosmos.bank.v1beta1.QueryDenomOwnersByQueryResponse does not contain field %s", fd.FullName())) |
Check warning
Code scanning / CodeQL
Panic in BeginBock or EndBlock consensus methods Warning
switch fd.FullName() { | ||
default: | ||
if fd.IsExtension() { | ||
panic(fmt.Errorf("proto3 declared messages do not support extensions: testpb.MsgClawbackRequest")) |
Check warning
Code scanning / CodeQL
Panic in BeginBock or EndBlock consensus methods Warning test
if fd.IsExtension() { | ||
panic(fmt.Errorf("proto3 declared messages do not support extensions: testpb.MsgClawbackRequest")) | ||
} | ||
panic(fmt.Errorf("message testpb.MsgClawbackRequest does not contain field %s", fd.FullName())) |
Check warning
Code scanning / CodeQL
Panic in BeginBock or EndBlock consensus methods Warning test
switch fd.FullName() { | ||
default: | ||
if fd.IsExtension() { | ||
panic(fmt.Errorf("proto3 declared messages do not support extensions: testpb.MsgClawbackResponse")) |
Check warning
Code scanning / CodeQL
Panic in BeginBock or EndBlock consensus methods Warning test
if fd.IsExtension() { | ||
panic(fmt.Errorf("proto3 declared messages do not support extensions: testpb.MsgClawbackResponse")) | ||
} | ||
panic(fmt.Errorf("message testpb.MsgClawbackResponse does not contain field %s", fd.FullName())) |
Check warning
Code scanning / CodeQL
Panic in BeginBock or EndBlock consensus methods Warning test
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
. |
Removes mint from the begin blocker so we can override with manifest.
Apply patches from the
.gitpatches
on top of the CosmosSDK.