-
Notifications
You must be signed in to change notification settings - Fork 180
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
Update atree inlining cadence v1.0 #6187
Merged
turbolent
merged 80 commits into
feature/atree-inlining-cadence-v1.0
from
bastian/update-atree-inlining-cadence-v1.0-12
Jul 9, 2024
Merged
Update atree inlining cadence v1.0 #6187
turbolent
merged 80 commits into
feature/atree-inlining-cadence-v1.0
from
bastian/update-atree-inlining-cadence-v1.0-12
Jul 9, 2024
Conversation
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
Co-authored-by: Bastian Müller <bastian@turbolent.com>
Co-authored-by: Jordan Schalm <jordan@dapperlabs.com>
Co-authored-by: Bastian Müller <bastian@turbolent.com> Co-authored-by: Jordan Schalm <jordan@dapperlabs.com>
…r execution data tracker, added godocs
[Flow EVM] capturing extra precompiled calls outcome as part of results and tx executed events
Currently, reports.ReportWriter outputs messages to a JSON array, which can cause JSON parsers like jq to crash on large reports. This commit adds support for JSONL format, so each JSON object can be parsed independently (rather than requiring every object in the array to be parsed). While at it, modify the diff-states command to use JSONL format.
[Access] Reduce logging for script executions
[EVM] Extend random source size
…ata-pruning [Access] Test Execution Data db pruning functionality on Access/Observer nodes
…o-report Add support for JSONL report format as alternative to JSON array report
Link checkpoint on bootstrapping
…0-preview.36 Update to Cadence v1.0.0-preview.36
turbolent
requested review from
peterargue,
ramtinms,
janezpodhostnik and
AlexHentschel
as code owners
July 8, 2024 20:58
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/atree-inlining-cadence-v1.0 #6187 +/- ##
=======================================================================
- Coverage 41.64% 41.62% -0.03%
=======================================================================
Files 1974 1975 +1
Lines 139562 139817 +255
=======================================================================
+ Hits 58125 58202 +77
- Misses 75411 75580 +169
- Partials 6026 6035 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
SupunS
approved these changes
Jul 8, 2024
fxamacker
approved these changes
Jul 9, 2024
turbolent
merged commit Jul 9, 2024
37a0b1a
into
feature/atree-inlining-cadence-v1.0
55 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Merge
master
intofeature/atree-inlining-cadence-v1.0
Conflict resolution