-
Notifications
You must be signed in to change notification settings - Fork 217
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
Bump cardano-node to 1.26.2 #2612
Conversation
c0ff2a7
to
3f239f1
Compare
506b5ac
to
3e2ef78
Compare
6c57ccf
to
0f48cb6
Compare
4359f9d
to
206015a
Compare
ee44467
to
044dcd0
Compare
bors try |
tryBuild failed: |
1bffc51
to
1f6f635
Compare
bors try |
tryBuild failed: |
1f6f635
to
61274ac
Compare
bors try |
tryBuild failed: |
bors try |
bors try- |
bors try |
tryBuild failed: |
Fix HLint warning
Co-Authored-By: Rodney Lorrimar <[email protected]>
Updated by running stack2cabal and discarding all changes except git revs.
To workaround $ nix-shell nix/cabal-shell.nix --run "cabal v2-configure -frelease --enable-tests --enable-benchmarks" HEAD is now at 41971b6 Merge pull request #124 from input-output-hk/dependabot/bundler/test/e2e/rake-12.3.3 'cabal.project.local' file already exists. Now overwriting it. Warning: The package list for 'hackage.haskell.org' is 34 days old. Run 'cabal update' to get the latest list of available packages. Warning: Requested index-state2021-03-11T00:00:00Z is newer than 'hackage.haskell.org'! Falling back to older state (2021-03-10T23:06:54Z). Resolving dependencies... cabal: Could not resolve dependencies: [__0] trying: Win32-network-0.1.0.0 (user goal) [__1] trying: base-4.14.1.0/installed-4.14.1.0 (dependency of Win32-network) [__2] trying: cardano-addresses-3.3.0 (user goal) [__3] rejecting: cardano-addresses:!test (constraint from config file, command line flag, or user target requires opposite flag selection) [__3] trying: cardano-addresses:*test [__4] next goal: aeson (dependency of cardano-addresses) [__4] rejecting: aeson-1.5.6.0, aeson-1.5.5.1, aeson-1.5.5.0, aeson-1.5.4.1, aeson-1.5.4.0, aeson-1.5.3.0, aeson-1.5.2.0, aeson-1.5.1.0, aeson-1.5.0.0 (conflict: cardano-addresses *test => aeson>=1.4.6.0 && <1.5.0.0) [__4] trying: aeson-1.4.7.1 [__5] next goal: cardano-api (user goal) [__5] rejecting: cardano-api-1.26.2 (conflict: aeson==1.4.7.1, cardano-api => aeson>=1.5.6.0) [__5] fail (backjumping, conflict set: aeson, cardano-api) After searching the rest of the dependency tree exhaustively, these were the goals I've had most trouble fulfilling: aeson, cardano-addresses:test, cardano-addresses, cardano-api, base, Win32-network Try running with --minimize-conflict-set to improve the error message.
61274ac
to
452975f
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.
Good stuff.
I rebased, updated the rev in stack.yaml
to point to cardano-haskell master branch, and made the allow-newer
tweaks in cabal.project
more specific.
bors r+ |
2612: Bump cardano-node to 1.26.2 r=rvl a=Anviking # Issue Number ADP-845 # Overview Updates from 1.25.1 to [1.26.2](https://github.com/input-output-hk/cardano-node/releases/tag/1.26.2). - [x] Get things compiling. - [x] Remove TRANS_EXTERNAL tests to drop cardano-transaction dependency - [x] Fix any warnings etc in CI - [x] Move to Stackage LTS 17.9 - [x] Update nix voodoo - [x] Fix new failing tests. - [x] Sync `stack.yaml` to `cabal.project` # Comments - Depends on input-output-hk/cardano-haskell#44 - Depends on input-output-hk/cardano-haskell#45 Co-authored-by: Johannes Lund <[email protected]> Co-authored-by: Rodney Lorrimar <[email protected]>
Build failed:
|
bors r+ |
Build succeeded: |
1. Add missing Alonzo-case in decodeSignedTx, breaking the /v2/proxy/transactions endpoint. 2. Replace the wildcard `_` with a case for Byron, such that we don't repeat the mistake for future eras. Although, the decodeSignedTx will be simplified before then anyway. We used to have integration tests for external tx submission, but they were removed in #2612 to drop the cardano-transactions dependency. This fix is not yet tested. I believe, with the tx rework, all txs will be submitted through the external endpoint anyway. So then we will have good coverage. For now perhaps a quick check is enough?
Issue Number
ADP-845
Overview
Updates from 1.25.1 to 1.26.2.
stack.yaml
tocabal.project
Comments