Closed satran004 closed 2 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.
https://github.com/bloxbean/yaci-store/pull/335
Added in rc5
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.