Skip to content

Instantly share code, notes, and snippets.

@matiu
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matiu/754e02c7c3af54535767 to your computer and use it in GitHub Desktop.
Save matiu/754e02c7c3af54535767 to your computer and use it in GitHub Desktop.
Falcon tests
  1. fetch insight #f2e33fcad34f76bed1e8a60a30751793f9a721cb https://github.com/bitpay/insight-api/commit/f2e33fcad34f76bed1e8a60a30751793f9a721cb
  2. fetch Copay master #9e695863edd31cce9979250f2b625258b787c073
  3. modify config.js to point to localhost
  4. run insight: ENABLE_MAILBOX="true" ENABLE_EMAILSTORE="true" ./insight.js
  5. check that creating a user with password with "!" does not work.
  6. create a profile (3@3.com password 123)
  7. close it and open it to test. Create some address and receive some btcs.

//

  1. stop Insight

  2. run https://gist.githubusercontent.com/eordano/2932c74b5fb63caf8ad9/raw/cd4485be0a3a15e6a49434955419e6a25ce83903/gistfile1.js and move db to the OK place

  3. fetch insight PR: bitpay/insight-api#240 (fix/passphrase3)

  4. start Insight

  5. I am able to access and store the created profile, using Copay 0.7.3. OK //

  6. fetch https://github.com/bitpay/copay/pull/1737 (fix/passphrase)

  7. run grunt, modify config.js

  8. I was able to access the old profile, and also create a new profile using the new API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment