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

Upgrade to GHC 9.6.3 #187

Merged
merged 7 commits into from
May 1, 2024
Merged

Upgrade to GHC 9.6.3 #187

merged 7 commits into from
May 1, 2024

Conversation

enobayram
Copy link
Contributor

@enobayram enobayram commented Apr 1, 2024

We're upgrading to GHC 9.6.3 because that's what chainweb-node currently uses, so that we can reuse the same /nix/store paths for our Haskell toolchain.

@enobayram
Copy link
Contributor Author

enobayram commented Apr 30, 2024

I've verified this PR by running it as the chainweb-data service of the sandbox using the following command:

nix run --impure \
  --override-input chainweb-data github:kadena-io/chainweb-data/enis/ghc-963 \
  github:kadena-io/devnet#container-default

This started a local sandbox, so I've visited localhost:8080 and:

  • Performed a successful chainweb-data-fill operation.
  • Verified in the explorer that all the pages using CW-D as the backend work:
    • Event search
    • Transaction search
    • Transfers view
    • Txdetail view

@enobayram
Copy link
Contributor Author

This PR is encountering build issues with cabal on MacOS even though nix build works. The build issues are caused by pact and its transitive dependencies, so I'll hold this PR until we merge #186, which removes pact as a dependency.

@enobayram enobayram merged commit 8cefb14 into master May 1, 2024
6 checks passed
@enobayram enobayram deleted the enis/ghc-963 branch May 1, 2024 13:01
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.

1 participant