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

Node release 8.10 #5734

Merged
merged 1 commit into from
Apr 6, 2024
Merged

Node release 8.10 #5734

merged 1 commit into from
Apr 6, 2024

Conversation

dnadales
Copy link
Member

Description

TODO

Checklist

  • Commit sequence broadly makes sense and commits have useful messages
  • New tests are added if needed and existing tests are updated. These may include:
    • golden tests
    • property tests
    • roundtrip tests
    • integration tests
      See Runnings tests for more details
  • Any changes are noted in the CHANGELOG.md for affected package
  • The version bounds in .cabal files are updated
  • CI passes. See note on CI. The following CI checks are required:
    • Code is linted with hlint. See .github/workflows/check-hlint.yml to get the hlint version
    • Code is formatted with stylish-haskell. See .github/workflows/stylish-haskell.yml to get the stylish-haskell version
    • Code builds on Linux, MacOS and Windows for ghc-8.10.7 and ghc-9.2.7
  • Self-reviewed the diff

Note on CI

If your PR is from a fork, the necessary CI jobs won't trigger automatically for security reasons.
You will need to get someone with write privileges. Please contact IOG node developers to do this
for you.

@dnadales dnadales mentioned this pull request Mar 28, 2024
24 tasks
@dnadales dnadales force-pushed the dnadales/node-8.10 branch from 5c68180 to b18169c Compare March 28, 2024 20:20
@@ -77,6 +77,7 @@ import Data.Set (Set)
import qualified Data.Set as Set
import Data.Text (Text)
import qualified Data.Text.Encoding as Text
import GHC.IsList (toList)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import GHC.IsList (toList)
import GHC.Exts (toList)

Needed for 8.10 support

@carbolymer carbolymer force-pushed the dnadales/node-8.10 branch 2 times, most recently from 9f96c6f to 2fbd919 Compare April 2, 2024 19:08
@carbolymer carbolymer force-pushed the dnadales/node-8.10 branch from 2fbd919 to ba0dd86 Compare April 2, 2024 19:23
@@ -181,7 +182,7 @@ defaultConwayGenesis =
, ucppGovActionDeposit = Coin 1_000_000
, ucppDRepDeposit = Coin 1_000_000
, ucppDRepActivity = EpochInterval 100
, ucppMinFeeRefScriptCostPerByte = undefined
, ucppMinFeeRefScriptCostPerByte = 0 %! 1 -- FIXME GARBAGE VALUE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm unsure about this 0 here. This needs to be updated after benchmarking. Same applies to genesis files below.

@disassembler disassembler force-pushed the dnadales/node-8.10 branch 6 times, most recently from 651461b to 423db61 Compare April 5, 2024 01:06
Copy link
Contributor

@Jimbo4350 Jimbo4350 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Couple of minor comments.

@Jimbo4350 Jimbo4350 self-requested a review April 5, 2024 15:31
Copy link
Contributor

@Jimbo4350 Jimbo4350 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Squash the commits please!

@disassembler disassembler marked this pull request as ready for review April 5, 2024 17:03
@disassembler disassembler requested review from a team as code owners April 5, 2024 17:03
@disassembler disassembler enabled auto-merge April 5, 2024 17:08
@disassembler disassembler added this pull request to the merge queue Apr 5, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Apr 5, 2024
@disassembler disassembler merged commit cf71092 into master Apr 6, 2024
23 of 247 checks passed
@disassembler disassembler deleted the dnadales/node-8.10 branch April 6, 2024 00:44
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.

5 participants