-
Notifications
You must be signed in to change notification settings - Fork 721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
readProtocolParametersSourceSpec
should be able to retrieve the ProtocolParameters
by querying local node
#5052
Comments
ProtocolParameters
by querying local nodereadProtocolParametersSourceSpec
should be able to retrieve the ProtocolParameters
by querying local node
@Jimbo4350 seems that |
…ate-protocol-params-file #5052 Remove reading protocol parameters from Shelley genesis file
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days. |
readProtocolParametersSourceSpec
is supposed to derive aProtocolParameters
value from either JSON encodedProtocolParameters
file or aShelleyGenesis
file. The problem is theProtocolParameters
has had fields deprecated and added as we've transitioned between the eras. The scope of the change:ProtocolParameters
from theShelleyGenesis
as this is incorrect for the reason I gave above.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:
The text was updated successfully, but these errors were encountered: