-
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
[DNM WIP for smoke test] #11576
Closed
Closed
[DNM WIP for smoke test] #11576
Changes from 4 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
282bfeb
Add smoke test for chain reader and codec
nolag 107298f
not found fix
nolag 365242f
WIP
nolag 82fb436
bytes32
nolag 08477d0
Add a bit more info in logging to make it easier to see results
nolag 82ce318
Use better logging form libocr
nolag fa460ba
more logging from libocr and use my mapstrcture, like common does
nolag 481bc42
Even more logging from libocr :D
nolag 83c0776
update test with new framework
nolag fef7edd
latest
nolag 750ce74
core/internal/features/ocr2: add chain reader sub-test to TestIntegra…
jmank88 0ebd5dd
WIP - check if any RoundRequested events were emitted by contract
reductionista 7fbbc35
fix types in the new feature test's assertion
nolag 50f1b55
Update to use my logger again for new median factory. The version wa…
nolag 4e8f88c
Point back to logging for -common, after merging in the time hook
nolag 174f39d
Update chainlink-feeds for LatestRoundReported->LatestRoundRequested fix
reductionista d1ef734
Add more logging on config
nolag 627b398
10 5 again :D
nolag 6d17425
Update ChainReaderDefinitions, & add block range to RoundRequested query
reductionista 1d2acb1
WIP
reductionista fe8ec89
bump chainlink-feeds; rm moved wrapper
jmank88 9d315cb
Fix misleading LogPoller logging
reductionista 1530c04
Add second trial run to OCR2 feature test
reductionista 69a18bd
More logging
nolag 574ffe0
Import more logging that uses cmp to find diffs between old and new m…
nolag 978e43b
import one more log line
nolag 8ca7b93
import change to use logger
nolag dee584a
Use newer logging from median
nolag 8acbccb
Update to log diffs twice, once with a call before and once after to …
nolag 7999d45
More debug stuff
nolag e08fc14
Try passing MinConfirmations=1 like LogBroadcaster does
reductionista 79fa968
Fix integration test, and add debug output
reductionista 0271622
Update integration test
reductionista 66fe7e7
Track NewTransmission and Transmitted events in OCR2 integration test
reductionista 19c20b3
Try to fix bug in StartNewOCRRound()
reductionista 0a701cc
Try adding 5s sleep
reductionista 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
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.
I don't grok what is going here. The extra escaping of the JSON should only be from embedding in TOML. Why are the two layers mixed together in a way that requires this custom code?