-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Aptos (combined branch) #13716
base: release/2.19.0-aptos
Are you sure you want to change the base?
Aptos (combined branch) #13716
Conversation
plugin := env.NewPlugin("aptos") | ||
loopKs := &keystore.AptosLooppSigner{Aptos: ks} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps all this can be moved into InitAptos?
return flat | ||
} | ||
|
||
const triggerID = "mock-streams-trigger@1.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like having this merged as an example trigger. I only wish it could go to common but it can't because of EVM dep :( Maybe we should create a special sub-directory with example capabilities and move on-demand trigger there as well...? @cedric-cordenier thoughts?
e255623
to
b73c5ff
Compare
b73c5ff
to
491a121
Compare
6453f9f
to
0bf0cc1
Compare
0bf0cc1
to
bf14593
Compare
2e13052
to
407c01e
Compare
AER Report: CI Coreaer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Scheduled Run Frequency , Find New Flaky Tests In Chainlink Project / Get Tests To Run , Core Tests (go_core_tests) , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_race_tests) , Core Tests (go_core_fuzz) , lint , Find New Flaky Tests In Deployment Project , Find New Flaky Tests In Chainlink Project / Run Tests , Find New Flaky Tests In Chainlink Project / Report , Flakey Test Detection , SonarQube Scan 1. Integer overflow conversion int -> uint8:[Golang Lint]Source of Error:core/capabilities/streams/mock_trigger.go:72:20: G115: integer overflow conversion int -> uint8 (gosec)
bytes[31] = uint8(i + 1)
^ Suggested fix: Ensure the 2. Integer overflow conversion int64 -> uint32:[Golang Lint]Source of Error:core/capabilities/streams/mock_trigger.go:138:29: G115: integer overflow conversion int64 -> uint32 (gosec)
Timestamp: uint32(timestamp),
^
core/capabilities/streams/mock_trigger.go:139:29: G115: integer overflow conversion int64 -> uint32 (gosec)
ValidFromTimestamp: uint32(timestamp),
^
core/capabilities/streams/mock_trigger.go:144:29: G115: integer overflow conversion int64 -> uint32 (gosec)
ExpiresAt: uint32(timestamp + 1000000),
^
core/capabilities/streams/mock_trigger.go:181:94: G115: integer overflow conversion int -> uint32 (gosec)
reportCtx := ocrTypes.ReportContext{ReportTimestamp: ocrTypes.ReportTimestamp{Epoch: uint32(baseTimestamp + j)}}
^ Suggested fix: Ensure the 3. Replace
|
855eced
to
ea18df1
Compare
Quality Gate failedFailed conditions See analysis details on SonarQube Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
ea18df1
to
752d706
Compare
97831c9
to
7bf04f5
Compare
I see you added a changeset file but it does not contain a tag. Please edit the text include at least one of the following tags:
|
7bf04f5
to
1a0d8bb
Compare
I see you updated files related to
|
f2cb06b
to
fb21d3e
Compare
Contains #14076, #14078 and staged changes