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
In the schema docs, you can search for `13.2` or `Conway` for schema changes from the previous official release.
20
20
@@ -59,7 +59,7 @@ In the schema docs, you can search for `13.2` or `Conway` for schema changes fro
59
59
- is compatible with node-8.3-pre. There are no schema changes over sancho-1-0-0.
60
60
61
61
### sancho-1.0.0
62
-
The schema is quite close to the [initial design](https://github.com/input-output-hk/cardano-db-sync/blob/conway-schema-design-13.2/doc/schema.md). You may find some differences: ie the `param_proposals` and `epoch_param` are not extended yet,
62
+
The schema is quite close to the [initial design](https://github.com/IntersectMBO/cardano-db-sync/blob/conway-schema-design-13.2/doc/schema.md). You may find some differences: ie the `param_proposals` and `epoch_param` are not extended yet,
63
63
Some tables/fields are created but are not populated yet: `anchor_offline_data`, `anchor_offline_fetch_error` , `drep_distr` , `governance_action.x_epoch` , `delegation_vote.redeemer_id`
64
64
65
65
### sancho-0.0.0
@@ -127,10 +127,10 @@ It's very early stage and is missing all Conway specific feautures and some Shel
127
127
* Bump to the latest node release.
128
128
129
129
## 13.0.3
130
-
* Integrated the fix for the missused minfee function in ledger (https://github.com/input-output-hk/cardano-ledger/pull/2938)
130
+
* Integrated the fix for the missused minfee function in ledger (https://github.com/IntersectMBO/cardano-ledger/pull/2938)
131
131
132
132
## 13.0.2
133
-
* Integrated the fix of the obsolete check in the new 'Praos' protocol (https://github.com/input-output-hk/ouroboros-network/pull/3891)
133
+
* Integrated the fix of the obsolete check in the new 'Praos' protocol (https://github.com/IntersectMBO/ouroboros-network/pull/3891)
134
134
135
135
## 13.0.1
136
136
* Ensure Babbage TxOut decoder can't fail due to malformed Ptr. This bug manifests itself if db-sync is running in the Babbage era and shuts down, it has to re-sync from an Alonzo snapshot, or from Genesis if it doesn't exist. (#1181)
0 commit comments