Skip to content

shareslake/cardano-rollback-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Cardano Rollback Monitor

This repository contains a SQL schema to deploy within the Cardano DB Sync's PostgreSQL instance to track ledger rollbacks.

When a rollback happens, a notification is sent to the rollback_monitor PostgresSQL channel. It can be handle by any third party program connected to the PostgreSQL instance.

Usage

  1. Connect to the PostgreSQL instance
  2. Run:
psql -U<user> -d<database> -h<host> -f ./schema.sql

And that's all.

About

Receive notifications when the Cardano ledger is rolled back

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published