Skip to content

fix/downgrade go and ipfs#1394

Open
altergui wants to merge 4 commits into
mainfrom
fix/downgrade-go-and-ipfs
Open

fix/downgrade go and ipfs#1394
altergui wants to merge 4 commits into
mainfrom
fix/downgrade-go-and-ipfs

Conversation

@altergui

Copy link
Copy Markdown
Contributor
  • Revert "update to go 1.23.0"
  • Revert "go.mod: update ipfs/kubo to v0.29.0"
  • Revert "all: use slices.Backward from Go 1.23"

This reverts commit 7f53ca4.

we noticed a goroutine leak since this update, likely related to ipfs
This reverts commit 88b17fc.

we noticed a memleak since this update

Conflicts:
	go.mod
resolved by not downgrading go-sqlite3, leave it at v1.14.23,
and also leave go-multiaddr at v0.12.4
This reverts commit baef75f.

since we downgraded go back to 1.22
This reverts commit e65c7ca.

since we downgraded go back to 1.22
@coveralls

coveralls commented Sep 18, 2024

Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 10921346340

Details

  • 16 of 31 (51.61%) changed or added relevant lines in 5 files are covered.
  • 10 unchanged lines in 4 files lost coverage.
  • Overall coverage decreased (-0.02%) to 62.268%

Changes Missing Coverage Covered Lines Changed/Added Lines %
vochain/indexer/vote.go 0 2 0.0%
tree/arbo/proof.go 9 13 69.23%
vochain/results/compute.go 5 9 55.56%
api/helpers.go 0 5 0.0%
Files with Coverage Reduction New Missed Lines %
api/accounts.go 2 68.43%
apiclient/account.go 2 38.32%
vochain/appsetup.go 2 58.88%
cmd/end2endtest/account.go 4 60.7%
Totals Coverage Status
Change from base Build 10899531372: -0.02%
Covered Lines: 16833
Relevant Lines: 27033

💛 - Coveralls

@mvdan

mvdan commented Sep 19, 2024

Copy link
Copy Markdown
Contributor

Do you have more details about this leak? Downgrading all of this is rather unfortunate.

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.

3 participants