Closed kkenHui closed 2 years ago
Yes, this is a little confusing as the cardano-db-sync
schema was changed to reflect the Babbage-era protocol param coinsPerUtxoByte
, but the prior values for the equivalent parameter coinsPerUtxoWord
is written into the same column. https://github.com/input-output-hk/cardano-db-sync/blob/master/doc/schema.md#epoch_param
preprod
is currenty in the Alonzo era, whereas, preview
is in the Babbage era
Ask a question
I am receiving a different protocolParams.coinsPerUtxoByte value in preprod than in preview and my own docker image tag
v5.5.5_1.35.3
.Preprod:
Preview:
Preprod is returning a
coinsPerUtxoByte
value of 34482 and preview acoinsPerUtxoByte
value of 4310. Are these the 2 values expected from their respective procolParams and why are they different from one another?Thanks in advance!