-
Notifications
You must be signed in to change notification settings - Fork 720
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
#5052 Remove reading protocol parameters from Shelley genesis file #5053
#5052 Remove reading protocol parameters from Shelley genesis file #5053
Conversation
9529de1
to
175db9d
Compare
LGTM, but I'll wait for @Jimbo4350 to approve in case I misunderstand something. |
c340eb2
to
35346b0
Compare
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just update the changelog as this is a breaking change. Also reach out to @gitmachtl to make sure we aren't unknowingly breaking any of their tests.
@Jimbo4350 @carbolymer @newhoggy Thats a no go IMO, because we use this method all the time to do proper offline-transactions! The steps are basically: Or did i misunderstood something? Or is this still possible but cardano-cli can only read in the JSON protocol params file that was queried before and written out? |
@gitmachtl Thanks for the input. Sorry I should've written a clearer description. No, |
@carbolymer ah ok, thx for clarification. i was aware because of your post here (#5052 (comment)). but ok, if that stays as it is, all good. i talked to a few others and it looks like the protocol-parameter query of just the genesis file was never really used in 3rd party tools. so, all good! |
As a goal of #5052 we should transition to reading protocol parameters by querying a node instead of using a Shelley genesis file.
This PR removes CLI option to read parameters from Shelley genesis file.
Command line arguments diff for example for
cardano-cli transaction build
: