Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ogmios slot point so that chain follower can start when the asset mint starts #880

Conversation

Kartiiyer12
Copy link
Collaborator

Context

Chain follower starting from origin gets stuck on slot number 2138399 and adding assets to the Asset table does not start.

Proposed Solution

Adding a slot point just before the asset minting started so the chain follower can can resume at this point and start Asset syncing,

Important Changes Introduced

Added slot id and hash for the ogmios to find intersection to start

@Kammerlo Kammerlo changed the base branch from master to chore/bump-node-9.0-dbsync-13.3 July 16, 2024 16:01
@Kammerlo Kammerlo merged commit e414b71 into cardano-foundation:chore/bump-node-9.0-dbsync-13.3 Jul 16, 2024
1 check failed
Kammerlo added a commit that referenced this pull request Aug 5, 2024
* 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 <106822766+Kartiiyer12@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants