Open johndoe0x opened 4 years ago
This repo has been split with the database parts being moved to https://github.com/input-output-hk/cardano-db-sync/ and the tx-submit
component being moved to https://github.com/input-output-hk/cardano-rest .
This repo will be archived soon. ~Transferring this issue to cardano-rest
.~ For some reason I am unable to transfer it. I can only suggest closing it and reopen it over there.
@erikd thanks for the reply. I need running node for (explore block + tx feature) & (send tx feature). Which repos I have to settle up?
@erikd I have checked both repos you mentioned. Those have not official release. I think we'd better find solution based on this repo.
My understanding is that this week's release will be from the new repos.
If you really want to continue on this repo, then adding https://github.com/input-output-hk/cardano-db-sync/blob/master/cabal.project#L7-L9 will probably get it building.
@erikd Thanks for you kind advice.
you mean that
constraints:
brick >= 0.47 && < 0.50
, unliftio-core < 0.2.0.0
part have to be added in repo https://github.com/input-output-hk/cardano-explorer in cabal.project?
@erikd I just have tried based on you advice. But below message shown.
cabal: Failed to build cardano-explorer-db-1.3.0
this is cabla.project in https://github.com/input-output-hk/cardano-explorer repo at my local.
packages:
cardano-explorer-db
cardano-explorer-db/test
cardano-explorer-node
cardano-explorer-webapi
cardano-tx-submit
constraints:
brick >= 0.47 && < 0.50
, unliftio-core < 0.2.0.0
package cardano-explorer-db
ghc-options: -Wall -Werror -fwarn-redundant-constraints
package cardano-explorer-node
ghc-options: -Wall -Werror -fwarn-redundant-constraints
package cardano-explorer-webapi
ghc-options: -Wall -Werror -fwarn-redundant-constraints
package cardano-tx-submit
ghc-options: -Wall -Werror -fwarn-redundant-constraints
package cardano-binary
tests: False
package cardano-crypto
tests: False
package cardano-crypto-class
tests: False
package cardano-crypto-wrapper
tests: False
package cardano-ledger
tests: False
package cardano-prelude
tests: False
package cardano-shell
tests: False
package cardano-sl-x509
tests: False
package contra-tracer
tests: False
package iohk-monitoring
tests: False
package typed-protocols-cbor
.....
The latest commit https://github.com/input-output-hk/cardano-explorer/commit/711f285aa4073fb44a0a0d8863cd7d047955e567 might fix this issue.
OS : ubuntu-bionic Enviroment : docker container
cabal version : cabal-install version 3.0.1.0 compiled using version 3.0.2.0 of the Cabal library
ghc version : The Glorious Glasgow Haskell Compilation System, version 8.6.5
git repository head
running command below.
failure log below.