-
Notifications
You must be signed in to change notification settings - Fork 720
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
Node release 8.10 #5734
Conversation
eeed7af
to
5c68180
Compare
5c68180
to
b18169c
Compare
@@ -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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import GHC.IsList (toList) | |
import GHC.Exts (toList) |
Needed for 8.10 support
5e7b85d
to
08bed1f
Compare
9f96c6f
to
2fbd919
Compare
2fbd919
to
ba0dd86
Compare
@@ -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 |
There was a problem hiding this comment.
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.
651461b
to
423db61
Compare
There was a problem hiding this 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.
cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Cli/Babbage/Transaction.hs
Show resolved
Hide resolved
cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Cli/KesPeriodInfo.hs
Show resolved
Hide resolved
There was a problem hiding this 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!
dd96a29
to
6ee3140
Compare
6ee3140
to
5bc7e76
Compare
5bc7e76
to
eb7f015
Compare
Description
TODO
Checklist
See Runnings tests for more details
CHANGELOG.md
for affected package.cabal
files are updatedhlint
. See.github/workflows/check-hlint.yml
to get thehlint
versionstylish-haskell
. See.github/workflows/stylish-haskell.yml
to get thestylish-haskell
versionghc-8.10.7
andghc-9.2.7
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.