Skip to content

Conversation

kderme
Copy link
Contributor

@kderme kderme commented Feb 27, 2023

Description

Instead of using the ledger. This changes semantically the values of the DB, so it's a c level breaking change. A migration is impossible to cover these changes. Fixes #1258.

Checklist

  • Commit sequence broadly makes sense
  • Commits have useful messages
  • New tests are added if needed and existing tests are updated
  • Any changes are noted in the changelog
  • Code is formatted with fourmolu (which can be run with scripts/fourmolize.sh
  • Self-reviewed the diff

Migrations

  • The pr causes a breaking change of type c
  • If there is a breaking change, the pr includes a database migration and/or a fix process for old values, so that upgrade is possible
  • Resyncing and running the migrations provided will result in the same database semantically

Resyncing and running the migrations provided will NOT result in the same database semantically
A migration requires replaying the whole ledger rules so we will skip it as unnnecesary.

Instead of using the ledger. This changes semantically the values of
the DB, so it's a c level breaking change. A migration is impossible to
cover these changes. Fixes #1258.
@kderme
Copy link
Contributor Author

kderme commented May 25, 2023

Replaced by 1ad4521

@kderme kderme closed this May 25, 2023
@kderme kderme deleted the kderme/ada-pots-master branch March 21, 2025 00:51
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.

Use ADA Pots Leger Event
1 participant