-
Notifications
You must be signed in to change notification settings - Fork 5
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
Problem: v0.47.x is outdated #197
Problem: v0.47.x is outdated #197
Conversation
…mos#17780) (cosmos#17793) Co-authored-by: Robert Zaremba <robert@zaremba.ch> Co-authored-by: Julien Robert <julien@rbrt.fr>
…s#17769) (cosmos#17848) Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
…17887) Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
cosmos#17910) (cosmos#17916) Co-authored-by: Marko <marbar3778@yahoo.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
…os#18012) Co-authored-by: Marko <marbar3778@yahoo.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Devon Bear <itsdevbear@berachain.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: shuoer86 <129674997+shuoer86@users.noreply.github.com>
…mos#18069) Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
….12.4 (cosmos#18136) Co-authored-by: Julien Robert <julien@rbrt.fr>
…n standalone mode (v0.47) (cosmos#18109) Co-authored-by: Marko <marko@baricevic.me>
…osmos#18208) Co-authored-by: Marko <marbar3778@yahoo.com>
…#18218) Co-authored-by: Marko <marbar3778@yahoo.com>
…sk (backport cosmos#18210) (cosmos#18230) Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
…smos#18249) (cosmos#18251) Co-authored-by: Julien Robert <julien@rbrt.fr>
…s#18254) (cosmos#18259) Co-authored-by: Julien Robert <julien@rbrt.fr>
) (cosmos#18264) Co-authored-by: Marko <marbar3778@yahoo.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: Julien Robert <julien@rbrt.fr>
cosmos#18508) Co-authored-by: Julien Robert <julien@rbrt.fr>
… (cosmos#18544) Co-authored-by: Julien Robert <julien@rbrt.fr>
…osmos#18572) 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>
Co-authored-by: Julien Robert <julien@rbrt.fr>
…ilure response (backport cosmos#18772) (cosmos#18776) Co-authored-by: yihuang <huang@crypto.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
…s#18779) Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: yihuang <huang@crypto.com> Co-authored-by: Julien Robert <julien@rbrt.fr> Co-authored-by: samricotta <samanthalricotta@gmail.com>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
Release v0.47.7
@@ -501,7 +503,7 @@ | |||
func GetSnapshotStore(appOpts types.AppOptions) (*snapshots.Store, error) { | |||
homeDir := cast.ToString(appOpts.Get(flags.FlagHome)) | |||
snapshotDir := filepath.Join(homeDir, "data", "snapshots") | |||
if err := os.MkdirAll(snapshotDir, os.ModePerm); err != nil { | |||
if err := os.MkdirAll(snapshotDir, 0o744); err != nil { |
Check failure
Code scanning / Golang security checks by gosec
Expect directory permissions to be 0750 or less Error
@@ -42,6 +44,10 @@ | |||
} | |||
|
|||
func (msg MsgUpdateParams) ToProtoConsensusParams() tmproto.ConsensusParams { | |||
if msg.Evidence == nil || msg.Block == nil || msg.Validator == nil { | |||
panic(errors.New("all parameters must be present")) |
Check warning
Code scanning / CodeQL
Panic in BeginBock or EndBlock consensus methods Warning
@@ -223,6 +223,10 @@ | |||
} | |||
} | |||
|
|||
// Reset the gas meter so that the AnteHandlers aren't required to | |||
gasMeter = app.getBlockGasMeter(app.deliverState.ctx) |
Check warning
Code scanning / CodeQL
Panic in BeginBock or EndBlock consensus methods Warning
path flow from Begin/EndBlock to a panic call
path flow from Begin/EndBlock to a panic call
path flow from Begin/EndBlock to a panic call
path flow from Begin/EndBlock to a panic call
7b15830
into
crypto-org-chain:release/v0.47.x
For more info:
cosmos/cosmos-sdk@v0.47.6...v0.47.7
cometbft/cometbft@v0.37.2...v0.37.4
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...
!
to 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...
!
in the type prefix if API or client breaking change