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
- is compatible with node-8.3-pre. There are no schema changes over sancho-1-0-0.
60
-
61
-
### sancho-1.0.0
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
-
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
-
65
-
### sancho-0.0.0
66
-
It's very early stage and is missing all Conway specific feautures and some Shelley features related to Rewards. Incremental tags will follow.
67
-
68
-
## 13.2.0.0 - Unreleased
3
+
## 13.2.0.0
69
4
* Uses the cache for the computation of `epoch` table when following
70
5
*`epoch_stake` is now computed earlier, before the epoch is reached
71
6
* Exception handling and concurrency improved.
@@ -78,7 +13,12 @@ It's very early stage and is missing all Conway specific feautures and some Shel
78
13
* References to `offline` for pool metadata are replaced by `offchain`
79
14
* Added a new table `extra_migrations`
80
15
* DBSync no longer does any query to the `tx_out` table during syncing
0 commit comments