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 / gosec
integer overflow conversion uint64 -> uint8
| 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 / gosec
integer overflow conversion uint64 -> uint8
| 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 / gosec
integer overflow conversion uint64 -> uint8
| break | ||
| } | ||
| } | ||
| fieldNum := int32(wire >> 3) |
Check failure
Code scanning / gosec
integer overflow conversion uint64 -> uint8
| } | ||
| } | ||
| fieldNum := int32(wire >> 3) | ||
| wireType := int(wire & 0x7) |
Check failure
Code scanning / gosec
integer overflow conversion uint64 -> uint8
| for k := range e.valMap { | ||
| validValues = append(validValues, k) | ||
| } |
Check warning
Code scanning / CodeQL
Iteration over map
| 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
| 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
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.mdReviewers 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...