Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
10000 commits
Select commit Hold shift + click to select a range
b8b3c17
re-generate mocks
turbolent Mar 20, 2026
a39dd60
adjust expected computation usage in assertions
turbolent Mar 20, 2026
81c9159
update testingdock to v0.6.0
tim-barry Mar 20, 2026
97d9d5d
check errors for container start
tim-barry Mar 20, 2026
6f1534b
defensively clone
turbolent Mar 20, 2026
a991368
Merge pull request #8502 from onflow/tim/update-testingdock
tim-barry Mar 20, 2026
80bc609
add missing import
turbolent Mar 20, 2026
9f1da2d
Merge branch 'master' into auto-update-onflow-cadence-v1.10.0
turbolent Mar 20, 2026
968222a
Merge pull request #8501 from onflow/auto-update-onflow-cadence-v1.10.0
turbolent Mar 20, 2026
36fcbe2
cleanup PR
janezpodhostnik Mar 23, 2026
ea0b48a
code cleanup
janezpodhostnik Mar 23, 2026
7e9ec94
Merge branch 'master' into bastian/debugging-improvements
turbolent Mar 23, 2026
b3fe24d
Merge pull request #8497 from onflow/manny/1195-upgrade-gh-actions-on…
Mar 24, 2026
a355078
Merge pull request #8440 from onflow/bastian/debugging-improvements
turbolent Mar 24, 2026
0e9b03f
system chunk in inspect-token-movements
janezpodhostnik Mar 24, 2026
db0a61b
handle EVM flow transitions
janezpodhostnik Mar 24, 2026
627cf45
[Access] Export scheduled tx extended indexer types
peterargue Mar 25, 2026
51f87f7
Merge branch 'master' into janez/transaction-result-inspection
janezpodhostnik Mar 26, 2026
cc2f6c6
merge fix
janezpodhostnik Mar 26, 2026
ab216e4
address review comments
janezpodhostnik Mar 26, 2026
46c2193
Merge pull request #8506 from onflow/peter/extended-indexer-improvements
peterargue Mar 28, 2026
4312d4d
fvm/evm: cache and defer EVM block proposal persistence to transactio…
holyfuchs Mar 18, 2026
5b7f841
fvm/evm: move BlockStore to fvm environment as EVMBlockStore
holyfuchs Apr 1, 2026
edf84f5
add chainID to TestBackend
holyfuchs Apr 1, 2026
5048baf
fvm/evm: add regression test for dryRun followed by run in same trans…
holyfuchs Apr 2, 2026
4c684ff
Use optimized byte slice conversion funcs in EVM
fxamacker Apr 2, 2026
376e669
Merge pull request #8508 from onflow/fxamacker/use-optimized-cadenceb…
fxamacker Apr 3, 2026
08e94fb
add v0.48.0 to AN compatibility map
j1010001 Apr 3, 2026
328e1e8
show differences per TX
turbolent Apr 3, 2026
f82a024
Cache EVM drycall results within transactions
fxamacker Apr 3, 2026
5968c8d
Fix NFT transfer parsing for collections with duplicate UUIDs
peterargue Apr 3, 2026
6d740d3
Merge pull request #8424 from onflow/janez/transaction-result-inspection
janezpodhostnik Apr 6, 2026
7ad7e0a
Merge branch 'master' into fxamacker/add-evm-drycall-results-cache
fxamacker Apr 6, 2026
e8f95e9
Add more comments
fxamacker Apr 6, 2026
9347b92
Invalidate drycall cache only if EVM state is changed
fxamacker Apr 6, 2026
36e99d3
Update comment
fxamacker Apr 7, 2026
e72d61c
Update to Cadence v1.10.1
turbolent Apr 7, 2026
3833807
pass argument for new declaration kind parameter
turbolent Feb 12, 2026
8c761e1
fix definition of InternalEVM functions
turbolent Feb 12, 2026
eb9b3f0
add weight for new wrapped function value
turbolent Mar 23, 2026
e3f7a2f
remove wildcard imports in program cache tests + lint
janezpodhostnik Mar 23, 2026
31097a9
adjust expected computation usage
turbolent Apr 2, 2026
f170ff0
make imports explicit
turbolent Apr 2, 2026
9596707
Merge pull request #8516 from onflow/auto-update-onflow-cadence-v1.10.1
turbolent Apr 7, 2026
68a142f
[Access] Remove panics from legacy handler
zhangchiqing Apr 7, 2026
8c98959
[Access] Improve max stream enforcement
zhangchiqing Apr 7, 2026
55f7c1a
handle close and remove errors
turbolent Apr 7, 2026
ca82666
add Experiment routes
zhangchiqing Apr 7, 2026
b6a1128
remove max-parallel param
j1010001 Apr 7, 2026
2589320
fix parameter order in rate_limit_test.go
zhangchiqing Apr 7, 2026
90f39da
add Experiment routes
zhangchiqing Apr 7, 2026
58e1534
fix lint
zhangchiqing Apr 7, 2026
7ce557d
Merge pull request #8522 from onflow/jan/fix-secure-build-workflow
j1010001 Apr 7, 2026
0327b75
[Networking] Use role specific unicast limits
zhangchiqing Apr 7, 2026
38d99ae
update stream lmiter
zhangchiqing Apr 7, 2026
2089dae
[Networking] Add unicast stream pre-authorization by sender/receiver …
zhangchiqing Apr 7, 2026
ef240a4
enable unicast rate limit by default
zhangchiqing Apr 7, 2026
6184f49
Merge branch 'master' into leo/enable-unicast-rate-limit
zhangchiqing Apr 7, 2026
753a030
Override role based unicast stream authorization on public network
zhangchiqing Apr 7, 2026
3950604
Merge branch 'master' into leo/fix-unicast-stream-authorization-publi…
zhangchiqing Apr 7, 2026
51d490e
Add test for keeping kompuataion kinds constant
janezpodhostnik Apr 7, 2026
b91e229
Merge pull request #8519 from onflow/leo/access-fix-panics
zhangchiqing Apr 8, 2026
6850256
Merge pull request #8525 from onflow/leo/enable-unicast-rate-limit
zhangchiqing Apr 8, 2026
92fd38c
Merge pull request #8510 from onflow/jan/port-8509-to-master
j1010001 Apr 8, 2026
944c461
Merge pull request #8512 from onflow/bastian/improve-compare-debug-tx
turbolent Apr 8, 2026
6c91f02
Merge branch 'master' into janez/test-computation-kind-ids
janezpodhostnik Apr 8, 2026
9eb2bf7
Handle ejected node in role based limit checks
peterargue Apr 8, 2026
c4a33c6
Fix audit findings in EVM Cadence contract
joshuahannan Apr 7, 2026
f2cd1a2
Update state commitments after EVM contract changes
joshuahannan Apr 7, 2026
66a8aa4
Add clarifying comment on validateCOAOwnershipProof signed data binding
joshuahannan Apr 8, 2026
5508505
Replace .concat() with string interpolation in error messages
joshuahannan Apr 8, 2026
d62ef3e
Update state commitments after rebase onto master
joshuahannan Apr 8, 2026
43afd43
Remove REPORT.md from version control
joshuahannan Apr 8, 2026
eb3fcc3
Merge pull request #8518 from onflow/josh/evm-contract-security-audit
joshuahannan Apr 8, 2026
5765d71
Merge pull request #8528 from onflow/peter/228-networking-ejected
peterargue Apr 8, 2026
d1d933a
Merge branch 'master' into leo/228-networking
peterargue Apr 8, 2026
135b63f
fix lint
peterargue Apr 8, 2026
ee7438f
Merge branch 'leo/228-networking' into leo/228-networking-unicast-aut…
peterargue Apr 8, 2026
c18c9fc
Merge branch 'leo/228-networking-unicast-authorization' into leo/fix-…
peterargue Apr 8, 2026
9bbe214
generate mocks
peterargue Apr 8, 2026
2cb858b
Merge branch 'leo/228-networking' into leo/228-networking-unicast-aut…
peterargue Apr 8, 2026
d4ac9ad
Merge branch 'leo/228-networking-unicast-authorization' into leo/fix-…
peterargue Apr 8, 2026
bbd7525
fix ejected unittest
peterargue Apr 8, 2026
e4595c9
fix TestUnicastAuthorization_EjectedPeer
peterargue Apr 8, 2026
e94bcca
track number of matching blocks/transactions when verifying
turbolent Apr 8, 2026
a0f484c
Merge branch 'leo/228-networking' into leo/228-networking-unicast-aut…
peterargue Apr 8, 2026
bb1a1f8
Merge branch 'leo/228-networking-unicast-authorization' into leo/fix-…
peterargue Apr 8, 2026
29dfc7f
adjust tests
turbolent Apr 8, 2026
a5b5b8a
fix tests
turbolent Apr 8, 2026
8a8d555
add tests
turbolent Apr 8, 2026
c70b28b
include stats on error
turbolent Apr 8, 2026
54fcaa7
Merge pull request #8526 from onflow/leo/fix-unicast-stream-authoriza…
peterargue Apr 8, 2026
7862800
Merge pull request #8524 from onflow/leo/228-networking-unicast-autho…
peterargue Apr 8, 2026
d1ed97b
Merge pull request #8523 from onflow/leo/228-networking
peterargue Apr 8, 2026
32226a9
enforce global stream limit per WebSocket subscription, not per conne…
peterargue Apr 8, 2026
648e56b
Merge branch 'master' into peter/improve-max-stream-enforcement-ws
peterargue Apr 8, 2026
5e74aa8
Merge pull request #8521 from onflow/leo/improve-max-stream-enforcement
peterargue Apr 8, 2026
11a1e50
Merge remote-tracking branch 'origin/master' into peter/improve-max-s…
peterargue Apr 8, 2026
3f3484b
Merge pull request #8515 from onflow/janez/test-computation-kind-ids
janezpodhostnik Apr 9, 2026
e94dd87
Move BridgeAccessorUpdated emit from pre to post block
joshuahannan Apr 8, 2026
28936e8
Replace O(n) removeFirst() loop with index access in decodeABIWithSig…
joshuahannan Apr 8, 2026
7c58831
Update state commitments after rebase onto master
joshuahannan Apr 8, 2026
0ce6aac
Merge pull request #8529 from onflow/josh/evm-emit-in-post-block
joshuahannan Apr 9, 2026
247595a
address CodeRabbit review: add defensive checks and validation
peterargue Apr 9, 2026
9e84a37
Update module/state_synchronization/indexer/extended/transfers/nft_gr…
peterargue Apr 9, 2026
aed273e
improve comment
peterargue Apr 9, 2026
c2587ab
Fix height-aware executor address matching for scheduled tx indexer
peterargue Apr 9, 2026
3f2f45a
Add v1 test coverage for executor address matching
peterargue Apr 9, 2026
dd41ae5
Update flow-core-contracts to v1.10.1, nft-storefront to cddb825, flo…
joshuahannan Apr 9, 2026
08db84b
Merge branch 'master' into fxamacker/add-evm-drycall-results-cache
fxamacker Apr 9, 2026
fa8ec0f
Merge pull request #8511 from onflow/fxamacker/add-evm-drycall-result…
fxamacker Apr 9, 2026
0c84502
Merge branch 'master' into peterargue/fix-follower-happy-path-pebble-…
peterargue Apr 10, 2026
a41baf9
Merge pull request #8474 from onflow/peterargue/fix-follower-happy-pa…
peterargue Apr 10, 2026
3896575
reduce block store interface size
janezpodhostnik Apr 13, 2026
5bb0e89
fix tests
janezpodhostnik Apr 14, 2026
9efcb51
Merge branch 'master' into josh/update-core-contracts-1.9.4
janezpodhostnik Apr 14, 2026
88f72f6
log the start and finish of a grpc or http request
zhangchiqing Apr 14, 2026
2ec394b
add debug log for grpc server for EN and LN
zhangchiqing Apr 14, 2026
92f5c5e
add comments with log example
zhangchiqing Apr 14, 2026
4f5bd8d
Update to Cadence v1.10.2
turbolent Apr 15, 2026
f87b4bb
add argument for new parameter
turbolent Apr 15, 2026
f186450
add weights for new memory kinds
turbolent Apr 15, 2026
f08ee47
Merge pull request #8544 from onflow/auto-update-onflow-cadence-v1.10.2
turbolent Apr 15, 2026
d22838c
fix lint
turbolent Apr 15, 2026
b7d75fd
Merge branch 'master' into bastian/verification-statistics
turbolent Apr 15, 2026
a69b34c
update flow-ft and flow-core-contracts
janezpodhostnik Apr 16, 2026
14b3b6f
Merge branch 'master' into josh/update-core-contracts-1.9.4
janezpodhostnik Apr 16, 2026
842c8fd
fix merge
janezpodhostnik Apr 17, 2026
1f86036
Merge pull request #8541 from onflow/josh/update-core-contracts-1.9.4
janezpodhostnik Apr 17, 2026
9636eb5
Merge pull request #8514 from onflow/peter/nft-group
peterargue Apr 17, 2026
d370d15
Merge branch 'master' into peter/scheduled-tx-executor-match
peterargue Apr 17, 2026
cd645a8
Merge branch 'master' into holyfuchs/6958-evm-optimize-block-formation
holyfuchs Apr 20, 2026
a2e6bc9
add evm block store test case
zhangchiqing Apr 20, 2026
9dff1a3
remove latest block proposal key on commit block proposal
zhangchiqing Apr 20, 2026
36949b7
use debug level log for grpc server and http server
zhangchiqing Apr 20, 2026
061b012
Merge branch 'master' into janez/flaky-test-fixes
turbolent Apr 20, 2026
3768a7e
Merge pull request #8546 from onflow/leo/suggestion-6958
holyfuchs Apr 21, 2026
9d95174
fix lint
zhangchiqing Apr 21, 2026
d92c088
fix lint
zhangchiqing Apr 21, 2026
a469a19
Merge pull request #8542 from onflow/leo/improve-logging
zhangchiqing Apr 21, 2026
f4dad7f
fix unicast authorizer for observer node
zhangchiqing Apr 21, 2026
98cdea4
write new LatestBlockProposal in ComimtBlockProposal
zhangchiqing Apr 21, 2026
739fc27
Add context7.json
peterargue Apr 22, 2026
2b8cad7
docs: apply SEO/GEO audit recommendations
Aliserag Apr 23, 2026
351ba40
Merge pull request #8549 from onflow/seo-geo-audit-2026-04-21
peterargue Apr 23, 2026
66d2d45
Merge pull request #8548 from onflow/peter/context7
peterargue Apr 23, 2026
856b057
Merge pull request #8491 from onflow/holyfuchs/6958-evm-optimize-bloc…
zhangchiqing Apr 28, 2026
ca84ba3
Merge pull request #8536 from onflow/peter/improve-max-stream-enforce…
peterargue May 4, 2026
3517c86
Merge branch 'master' into peter/scheduled-tx-executor-match
peterargue May 5, 2026
c02b0e3
fix lint: gofmt scheduled_transactions.go
cursoragent May 5, 2026
88807f7
Merge pull request #8539 from onflow/peter/scheduled-tx-executor-match
peterargue May 5, 2026
baadee6
fvm: remove exception for minting in token tracker
janezpodhostnik May 6, 2026
5a3084c
Merge pull request #8547 from onflow/leo/fix-unicast-for-observer
zhangchiqing May 7, 2026
0f194c0
Merge pull request #8534 from onflow/bastian/verification-statistics
turbolent May 12, 2026
e240bbc
Merge pull request #8551 from onflow/janez/remove-temp-exception-for-…
janezpodhostnik May 13, 2026
7fb3409
Merge branch 'master' into janez/flaky-test-fixes
janezpodhostnik May 15, 2026
7cd2249
overflow protection
zhangchiqing Apr 14, 2026
3a48f5c
add default message queue size
zhangchiqing Apr 15, 2026
63a14f9
make the queue size configable
zhangchiqing Apr 16, 2026
ba54e5a
Add DefaultMaxEntityIDs (100) to truncate requests with excessive ent…
zhangchiqing Apr 16, 2026
584f979
add comments
zhangchiqing Apr 16, 2026
08a48cd
remove unused bugetExceeded var
zhangchiqing Apr 20, 2026
b8a12ea
Adding Unsubscribe method and ensuring Streamer.Stream() cleans up it…
zhangchiqing Apr 16, 2026
c4e2284
use synctest.Wait
zhangchiqing Apr 17, 2026
2886e08
update TestStreamUnsubscribesOnContextCancel/multiple
zhangchiqing Apr 17, 2026
8841e09
Update to Cadence v1.10.3
turbolent May 18, 2026
a8cb810
adjust to API changes in Cadence: pass accessed reference. also repla…
turbolent May 18, 2026
5b9fa9c
Merge pull request #8559 from onflow/auto-update-onflow-cadence-v1.10.3
turbolent May 18, 2026
de0a722
clean up stale cluster topic metrics on epoch transitions
zhangchiqing May 18, 2026
df5274a
Merge pull request #8557 from onflow/leo/backport-7178-7198-7199-7200…
zhangchiqing May 19, 2026
a755560
clean up stale cluster topic metrics on epoch transitions
zhangchiqing May 19, 2026
df9c16b
tidy
zhangchiqing May 19, 2026
c44dceb
Merge branch 'master' into leo/cleanup-stale-cluster-metrics
zhangchiqing May 19, 2026
c63dba4
first AI DRAFT - NOT yet REVIEWED by human;
AlexHentschel May 20, 2026
a12459b
updated reasoning for raising an irrecoverable error if no final stat…
AlexHentschel May 20, 2026
d5f80cd
wording polish
AlexHentschel May 20, 2026
b89c699
Merge branch 'master' into janez/flaky-test-fixes
janezpodhostnik May 20, 2026
d027fde
extend cluster topic metrics cleanup to cover all per-topic metric fa…
vishalchangrani May 20, 2026
4c3ef80
Merge pull request #8409 from onflow/janez/flaky-test-fixes
janezpodhostnik May 20, 2026
24a0df3
updating documentation
AlexHentschel May 20, 2026
d4f066a
Merge branch 'master' into alex/seal-validation_final-state
AlexHentschel May 21, 2026
dae43ec
normalize cluster topic labels in metrics to prevent unbounded cardin…
zhangchiqing May 27, 2026
c2d095a
Merge pull request #8565 from onflow/leo/cleanup-stale-cluster-metric…
zhangchiqing May 27, 2026
5bef5f1
normalize cluster topic labels in metrics to prevent unbounded cardin…
zhangchiqing May 27, 2026
360d2c3
Merge pull request #8566 from onflow/leo/cleanup-stale-cluster-metric…
zhangchiqing May 28, 2026
d78e8cf
Merge pull request #8562 from onflow/leo/cleanup-stale-cluster-metrics
zhangchiqing May 28, 2026
151de37
bump flow-core-contracts to v1.10.3
vishalchangrani Jun 2, 2026
d0f1bb0
addressed review suggestions
AlexHentschel Jun 2, 2026
f0c3d7c
Merge branch 'master' into alex/seal-validation_final-state
AlexHentschel Jun 2, 2026
83d3dd5
bump flow-core-contracts to v1.10.3 in insecure and integration modules
vishalchangrani Jun 2, 2026
de85f4c
go mod tidy
vishalchangrani Jun 2, 2026
4cc5d95
update to integration/go.sum
vishalchangrani Jun 2, 2026
44657bd
update genesis state commitments for flow-core-contracts v1.10.3
vishalchangrani Jun 2, 2026
19c6bdb
Merge pull request #8570 from onflow/bump/flow-core-contracts-v1.10.3
turbolent Jun 2, 2026
3cb5fb3
update to Go 1.26
turbolent Jun 17, 2026
177d5ba
update to crypto PR 42
turbolent Jun 17, 2026
4e705c8
go fix ./...
turbolent Jun 17, 2026
260098c
go fix ./...
turbolent Jun 17, 2026
1af0dba
update mocks
turbolent Jun 17, 2026
5716e79
fix lint
turbolent Jun 17, 2026
1545cfe
Merge pull request #8563 from onflow/alex/seal-validation_final-state
AlexHentschel Jun 23, 2026
bf1234d
update to crypto v0.26.0
turbolent Jun 23, 2026
d631588
Merge branch 'master' into bastian/go-1.26
turbolent Jun 23, 2026
8cab890
Merge pull request #8582 from onflow/bastian/go-1.26
turbolent Jun 23, 2026
95b6735
Revert "Update to Go 1.26"
turbolent Jun 24, 2026
bffe0b3
Merge pull request #8585 from onflow/revert-8582-bastian/go-1.26
turbolent Jun 24, 2026
c86cce7
adding backward compatibility for v0.49.1 and v0.49.2 (#8567)
vishalchangrani May 28, 2026
a526bef
Merge pull request #8586 from onflow/vishal/backport_pr_8567
turbolent Jun 24, 2026
4e315cd
add support for -rc branches
turbolent Feb 23, 2026
8928fdb
also set up private build environment when linting
turbolent Feb 23, 2026
54cbd22
update to internal Cadence v1.10.4-rc.2
turbolent May 27, 2026
e7efde3
update to internal Cadence v1.10.4-rc.3
turbolent May 27, 2026
6f121ee
add support for -rc branches
turbolent Feb 23, 2026
6f94611
also set up private build environment when linting
turbolent Feb 23, 2026
d2dc632
fix argument type for FlowStorageFees.getAccountsCapacityForTransacti…
turbolent May 27, 2026
4173199
clean up, avoid allocation
turbolent May 28, 2026
e647050
update to internal Cadence v1.10.4-rc.4
turbolent May 28, 2026
3588bbe
update to internal Cadence v1.10.4-rc.6 and internal atree v0.16.1-rc.2
turbolent Jun 16, 2026
39705b5
add new parameter to CreateAccount
turbolent Jun 16, 2026
56fe500
update to internal Cadence v1.10.4-rc.6 and internal atree v0.16.1-rc.2
turbolent Jun 16, 2026
7147491
pass context
turbolent Jun 16, 2026
f195220
fvm: add token-inspector test for create-and-fund-account reservation…
janezpodhostnik Jun 15, 2026
a68d2da
fix lost minimum storage reservation during account creation
turbolent Jun 15, 2026
e97d4f3
update Cadence to internal Cadence PR 528
turbolent Jun 15, 2026
f86f501
fix argument type for FlowStorageFees.getAccountsCapacityForTransacti…
turbolent May 27, 2026
f3a4810
clean up, avoid allocation
turbolent May 28, 2026
c034547
update to internal Cadence v1.10.4-rc.6 and internal atree v0.16.1-rc.2
turbolent Jun 16, 2026
5b149c2
add new parameter to CreateAccount
turbolent Jun 16, 2026
b08fdfa
update to internal Cadence v1.10.4-rc.6 and internal atree v0.16.1-rc.2
turbolent Jun 16, 2026
d5c9995
pass context
turbolent Jun 16, 2026
d0bbd2e
add argument for new parameter
turbolent Jun 16, 2026
00edc81
simplify test
turbolent Jun 17, 2026
76bda8c
Merge pull request #7224 from onflow/bastian/v0.50-rc-fix-ci
turbolent Jun 25, 2026
7429985
Merge pull request #7225 from onflow/bastian/v0.60-rc-cadence-v1.10.4…
turbolent Jun 25, 2026
7b5897b
Merge branch 'v0.50-rc' into bastian/v0.50-rc-account-creation-shared…
turbolent Jun 25, 2026
fd49ca7
remove argument for removed parameter
turbolent Jun 25, 2026
55d7931
Merge pull request #7226 from onflow/bastian/v0.50-rc-account-creatio…
turbolent Jun 25, 2026
9b98436
marking v0.50.0 as backward compatible
vishalchangrani Jun 25, 2026
c089aea
fixing leading spaces
vishalchangrani Jun 25, 2026
6d0b24b
fix flaky tests in verification fetcher chunk consumer
zhangchiqing Jun 25, 2026
5640841
fix flaky tests in verification fetcher chunk consumer
zhangchiqing Jun 25, 2026
053cb40
Merge pull request #7228 from onflow/vishal/backward_compatibility_v_…
zhangchiqing Jun 25, 2026
57de4ff
Merge pull request #7229 from onflow/leo/fix-flaky-tests
zhangchiqing Jun 25, 2026
4c61355
Merge pull request #8588 from onflow/leo/fix-flaky-tests
zhangchiqing Jun 26, 2026
338f44f
update atree and Cadence to latest internal releases
turbolent Jun 29, 2026
2cd4474
Merge pull request #7231 from onflow/bastian/v0.50-rc-cadence-v1.10.4…
turbolent Jun 29, 2026
c4d5687
update to public Cadence v1.10.4 and atree v0.16.1
turbolent Jul 2, 2026
3022b7d
Merge pull request #8596 from onflow/bastian/v0.50-update-cadence-v1.…
turbolent Jul 2, 2026
57e85ec
Merge branch 'v0.50' into bastian/merge-v0.50
turbolent Jul 2, 2026
e8fa4b4
Merge pull request #8597 from onflow/bastian/merge-v0.50
turbolent Jul 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Empty file added .cursor/rules/.gitkeep
Empty file.
6 changes: 6 additions & 0 deletions .cursor/rules/coding_conventions.mdc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
description: Coding Conventions
globs: *.go
alwaysApply: false
---
@docs/agents/CodingConventions.md
8 changes: 8 additions & 0 deletions .cursor/rules/core.mdc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
description: Cursor Operational Doctrine
globs:
alwaysApply: true
---
# Cursor Operational Doctrine

@docs/agents/OperationalDoctrine.md
6 changes: 6 additions & 0 deletions .cursor/rules/godocs.mdc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
description:
globs: *.go
alwaysApply: false
---
@docs/agents/GoDocs.md
12 changes: 12 additions & 0 deletions .custom-gcl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# The version of golangci-lint used to build the custom binary
version: v2.7.1

# The name of the custom binary
name: custom-gcl

# The directory path used to store the custom binary.
destination: ./tools/

plugins:
- module: 'github.com/onflow/flow-go'
path: ./tools/structwrite
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Do not copy the user's project git directory into the container
# it's not needed to build the project, and causes issues when working within git worktrees
.git/

integration/localnet/bootstrap/
integration/localnet/profiler/
integration/localnet/data/
Expand Down
1 change: 1 addition & 0 deletions .gemini/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "contextFileName": "AGENTS.md" }
17 changes: 0 additions & 17 deletions .github/stale.yml

