Skip to content
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

Condense Read and Validation modules in cardano-cli #4516

Merged
merged 6 commits into from
Oct 31, 2022

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    ca97b0b View commit details
    Browse the repository at this point in the history
  2. Implement Cardano.CLI.Shelley.Run.Read. This module is concerned with

    reading all of the necessary things for transaction construction
    Jimbo4350 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    0f280ee View commit details
    Browse the repository at this point in the history
  3. Implement Cardano.CLI.Shelley.Run.Validate. This module is concerned

    with disallowing features that are not possible in a particular era.
    Jimbo4350 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    bed50e8 View commit details
    Browse the repository at this point in the history
  4. Propagate Cardano.CLI.Shelley.Run.Read and Cardano.CLI.Shelley.Run.Va…

    …lidate
    
    throughout cardano-cli
    Delete Cardano.CLI.Shelley.Script
    Jimbo4350 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    cd8b9af View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Configuration menu
    Copy the full SHA
    6dc90e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d724518 View commit details
    Browse the repository at this point in the history