-
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
[BCI-3862][chainlink] - Change DSL Block primitive to string instead of int #14033
[BCI-3862][chainlink] - Change DSL Block primitive to string instead of int #14033
Conversation
@ilija42 Once smartcontractkit/chainlink-common#683 gets merged, do I need a separate PR to bump common like this one? Or can I do it in this same PR. Also, when bumping the ref, do we use UTC for the new timestamp? Solution: run |
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.
You should first reference the common changes so that CI passes, then once common is merged you can update the reference to the squashed commit hash from common master branch, you don't need separate PRs
go.mod
Outdated
@@ -9,7 +9,7 @@ require ( | |||
github.com/NethermindEth/juno v0.3.1 | |||
github.com/NethermindEth/starknet.go v0.7.1-0.20240401080518-34a506f3cfdb | |||
github.com/XSAM/otelsql v0.27.0 | |||
github.com/avast/retry-go/v4 v4.6.0 | |||
github.com/avast/retry-go/v4 v4.5.1 |
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.
why did this downgrade? this is causing build failure
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.
you should revert this change and run tidy
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.
fixed
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.
Looks good, but has merge conflicts
…b.com:smartcontractkit/chainlink into BCI-3862-change-dsl-block-primitive-to-string
Quality Gate passedIssues Measures |
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.
LGTM
* develop: CRIB CI integration (#13924) fix: refactor sonarqube scan args (#13875) BCI-3492 [LogPoller]: Allow withObservedExecAndRowsAffected to report non-zero rows affected (#14057) Add error mapping for Astar (#13990) [BCI-3862][chainlink] - Change DSL Block primitive to string instead of int (#14033) [KS-412] Validate called DON membership in TriggerPublisher (#14040) [TT-1429] notifying guardian on some failures (#14073) Add Mantle errors (#14053) Fix write target nil dereferences (#14059) Allow retrying failed transmissions (#14017) auto-11214: migrate more tests to foundry (#13934)
Task Description:
Change ChainReader block DSL uint64 type to string and update EVM implementation to reflect changes
This PR:
This PR fixes all the reference failures within
chainlink
after modifyingchainlink-common
block proto fieldTicket:
Depends On: