Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/downgrade go and ipfs #1394

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

fix/downgrade go and ipfs #1394

wants to merge 4 commits into from

Commits on Sep 18, 2024

  1. Revert "update to go 1.23.0"

    This reverts commit 7f53ca4.
    
    we noticed a goroutine leak since this update, likely related to ipfs
    altergui committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    75e2091 View commit details
    Browse the repository at this point in the history
  2. Revert "go.mod: update ipfs/kubo to v0.29.0"

    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
    altergui committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    59b5240 View commit details
    Browse the repository at this point in the history
  3. Revert "all: use slices.Backward from Go 1.23"

    This reverts commit baef75f.
    
    since we downgraded go back to 1.22
    altergui committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ea1285c View commit details
    Browse the repository at this point in the history
  4. Revert "vochain/indexer: drop x/exp/maps for maps"

    This reverts commit e65c7ca.
    
    since we downgraded go back to 1.22
    altergui committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f25cc54 View commit details
    Browse the repository at this point in the history