Sean Gillespie
Sean Gillespie
The new swarm mode doesn't appear to expose running containers/services like Docker Swarm previous did. For that reason, it would seem that this project is not available to me. Are...
This is one example: JAVA_CMD=$JAVA_HOME/bin/java surrounding all occurrences in double quotes should fix this issue.
**OS** Your OS: Docker **Versions** The `db-sync` version (eg `cardano-db-sync --version`): PostgreSQL version: Any **Build/Install Method** The method you use to build or install `cardano-db-sync`: docker **Run method** The method...
# Description Add contact info to the README * Matrix channel link * GitHub issues # Checklist - [x] Commit sequence broadly makes sense - [x] Commits have useful messages...
# Description Fixes #1599. The bulk of this work is done in the `HasNewEpochState` typeclass, which allows us to update the ledger state in `ExtLedgerState`. # Checklist - [x] Commit...
The Conway genesis file frequently changes in backwards-incompatible ways, causing errors like this: ``` cardano-db-sync: Error SNErrConwayConfig: Failed reading Conway genesis file "/configs/conway-genesis.json": "There was an error parsing the genesis...
# Description Adds a new optional configuration flag `enable_conway`, which defaults to true. This should allow us to ignore frequently changing conway genesis in mainnet configs # Checklist - [...
# Description Update hackage/chap index states. In addition: nix flake metadata --update-input CHaP nix flake metadata --update-input hackageNix This should fix #1663 # Checklist - [x] Commit sequence broadly makes...
# Description Add your description here, if it fixes a particular issue please provide a [link](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword=) to the issue. # Checklist - [ ] Commit sequence broadly makes sense -...
Recently, the configuration was updated to include settings that were previously command-line flags. We'll need to update the configurations in [iohk-nix](https://github.com/input-output-hk/iohk-nix/tree/master/cardano-lib) to include them, so they'll be included in playground,...