Open
Conversation
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
…46.0 add AN compatibility for v0.46.0
Cleanup bors references
[FVM] Remove unused error
Update to Cadence v1.9.8
[Flow EVM] Implement ABI encoding/decoding for arrays of Solidity tuples
Fix flaky epoch test
POC Ledger Service
Currently, EVMDecodeABI iterates typesArray (ArrayValue) twice. The first iteration is used to retrieve types and the second iteration is used to decode ABI values. This optimization replaces the second ArrayValue iteration with simple Go array iteration in the newInternalEVMTypeDecodeABIFunction function.
Currently, `EVMEncodeABI` iterates valuesArray (ArrayValue) twice. The first iteration is used to report ABI computation, and the second iteration is used to encode values. This optimization combines ABI computation reporting and value encoding into one ArrayValue iteration.
Co-authored-by: Faye Amacker <33205765+fxamacker@users.noreply.github.com>
…ggestions [Flow EVM] Apply general suggestions from QuantStamp audit report
…stream [Access] Don't require stateStreamBackend in access bootstrap
[UInt8; 20] instead of [UInt8]
Increase teardown AllDone timeout from 1s to 10s to give the engine enough time to drain queued work after cancellation. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
[Access] Include computation used passed from execution nodes
[Access] Add index for account transactions
Update to Cadence v1.9.10
Fix flaky TestFollowerHappyPath: panic on pebble DB close
…ount-status [FVM] Remove legacy account status formats code
…ing unnecessary goroutine Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
fix flaky TestProduceConsume/pushing_100_blocks (pebble closed panic)
This file contains hidden or 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
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.
No description provided.