Skip to content

Sync fork#1

Open
Kay-Zee wants to merge 10000 commits intodapperlabs:masterfrom
onflow:master
Open

Sync fork#1
Kay-Zee wants to merge 10000 commits intodapperlabs:masterfrom
onflow:master

Conversation

@Kay-Zee
Copy link

@Kay-Zee Kay-Zee commented Aug 23, 2023

No description provided.

@Kay-Zee Kay-Zee requested a review from gomisha as a code owner August 23, 2023 17:23
@codecov-commenter
Copy link

codecov-commenter commented Feb 17, 2024

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 ☂️

zhangchiqing and others added 28 commits February 3, 2026 21:46
[Flow EVM] Implement ABI encoding/decoding for arrays of Solidity tuples
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.
peterargue and others added 30 commits February 23, 2026 20:00
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
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.