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

Add ability for ledger-tool to dump ledger transactions to CSV #10307

Closed
wants to merge 8 commits into from

Commits on May 27, 2020

  1. Add output slot to CSV function

    publish-docs.sh committed May 27, 2020
    Configuration menu
    Copy the full SHA
    0b24af5 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Start adding txn details to CSV output

    publish-docs.sh committed May 28, 2020
    Configuration menu
    Copy the full SHA
    6c5abbe View commit details
    Browse the repository at this point in the history
  2. Add timestamp to output

    publish-docs.sh committed May 28, 2020
    Configuration menu
    Copy the full SHA
    d7cb9cb View commit details
    Browse the repository at this point in the history
  3. Add non-instruction txn details per slot to csv

    publish-docs.sh committed May 28, 2020
    Configuration menu
    Copy the full SHA
    1d2d687 View commit details
    Browse the repository at this point in the history
  4. Add instructions csv and skip vote txns

    publish-docs.sh committed May 28, 2020
    Configuration menu
    Copy the full SHA
    323be6b View commit details
    Browse the repository at this point in the history
  5. Loop over entire ledger

    publish-docs.sh committed May 28, 2020
    Configuration menu
    Copy the full SHA
    151dc41 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Fix instruction data display

    publish-docs.sh committed May 29, 2020
    Configuration menu
    Copy the full SHA
    c8d30c1 View commit details
    Browse the repository at this point in the history
  2. cleanup

    publish-docs.sh committed May 29, 2020
    Configuration menu
    Copy the full SHA
    7ab01bd View commit details
    Browse the repository at this point in the history