bloxbean / yaci-store

A Cardano datastore implementation using Yaci
https://store.yaci.xyz/
MIT License
21 stars 8 forks source link

Add epoch column to "local_protocol_param" table #333

Closed satran004 closed 2 months ago

satran004 commented 3 months ago

Currently, the Local Protocol Param table only stores the latest protocol parameter record. So, only one record is stored in this table.

We can add an epoch column to this table so that epoch-specific protocol parameters can be fetched from this table if they exist.

satran004 commented 2 months ago

https://github.com/bloxbean/yaci-store/pull/335

satran004 commented 2 months ago

Added in rc5