This file was deleted.

55 changes: 55 additions & 0 deletions .github/workflows/actions/test-monitor-process-results/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: Test Monitor - Process Results

description: Custom action that's used in multiple Flaky Test Monitor jobs to process test results and upload them to BigQuery

inputs:
service_account:
description: 'The GCP Service Account'
required: true
workload_identity_provider:
description: 'The GCP Workload Identity Provider'
required: true

runs:
using : "composite"
steps:
- name: Get commit date
id: commit_date
run: echo "::set-output name=date::$(git show --no-patch --no-notes --pretty='%cI' $COMMIT_SHA)"
shell: bash

- name: Get job run date
id: job_run_date
run: echo "::set-output name=date::$(TZ=":UTC" date -Iseconds)"
shell: bash

- name: Process test results
run: cat test-output | go run tools/test_monitor/level1/process_summary1_results.go
env:
JOB_STARTED: ${{ steps.job_run_date.outputs.date }}
COMMIT_DATE: ${{ steps.commit_date.outputs.date }}
shell: bash

- name: Google auth
id: auth
uses: google-github-actions/auth@v2
with:
service_account: ${{ inputs.service_account }}
token_format: 'access_token'
workload_identity_provider: ${{ inputs.workload_identity_provider }}

- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'

- name: Upload results to BigQuery (skipped tests)
uses: nick-fields/retry@v4
with:
timeout_minutes: 1
max_attempts: 3
command: bq load --source_format=NEWLINE_DELIMITED_JSON $BIGQUERY_DATASET.$BIGQUERY_TABLE $SKIPPED_TESTS_FILE tools/test_monitor/schemas/skipped_tests_schema.json
- name: Upload results to BigQuery (test run)
uses: nick-fields/retry@v4
with:
timeout_minutes: 2
max_attempts: 3
command: bq load --source_format=NEWLINE_DELIMITED_JSON $BIGQUERY_DATASET.$BIGQUERY_TABLE2 $RESULTS_FILE tools/test_monitor/schemas/test_results_schema.json
99 changes: 0 additions & 99 deletions .github/workflows/bench.yml

This file was deleted.

118 changes: 0 additions & 118 deletions .github/workflows/builds.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/cd.yml

This file was deleted.

Loading