Commit Graph

149 Commits

Author SHA1 Message Date
Manuel Araoz 777f17feb4 remove plugins 2015-02-05 14:30:50 -03:00
Matias Alejo Garcia 3e20b219b3 Merge pull request #280 from isocolsky/send_error
Stop profile creation when verification email cannot be send
2014-12-18 15:20:57 -03:00
Ivan Socolsky f7a682612a improved tests 2014-12-18 15:17:01 -03:00
Ivan Socolsky e28047db1b remove profile on email send fail 2014-12-17 13:26:45 -03:00
Ivan Socolsky 4e029d3ce0 added tests 2014-12-16 21:02:18 -03:00
Ivan Socolsky 9c4eef5912 resend validation email 2014-12-16 20:54:30 -03:00
Ivan Socolsky b2f8d60977 replaced 'expires' with 'created' 2014-12-15 12:07:34 -03:00
Ivan Socolsky 1a692690dc serializing json for email confirmation 2014-12-12 12:05:35 -03:00
Ivan Socolsky ff0a8612fa storing unix timestamps 2014-12-10 13:32:44 -03:00
Ivan Socolsky 83e6d9bad0 added tests 2014-12-10 13:26:15 -03:00
Ivan Socolsky 6e765b36ef fixed tests 2014-12-01 18:02:50 -03:00
Ivan Socolsky 4977044cc4 added currency rates plugin + integration tests 2014-11-27 15:38:32 -03:00
Ivan Socolsky 24eafb00d1 removed call to next(). fixed tests 2014-11-20 16:43:59 -03:00
Ivan Socolsky 5b922915e7 various fixes + readme.md 2014-11-20 13:54:10 -03:00
Ivan Socolsky c07b770685 integration tests 2014-11-20 12:50:14 -03:00
Matias Alejo Garcia 446ec49590 refactor: authorize request 2014-11-13 11:39:17 -03:00
Esteban Ordano 45e6241e34 feature: remove profile and remove key 2014-11-13 01:04:34 -03:00
Matias Alejo Garcia 38ffa8dcd2 update with fixed tests 2014-11-12 15:46:32 -03:00
Matias Alejo Garcia e105650cbc fix tests 2014-11-12 15:22:29 -03:00
Esteban Ordano 23b1bd0824 Added testing for all storage functions 2014-11-07 09:55:15 -03:00
Esteban Ordano f02e3ebe75 feature: change stored passphrase 2014-11-07 09:52:28 -03:00
Manuel Aráoz 1b647758f1 Merge pull request #233 from koirikivi/verifymessage-broadcasttx
Add support for verifymessage and better error reporting for sendrawtransaction
2014-11-06 14:45:14 -03:00
Manuel Araoz 83141d76ca fix tests 2014-11-06 11:49:30 -03:00
Rainer Koirikivi a10e2b4a43 Add support for verifymessage
/api/messages/verify accepts three parameters either via JSON POST data
or GET query parameters, pipes them to the bitcoin RPCs verifymessage
command, and returns the result for the user.
2014-11-05 00:35:41 +02:00
Esteban Ordano 8797480a3b Fixes testing error 2014-10-26 21:10:45 -03:00
Esteban Ordano d26764b07b Add key/value storage differentiated by email 2014-10-26 20:42:51 -03:00
Esteban Ordano 01706fd0fa Improve the email store plugin:
* Allow overwrite of data
* Clean up code
* Improve tests
2014-10-23 15:36:50 -03:00
Manuel Araoz 3af12d4339 fix tests 2014-09-29 12:27:37 -03:00
Esteban Ordano f06e1020d9 feature: Public Profile information for a SIN 2014-09-27 23:27:53 -03:00
Esteban Ordano 09673a93a2 Add emailstore plugin, based on credentials 2014-09-26 15:57:07 -03:00
Esteban Ordano bcd154fbc1 credentialstore: add tests 2014-09-22 15:18:33 -03:00
Manuel Araoz 02659021d3 cleaner plugin: removeUpTo 2014-09-01 20:23:57 -03:00
Manuel Araoz 8dc4af654b cleaner plugin: optimize getMessages 2014-09-01 20:23:57 -03:00
Manuel Araoz 8d672de5bd refactoring message broker into plugin 2014-08-21 16:37:03 -04:00
Manuel Araoz 9964f568b4 make sync work 2014-08-05 15:58:08 -03:00
Manuel Araoz 1d5af5bdad add socket server test 2014-08-05 13:04:38 -03:00
Manuel Araoz 3977dc8443 fix tests and make it work with encryption & sigs 2014-08-04 15:43:38 -03:00
Manuel Araoz 2174f3e4be fix multiple handlers 2014-08-01 19:05:05 -03:00
Manuel Araoz b825f51ce4 getMessages working 2014-08-01 19:05:05 -03:00
Manuel Araoz 7273776e55 linking socket with leveldb 2014-08-01 19:05:05 -03:00
Manuel Araoz ac1c98f8d4 fix title print 2014-08-01 19:05:05 -03:00
Manuel Araoz c39749c58e add MessageDb 2014-08-01 19:05:04 -03:00
Matias Alejo Garcia 3bfcb95e23 add test for backwars compat 2014-06-08 20:32:43 -03:00
Matias Alejo Garcia 9df1674577 fix error in scriptpubkey cache 2014-06-08 20:10:33 -03:00
Matias Alejo Garcia 3dbfae11a3 modifies unspent interfase to be more clear 2014-06-05 17:07:54 -03:00
Matias Alejo Garcia 65a50936ae updates reorg tests 2014-06-03 10:09:55 -03:00
Matias Alejo Garcia 985ca1ac39 add ignore Cache 2014-05-30 14:10:32 -03:00
Matias Alejo Garcia 4ac7165276 add pager to blocks within certain date 2014-05-30 11:50:43 -03:00
Matias Alejo Garcia e3c7440cf3 add ts to address key 2014-05-28 13:17:08 -03:00
Matias Alejo Garcia 3ab0213d5b add cache info on readme 2014-05-28 09:51:48 -03:00