-
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.50.x is outdated #809
Problem: v0.50.x is outdated #809
Conversation
…osmos#19811) 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>
…osmos#19842) (cosmos#19844) Co-authored-by: Aryan Tikarya <akaladarshi@gmail.com> Co-authored-by: marbar3778 <marbar3778@yahoo.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
…mos#19853) (cosmos#19859) Co-authored-by: Kien <kien@notional.ventures> Co-authored-by: Julien Robert <julien@rbrt.fr>
…s#19884) Co-authored-by: Julien Robert <julien@rbrt.fr>
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: marbar3778 <marbar3778@yahoo.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
…19985) 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>
cosmos#19976) (cosmos#20001) Co-authored-by: Julien Robert <julien@rbrt.fr>
…osmos#20008) Co-authored-by: Tom <54514587+GAtom22@users.noreply.github.com> Co-authored-by: marbar3778 <marbar3778@yahoo.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
…#19903) (cosmos#20017) Co-authored-by: Lucas Francisco López <lucaslopezf@gmail.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
…osmos#20028) (cosmos#20029) Co-authored-by: mmsqe <mavis@crypto.com>
…s#20027) (cosmos#20031) Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
…s#20033) (cosmos#20046) Co-authored-by: mmsqe <mavis@crypto.com>
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>
cosmos#20083) (cosmos#20099) Co-authored-by: Julien Robert <julien@rbrt.fr>
…mos#20111) Co-authored-by: mmsqe <mavis@crypto.com>
cosmos#20131) Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
…smos#20107) (cosmos#20129) Co-authored-by: mmsqe <mavis@crypto.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
halt = true | ||
|
||
case app.haltTime > 0 && time.Unix() > int64(app.haltTime): | ||
case app.haltTime > 0 && time.Unix() >= int64(app.haltTime): |
Check failure
Code scanning / Golang security checks by gosec
integer overflow conversion uint64 -> uint8 Error
groupID = uint64(simtypes.RandIntBetween(r, int(initialGroupID), int(groupID))) | ||
// select a random ID between (initialGroupID, groupID] | ||
// if there is at least one group information, then the groupID at this time must be greater than or equal to 1 | ||
groupID = uint64(simtypes.RandIntBetween(r, int(initialGroupID+1), int(groupID+1))) |
Check failure
Code scanning / Golang security checks by gosec
integer overflow conversion uint64 -> uint8 Error
groupID = uint64(simtypes.RandIntBetween(r, int(initialGroupID), int(groupID))) | ||
// select a random ID between (initialGroupID, groupID] | ||
// if there is at least one group information, then the groupID at this time must be greater than or equal to 1 | ||
groupID = uint64(simtypes.RandIntBetween(r, int(initialGroupID+1), int(groupID+1))) |
Check failure
Code scanning / Golang security checks by gosec
integer overflow conversion uint64 -> uint8 Error
break | ||
} | ||
} | ||
fieldNum := int32(wire >> 3) |
Check failure
Code scanning / Golang security checks by gosec
integer overflow conversion uint64 -> uint8 Error test
} | ||
} | ||
fieldNum := int32(wire >> 3) | ||
wireType := int(wire & 0x7) |
Check failure
Code scanning / Golang security checks by gosec
integer overflow conversion uint64 -> uint8 Error test
for k := range e.valMap { | ||
validValues = append(validValues, k) | ||
} |
Check warning
Code scanning / CodeQL
Iteration over map Warning
x.Field1 = value.Bytes() | ||
default: | ||
if fd.IsExtension() { | ||
panic(fmt.Errorf("proto3 declared messages do not support extensions: testpb.WithAJson")) |
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.WithAJson")) | ||
} | ||
panic(fmt.Errorf("message testpb.WithAJson does not contain field %s", fd.FullName())) |
Check warning
Code scanning / CodeQL
Panic in BeginBock or EndBlock consensus methods Warning test
f4ea363
into
crypto-org-chain:release/v0.50.x
Description
for more info
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...