Skip to content

Update flow-go to v0.50.1-... - #2356

Open
janezpodhostnik wants to merge 1 commit into
masterfrom
janezp/update-flow-go
Open

Update flow-go to v0.50.1-...#2356
janezpodhostnik wants to merge 1 commit into
masterfrom
janezp/update-flow-go

Conversation

@janezpodhostnik

Copy link
Copy Markdown
Contributor

Updates flow-go to current master.

  • github.com/onflow/flow-go v0.48.1-evm-cache-block.0.20260602223212-19c6bdbbe069v0.50.1-0.20260727121002-7305484aa748
  • flow-go diff: onflow/flow-go@19c6bdb...7305484
  • Transitive upgrades: onflow/cadence v1.10.3 → v1.10.5, onflow/flow-go-sdk v1.10.3 → v1.10.5, onflow/atree v0.16.0 → v0.16.1

Required code changes

  • internal/util/stdlib.go: stdlib.StandardLibraryHandler.CreateAccount now takes an interpreter.InvocationContext parameter; updated the stub accordingly.

Note on cadence-tools

The released cadence-tools/languageserver v1.11.2 does not compile against cadence v1.10.5, so it is temporarily pinned to the commit from onflow/cadence-tools#644 (v1.11.3-0.20260727140108-e3dcc07e645d). Once that PR is merged and released, this should be re-pointed to a tagged version.

Build and full test suite pass.

@github-actions

Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 3 package(s) with unknown licenses.
See the Details below.

License Issues

go.mod

PackageVersionLicenseIssue Type
github.com/onflow/cadence1.10.5NullUnknown License
github.com/onflow/cadence-tools/languageserver1.11.3-0.20260727140108-e3dcc07e645dNullUnknown License
github.com/onflow/flow-go-sdk1.10.5NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
gomod/github.com/onflow/atree 0.16.1 🟢 8.8
Details
CheckScoreReason
Maintained🟢 1027 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 10all changesets reviewed
Security-Policy🟢 10security policy file detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Pinned-Dependencies🟢 10all dependencies are pinned
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
SAST🟢 9SAST tool detected but not run on all commits
gomod/github.com/onflow/cadence 1.10.5 UnknownUnknown
gomod/github.com/onflow/cadence-tools/languageserver 1.11.3-0.20260727140108-e3dcc07e645d UnknownUnknown
gomod/github.com/onflow/flow-go 0.50.1-0.20260727121002-7305484aa748 🟢 7.4
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Security-Policy🟢 10security policy file detected
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
License🟢 10license file detected
Binary-Artifacts🟢 10no binaries found in the repo
Fuzzing🟢 10project is fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection🟢 6branch protection is not maximal on development and all release branches
SAST🟢 9SAST tool detected but not run on all commits
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
gomod/github.com/onflow/flow-go-sdk 1.10.5 UnknownUnknown

Scanned Files

  • go.mod

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
internal/util/stdlib.go 0.00% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

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.

2 participants