Sean Gillespie
Sean Gillespie
**OS** NixOS **Versions** The `db-sync` version (eg `cardano-db-sync --version`): 13.2.0.1 PostgreSQL version: 15 **Build/Install Method** NixOS module **Run method** The method you used to run `cardano-db-sync` (eg Nix/Docker/systemd/none): NixOS module...
Currently, if using a preset, you cannot also configure the ledger. This is because the preset overrides ALL other options. This means that, in following config, ``` "insert_options": { "preset":...
We need to update the NixOS module following completion of #1576. In particular, * NixOS/Docker builds will no longer respect ledger options * Add options to the NixOS module (and...
On release/tag, we run the following GitHub Workflows: * Push [Docker] Image to GHCR.io * Add Binary Distribution The problem with these is that we don't know if they are...
# Description Add aarch64-linux support for nix builds # Checklist - [x] Commit sequence broadly makes sense - [x] Commits have useful messages - [ ] New tests are added...
Move eachSystem closer to top level # 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 - [ ]...
Addresses #3628. Adds all local symbols (functions/vars) as children to function document symbols. There are a few potential issues: 1. The position/range points to the toplevel function 2. `getFuzzyScope` might...
Here's a fix for #90. I'm not sure exactly what the consequences are for changing `static int test_array` to `int test_array`, but it DOES seem to work in my tests....
If a const is defined as floating point or double, `--cross-compile` fails with: ``` MyLib.hsc: In function ‘_hsc2hs_test1’: MyLib.hsc:5:20: error: storage size of ‘test_array’ isn’t constant compilation failed ``` In...
# Description Updates the docker documentation to (hopefully!) be more organized and up-to-date. Here is the [rendered version](https://github.com/sgillespie/cardano-db-sync/blob/doc/docker/doc/docker.md). I've also created a new `docker-compose.example.yml`. The ideas around this are: 1....