Currently, the latest protocol parameter endpoint returns data from the epoch_param table, which is used during transaction building. The data in epoch_param table is calculated in store's logic during epoch transition.
However, if n2c is configured, we can retrieve the protocol parameter directly from the node (or local_protocol_params table) to ensure that we return the correct value.
Currently, the latest protocol parameter endpoint returns data from the epoch_param table, which is used during transaction building. The data in epoch_param table is calculated in store's logic during epoch transition.
However, if n2c is configured, we can retrieve the protocol parameter directly from the node (or local_protocol_params table) to ensure that we return the correct value.