cardano-db-sync
cardano-db-sync copied to clipboard
A component that follows the Cardano chain and stores blocks and transactions in PostgreSQL
# 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....
**Describe the feature you'd like** `voting_procedure` table currently capture all votes cast for governance proposals. However, almost always what you want to query is valid votes cast for a specific...
This is not an exact science, it's going to be difficult to get a good estimate but [in this thread](https://input-output-rnd.slack.com/archives/CC0CLNEH1/p1722437487418389) there are some thoughts on it
We have a k8s job set up on each deployment which executes SQL script that creates additional indexes, I would love to see a feature where we could avoid this...
Currently, db-sync depends on `/tmp` for: - Migration log files (maybe print them on crash?) - Loading DB snapshot - In k8s container gets evicted if it uses too much...
# Description This PR fixes #1678 Currently trying to log out the slice function as it's not behaving correctly # Checklist - [ ] Commit sequence broadly makes sense -...
Update message to match format for other eras: - Insert Alonzo Block: epoch 2, slot 172836, block 8640, hash fb9af565b4e... - Insert Babbage Block: epoch 3, slot 259215, block 13012,...
Currently, the Docker docs are out-of-date and a bit disorganized. It would be nice to have a guide that's easier to follow. We might also want to rethink our current...
`cardano-db-sync` lacks support for IPFS anchor URLs. IPFS is one of the best choice for decentralized storage. It might a preferred way to store offchain data for proposals, drep registration...
# Description This fixes a string of errors when building static postgresql: x86_64-unknown-linux-musl-ld: (.text+0xc73): undefined reference to `pg_xyz' Most importantly, it allows us to update haskell.nix and nixpkgs # Checklist...