Open
Description
readProtocolParametersSourceSpec
is supposed to derive a ProtocolParameters
value from either JSON encoded ProtocolParameters
file or a ShelleyGenesis
file. The problem is the ProtocolParameters
has had fields deprecated and added as we've transitioned between the eras. The scope of the change:
- Deprecate the option to derive the
ProtocolParameters
from theShelleyGenesis
as this is incorrect for the reason I gave above. - In all instances where
readProtocolParametersSourceSpec
is used to generate aProtocolParameters
value, include the option to use the local state query protocol (i.e query the local node) to retrieve the currentProtocolParameters
value.
Additional tasks: