Commit Graph

203 Commits

Author SHA1 Message Date
Ryan X. Charles 7ae6438478 add tests for Wallet 2014-06-19 13:15:41 -07:00
Ryan X. Charles bf36376dda got WalletFactory tests to work
...by removing the reference to netKey
2014-06-19 13:14:51 -07:00
Ryan X. Charles 57417287bd fix Wallet tests
...by removing references to now-nonexistent netKey
2014-06-19 13:13:42 -07:00
Ryan X. Charles 435e5c3e13 another test for WebRTC 2014-06-19 13:13:01 -07:00
Ryan X. Charles 98b864454f add some basic tests for WebRTC 2014-06-19 13:13:01 -07:00
Ryan X. Charles 2b2a807f7c remove unused "copay" dependency 2014-06-19 13:13:01 -07:00
Ryan X. Charles 8bba982978 make WebRTC tests work 2014-06-19 13:13:01 -07:00
Ryan X. Charles 434dad831d add tests for WebRTC and fix some mocha browser test problems
from now on you need to run "grunt shell --target=dev" to build the test
version of copay which you can run the mocha browser tests on, which includes
packages like sinon and soop.
2014-06-19 13:13:01 -07:00
Ryan X. Charles c78b7101db add tests for changes to private key 2014-06-19 13:13:01 -07:00
Ryan X. Charles a535d93b6f make mocha browser tests all run with no console errors
...except Wallet and WalletFactory.
2014-06-19 13:13:01 -07:00
Matias Alejo Garcia 1dc420b215 Merge pull request #697 from cmgustavo/feature/addressbook
Addressbook
2014-06-19 17:03:18 -03:00
Gustavo Cortez 47dcc12910 Fix Conflicts:
js/models/core/Wallet.js
2014-06-19 16:43:34 -03:00
Matias Alejo Garcia 44901cd635 fix conflics 2014-06-19 16:34:37 -03:00
Manuel Araoz 0c03af53a8 fixed karma test bug 2014-06-19 15:57:38 -03:00
Manuel Araoz d800a98df0 fix timeout test 2014-06-19 15:57:38 -03:00
Manuel Araoz b7af51ceee all tests passing 2014-06-19 15:57:38 -03:00
Manuel Araoz 889edf4b92 add preconditions and tests 2014-06-19 15:57:38 -03:00
Manuel Araoz 1457764930 change 'k' for 'ntxid' 2014-06-19 15:56:35 -03:00
Matias Alejo Garcia 50823ebd1c Merge pull request #699 from yemel/feature/one-time-backups
Add wallet addresses index discovery on importing backup
2014-06-19 15:32:37 -03:00
Gustavo Cortez 8398d8b663 Karma test for send Controller. Added another test for check handle of addressBook. 2014-06-19 14:21:38 -03:00
Gustavo Cortez f1b92ac67f update branch 2014-06-19 13:16:20 -03:00
Matias Alejo Garcia 8b5e616668 add tests for node 2014-06-19 00:33:27 -03:00
Matias Alejo Garcia 0481cf8e02 fixes POST request in node 2014-06-19 00:17:46 -03:00
Gustavo Cortez 4aa3915381 Sync address book with all copayer 2014-06-18 20:18:13 -03:00
Manuel Araoz 86633cd5b4 fix karma tests 2014-06-18 16:02:31 -03:00
Yemel Jardi 0958d9686e Add more tests 2014-06-18 14:24:48 -03:00
Ryan X. Charles 8c1c0b211e remove console.log from test
...cluttering the console.log output looks bad and can be avoided using methods
like this.
2014-06-18 09:32:19 -07:00
Yemel Jardi 29920abdb3 Add wallet addresses index discovery on importing backup 2014-06-18 11:10:51 -03:00
Gustavo Cortez 21baa103bd Fix Conflicts:
js/models/core/WalletFactory.js
2014-06-18 10:03:22 -03:00
Gustavo Cortez f5aad7bd15 Addressbook on SendPage 2014-06-18 01:00:32 -03:00
Matias Alejo Garcia a83aa869fd remove .only 2014-06-17 23:16:15 -03:00
Matias Alejo Garcia cd71ce4421 fix conflics 2014-06-17 16:25:38 -03:00
Matias Alejo Garcia 710c9c9657 fix tests 2014-06-17 14:02:39 -03:00
Ryan X. Charles 13350d21b3 fix more tests broken in last rebase 2014-06-17 09:39:41 -07:00
Ryan X. Charles 4ba6eeafb5 fix karma tests
by using require('sinon') not incorrect require('../sinon')
2014-06-17 09:08:58 -07:00
Ryan X. Charles e413ec43ef add TxProposals test; fix WalletFactory link 2014-06-17 09:03:30 -07:00
Ryan X. Charles de4225cc3f make WalletFactory tests work in mocha browser 2014-06-17 09:03:30 -07:00
Ryan X. Charles 46efea1243 make Wallet tests work in mocha browser 2014-06-17 09:03:30 -07:00
Ryan X. Charles f7e34acae8 make mocha browser tests all run with no console errors
...except Wallet and WalletFactory.
2014-06-17 09:03:30 -07:00
Manuel Aráoz 9e79e58c35 Merge pull request #687 from cmgustavo/bug/test-storage
Fixes on storage tests (removes current localStorage)
2014-06-17 11:04:48 -03:00
Gustavo Maximiliano Cortez 03993b5172 Merge pull request #686 from maraoz/automatic/backup
Automatic backup after create/join
2014-06-17 10:56:27 -03:00
Gustavo Cortez 9462da95c0 Fixes on storage tests (removes current localStorage)
* Fix test that removes localStorage (made clean() function).
* Enable the test for LocalPlain model.
2014-06-16 17:50:02 -03:00
Manuel Araoz 4b81bc1fdb add tests 2014-06-16 17:40:59 -03:00
Matias Alejo Garcia 2c60fd91c0 implements delete wallet, in backuptab 2014-06-16 17:37:33 -03:00
Yemel Jardi 6ab77e8711 Add user notifications on transaction signed and rejected events 2014-06-16 15:38:26 -03:00
Matias Alejo Garcia 00ca9f1c32 make unit configurable in settings. update after @cmgustavo comments 2014-06-16 12:44:18 -03:00
Matias Alejo Garcia 4fe58ec446 update to master 2014-06-13 19:47:11 -03:00
Matias Alejo Garcia 727bf8524a implement BITS + tests 2014-06-13 19:46:47 -03:00
Gustavo Cortez 8c2a784d86 Fix Conflicts:
bower.json
2014-06-13 15:01:32 -03:00
Manuel Aráoz 8d3ebcc0e2 Merge pull request #673 from yemel/feature/proposal-comments
Add user comment to transaction propossal
2014-06-13 11:30:12 -03:00