-
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
Block range guarantees #9022
Merged
Merged
Block range guarantees #9022
Changes from 31 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
5f71330
Support libocr in-protocol block range guarantees
vyzaldysanchez d696ee5
scripts go.mod
samsondav fd707c6
test
samsondav 50be897
Update core/web/presenters/ocr_keys.go
samsondav 7935735
remove commented useless code
samsondav 291cb53
Remove panics'
samsondav e4671ee
imports
samsondav f61fc96
Merge branch 'develop' into feature/MERC-114/block-range-guarantee
samsondav 03dae83
Bump libocr to go get github.com/smartcontractkit/libocr@232b0d24bb3c…
samsondav b2375fb
lint
samsondav 5c97c6b
Merge branch 'develop' into feature/MERC-114/block-range-guarantee
samsondav 212a6fa
bump libocr to 3c336ffb2acf2b4ef261f5f7d52e9a9628985207
samsondav 4791b25
go get github.com/smartcontractkit/chainlink-relay@7a0cfc835c3fcead61…
samsondav 81b5546
gomodtidy
samsondav 1103b09
Merge remote-tracking branch 'origin/develop' into feature/MERC-114/b…
samsondav e4adea5
Fix lint
samsondav 8693472
Merge branch 'develop' into feature/MERC-114/block-range-guarantee
samsondav f314470
fix merge conflict
samsondav a0181c4
Merge remote-tracking branch 'origin/develop' into feature/MERC-114/b…
samsondav 04cb288
Merge branch 'develop' into feature/MERC-114/block-range-guarantee
samsondav 73e523b
libocr => 82b910bef5c1c95cc7a886091ccfc1895bde76f5
samsondav f13722e
Merge remote-tracking branch 'origin/feature/MERC-114/block-range-gua…
samsondav bcb7c6a
Merge remote-tracking branch 'origin/develop' into feature/MERC-114/b…
samsondav 31b1773
Merge branch 'develop' into feature/MERC-114/block-range-guarantee
samsondav ff19c45
no longer experimental
samsondav ddbc8ec
latest ocr2vrf
samsondav 64e45e6
Merge remote-tracking branch 'origin/feature/MERC-114/block-range-gua…
samsondav 4cdf532
Merge remote-tracking branch 'origin/develop' into feature/MERC-114/b…
samsondav 59ebe85
Merge branch 'develop' into feature/MERC-114/block-range-guarantee
samsondav 63004f3
Merge remote-tracking branch 'origin/develop' into feature/MERC-114/b…
samsondav 347629d
Fix conflicts
samsondav e1edcaa
rename InitialValidFromBlockNumber to InitialBlockNumber
samsondav a548fae
Merge branch 'develop' into feature/MERC-114/block-range-guarantee
samsondav b493f4a
Merge branch 'develop' into feature/MERC-114/block-range-guarantee
samsondav File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
golang 1.20.4 | ||
mockery 2.28.1 | ||
nodejs 16.13.2 | ||
nodejs 16.16.0 | ||
postgres 13.3 | ||
helm 3.10.3 | ||
zig 0.10.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Unresolved conflicts