You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: updated compose file and added preprod config files
* chore: updated view creation for db-sync 13.3
* chore: added config files for networks
* Added slot point so that ogmios does not start from origin, instead start just before the asset minting started. (#880)
Thanks @Kartiiyer12 I'll use this in my bump for Node 9.0
* chore: added config files for networks
* chore: fixed sonar lint issues
* chore: moved chainsyncpoint to background so that it can be configured via env
* chore: moved chainsyncpoint to background so that it can be configured via env
* chore: removed unused cachedfrom statements
* chore: fixed docker build format warnings
* chore: removed unsued console log
* chore: splitted cardano-node-ogmios container into two seperate ones (node + ogmios)
* chore: adjusted ogmios server name default value in dockerfile
* chore: Postgres port now adjustable
* chore: Postgres port now adjustable
* chore: updated urls to use local token registry for all networks by default
* chore: added docker compose dependency to the token registry that it waits for postgres
* chore: Token Registry Port is now adjustable and background is using it
* chore: right tokenregistry is used now
* chore: adjusted adapots table name
* chore: adjusted adapots table name
* chore: fixed console log of chainfollower starting point
* chore: Testing batchsize for queue size
* chore: updated metadata info message it can take up to 90mins
* chore: added chain follower vars to docker-compose
* chore: fixed a bug which caused no chainsync point when syncing from genesis
* chore: fixed lint issue
* docs: Upgraded documentation
* docs: disclaimer for db-sync issue
---------
Co-authored-by: Kartiiyer12 <[email protected]>
@@ -58,10 +58,13 @@ console session freely. See [Docker Compose docs] to tailor for your use-case
58
58
<summary><i>mainnet</i></summary>
59
59
60
60
Get the most recent weekly snapshot link [here](https://update-cardano-mainnet.iohk.io/cardano-db-sync/index.html#12/), and set it as `RESTORE_SNAPSHOT` below, or omit if you wish to sync from genesis.
61
+
> **Disclaimer:** There is currently a known issue with `cardano-db-sync` which hinders using a snapshot.
62
+
> We will provide an update once the issue is resolved.
Get the most recent weekly snapshot link [here](https://update-cardano-mainnet.iohk.io/cardano-db-sync/index.html#11/), and set it as `RESTORE_SNAPSHOT` below, or omit if you wish to sync from genesis.
0 commit comments