-
Notifications
You must be signed in to change notification settings - Fork 721
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
Take all dependencies from Hackage or CHaP #4921
Conversation
e9d922d
to
db3cd37
Compare
Needs rebase, and seems like there is a Conway related configuration error that's failing the tests. |
d6aa0e2
to
9a91794
Compare
This PR needs #4871 to be merged first to support CHaP revisions :-/ |
e249427
to
524beff
Compare
b6944e0
to
a1e7039
Compare
@@ -66,7 +66,8 @@ import Data.Aeson.Types (Parser) | |||
import Data.Bifunctor | |||
import Data.ByteArray (ByteArrayAccess) | |||
import qualified Data.ByteArray | |||
import Data.ByteString as BS |
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.
😵💫
This also updates the version of `ledger` for repliminary support for the Conway era. The `network` and `consensus` dependencies are also updated.
where | ||
reconcile | ||
reconcileBabbage |
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.
👍
-- version that this node will declare that it understands, when it | ||
-- is in the Babbage era. Since Babbage is currently the last known | ||
-- protocol version then this is also the Babbage protocol version. | ||
Praos.conwayProtVer = ProtVer 9 0, |
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.
Shouldn't we be hiding this behind the TestEnableDevelopmentHardForkEras
flag: e424031#diff-8c649864fe4b96d142cfd4c2bb9e32a9510fe737c6ad4e13e04b585ee15a6b74R210
No description provided.