IntersectMBO / cardano-db-sync

A component that follows the Cardano chain and stores blocks and transactions in PostgreSQL
Apache License 2.0
283 stars 158 forks source link

Treasury withdrawls support #1726

Closed kderme closed 2 weeks ago

kderme commented 1 month ago

Description

Fixes https://github.com/IntersectMBO/cardano-db-sync/issues/1682, https://github.com/IntersectMBO/cardano-db-sync/issues/1707

Checklist

Migrations

No migration or history effect

kderme commented 2 weeks ago

LGTM, just wondering is it worth having some for of test to catch this in the future?

We've found it somewhat hard to write tests with enacted proposals. This will be done as part of https://github.com/IntersectMBO/cardano-db-sync/issues/1572.