-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
feat: add log type info collection for test entries to enable log decoding at forc-test #5678
Conversation
Benchmark for 5ad8bc8Click to view benchmark
|
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.
Awesome work! Just a few nits.
Benchmark for 3fccf68Click to view benchmark
|
ada8f0f
to
90d31eb
Compare
Benchmark for e502aebClick to view benchmark
|
Benchmark for fcc2e69Click to view benchmark
|
Benchmark for e08123dClick to view benchmark
|
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.
Nice work! 💯
Benchmark for 3ea7c87Click to view benchmark
|
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
Benchmark for cc22fc1Click to view benchmark
|
Benchmark for 1f82760Click to view benchmark
|
Benchmark for 6a1653eClick to view benchmark
|
Benchmark for f9a0a37Click to view benchmark
|
Benchmark for 3c64401Click to view benchmark
|
closed in favor of #5812 |
Description
Adds necessary capabilities to forc-pkg to collect types of
log
s used in a test. Type information is retrieved from the type engine, and collected for each test entry. This will later on be used for decoding the log receipts at forc-test.