Commit Graph

185 Commits

Author SHA1 Message Date
Manuel Araoz dbb1e015f7 Rename from Insight to bitcore-node 2015-02-05 15:15:20 -03:00
Matias Alejo Garcia 5f7ce0f853 fix signature 2014-12-05 18:26:17 -03:00
Matias Alejo Garcia a9799c0f4e rm call to next 2014-12-05 18:20:45 -03:00
Matias Alejo Garcia 9b1b2ef38b fix double headers send on 404 2014-12-04 15:53:04 -03:00
Matias Alejo Garcia ebf5996ee1 better 404 handling 2014-12-01 17:33:03 -03:00
Ivan Socolsky a7144fa02e added limit to async.each 2014-11-20 17:35:44 -03:00
Ivan Socolsky 24eafb00d1 removed call to next(). fixed tests 2014-11-20 16:43:59 -03:00
Ivan Socolsky d76c9f0a7a added performance improvement suggestion by @eordano 2014-11-20 14:29:47 -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
Ivan Socolsky 51b6416f1a renamed fields in resultset 2014-11-17 16:27:46 -03:00
Ivan Socolsky 6dfaefdcc5 added pagination to addrs/txs 2014-11-17 16:24:48 -03:00
Ivan Socolsky c3bff9245e added method to retrieve txs from list of addresses 2014-11-13 15:58:05 -03:00
Rainer Koirikivi 70fc47f343 Friendlier error reporting for sendRawTransaction 2014-11-05 00:35:41 +02: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
Matias Alejo Garcia 384ce8ad50 add subscribed event 2014-08-28 19:22:52 -03:00
Manuel Araoz 5465f32111 making rate limiter work 3 2014-08-21 16:37:04 -04:00
Manuel Araoz f1c3d7c498 fix logging and plugin 2014-08-21 16:37:03 -04:00
Manuel Araoz a5fda98cdc use winston for logging 2014-08-21 16:37:03 -04:00
Manuel Araoz 8d672de5bd refactoring message broker into plugin 2014-08-21 16:37:03 -04:00
Manuel Araoz 4451c120db remove logs 2014-08-20 10:55:00 -04:00
Manuel Araoz dfab8fecb8 some logs and example code 2014-08-20 10:55:00 -04:00
Manuel Araoz f79364df97 add debug logs 2014-08-20 10:55:00 -04:00
Manuel Araoz df9b15002f use socket.io-browserify 2014-08-20 10:55:00 -04:00
Manuel Araoz f0454728ba make message broker off by default 2014-08-05 20:19:57 -03:00
Manuel Araoz fff2d4f1ee dont broadcast sync 2014-08-05 16:23:29 -03: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 93a227316e working towards verifying message sigs 2014-08-01 19:05:05 -03:00
Manuel Araoz fc5daaa988 chat example working with SINs 2014-08-01 19:05:05 -03:00
Manuel Araoz fe2f6ec6c4 add example of websocket API use 2014-08-01 19:05:05 -03:00
Manuel Araoz 2174f3e4be fix multiple handlers 2014-08-01 19:05:05 -03:00
Manuel Araoz 7273776e55 linking socket with leveldb 2014-08-01 19:05:05 -03:00
lordhelmut 37674ce77e getBestBlockHash is now added to API calls per the README 2014-07-31 14:27:15 -07:00
Matias Alejo Garcia fc33317136 update to socket.io 1.0.x 2014-06-04 16:45:33 -03:00
Matias Alejo Garcia 7becad01aa add per call cache disable options 2014-05-30 14:19:13 -03:00
Matias Alejo Garcia 985ca1ac39 add ignore Cache 2014-05-30 14:10:32 -03:00
Matias Alejo Garcia 69f7ee6aa7 remove console logs 2014-05-30 13:20:19 -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
Matias Alejo Garcia b1261bbf3b refactor addr update opts 2014-05-28 09:51:48 -03:00
Gustavo Maximiliano Cortez e9bfdba325 Merge pull request #98 from matiu/bug/fix-addr-broadcast
fix addr broadcast and sync info;
2014-05-28 09:40:14 -03:00
Matias Alejo Garcia 6a751e2a8f fix addr broadcast and sync info; 2014-05-28 00:17:42 -03:00
Gustavo Cortez d56368afb0 Reorder functions 2014-05-27 18:02:32 -03:00
Gustavo Cortez aba3ff100d Normalise address information (json). Just show listed fields 2014-05-27 17:09:34 -03:00
Gustavo Cortez f6157e6d32 Fixed round value of latest transaction list (home) 2014-05-27 10:33:19 -03:00
Matias Alejo Garcia bce9f7a0bb refactor in Transaction db 2014-05-25 23:54:08 -03:00
Matias Alejo Garcia f0f936d2d8 refactor tdb and bdb 2014-05-23 21:23:44 -03:00