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

Use a faucet to distribute funds #227

Merged
merged 29 commits into from
Feb 25, 2022
Merged

Use a faucet to distribute funds #227

merged 29 commits into from
Feb 25, 2022

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    d277ec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15d8772 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e14ef7 View commit details
    Browse the repository at this point in the history
  4. Import Hydra.Cardano.Api fully

    As the third exception to the rule
    ch1bo committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    540e545 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0b3518 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5698296 View commit details
    Browse the repository at this point in the history
  7. Remove seed-network executable and update instructions

    Rationale: not needing to maintain two ways to set-up the devnet for the
    demo is desirable and a non-docker option can be provided to users which
    have cardano-cli in scope
    ch1bo committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    b8deebd View commit details
    Browse the repository at this point in the history
  8. Remove generatePaymentToCommit and postSeedPayment

    Both are not used anymore
    ch1bo committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    f3f0351 View commit details
    Browse the repository at this point in the history
  9. Remove setInitialFundsInGenesisShelley

    We use the faucet now instead
    ch1bo committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    350ae14 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0ef2f19 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b656ab4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0c7efcc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    93adc5a View commit details
    Browse the repository at this point in the history
  14. Use mkGenesisTx to fund whole all clients

    This also changes the definition of 'Dataset' to include all the
    sub-per-client-datasets.
    ch1bo committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    d8ddfcc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1ce9abb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b614d5e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ac069dd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    71295bb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    02a0417 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    61ea7f6 View commit details
    Browse the repository at this point in the history
  21. Cleanup cardano-node socket file in case

    withCreateProcess seems not to be a graceful shutdown so the node.socket
    file lingers in the state directory
    ch1bo committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    6cd9bb2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0ab0924 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6b12c82 View commit details
    Browse the repository at this point in the history
  24. Define a getFuelUTxO in our wallet and use it for seeding the initTx

    This way, the init does not accidentally spend some output intended to
    be committed later.
    ch1bo committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    4bfcda4 View commit details
    Browse the repository at this point in the history
  25. Get rid of unsafePerformIO

    ch1bo committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    2bfd258 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b449406 View commit details
    Browse the repository at this point in the history
  27. Use code instead of comments

    ch1bo committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    27b1d7c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    19d8f9e View commit details
    Browse the repository at this point in the history
  29. Fix redundant import

    ch1bo committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    e327adf View commit details
    Browse the repository at this point in the history