Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Add tools for generating a simulated Payment History for testing #4655

Closed
wants to merge 4 commits into from
Closed

Add tools for generating a simulated Payment History for testing #4655

wants to merge 4 commits into from

Commits on Oct 10, 2016

  1. Add tools for generating a simulated Payment History for testing

    - `js/lib/transactionHelpers.js`: Tools for generating and validating (w/ Joi) Ledger transactions
    - `npm run add-simulated-payment-history`: new npm script which generates a simulated payment history, allowing testing related features without spending BTC
    
    fixes #4199
    Willy Bruns committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    c109750 View commit details
    Browse the repository at this point in the history
  2. Fix argument allowing # of simulated transactions to be specified and…

    … remove log lines
    Willy Bruns committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    e71bf99 View commit details
    Browse the repository at this point in the history
  3. Added error message for "npm run add-simulated-payment-history"

    - added informative error message for if /\<UserDataPath\>/ledger-state.json does not exist
    - tool scripts spawning Electron can pass stdio argument to utilAppRunner to see Electron logs
    - added submissionDate to Joi schema to correct an error
    Willy Bruns committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    d8ecf93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4329bb View commit details
    Browse the repository at this point in the history