Commit Graph

259 Commits

Author SHA1 Message Date
Manuel Araoz dbb1e015f7 Rename from Insight to bitcore-node 2015-02-05 15:15:20 -03:00
Larry Ren 08a1ae9fab Fix confirmation info for multiple spent attempts
Use the correct property when going over multiple spent attempts.
2014-11-19 21:23:24 +00:00
Matias Alejo Garcia 5ec09a493b catch bad message keys 2014-11-18 15:47:04 -03:00
igarciaes 63db916f5d Remove scriptSig.hex and scriptPubKey.hex delete lines as this
information would be useful for the tx API response
2014-11-07 19:00:57 +01: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
devlo 1224ac08d2 Bug fix for #199
Proper way of counting confirmed transactions is : Height of longest chain - Height of chain for the block containing the transaction + 1
2014-09-28 00:23:52 +02:00
Manuel Araoz 9f1da23e45 cleaner plugin: manual tests OK 2014-09-01 20:23:57 -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 fe682c173f cleaner plugin: optimize getMessages 2014-09-01 20:23:57 -03:00
Manuel Araoz c36c7d4ab4 starting with cleaner plugin 2014-09-01 20:23:57 -03:00
Manuel Araoz 0632d8870b fix logging againw 2014-08-25 18:51:06 -03:00
Manuel Araoz 77df884adc fix logging 2014-08-25 12:40:51 -03:00
Manuel Araoz 8de655eb2b improve logging on Sync 2014-08-21 16:37:04 -04:00
Manuel Araoz 7a24d3bcd8 improve logging on HistoricSync 2014-08-21 16:37:04 -04:00
Manuel Araoz 4dcc246ea5 remove starting 2014-08-21 16:37:04 -04:00
Manuel Araoz 0ff490dbf3 make logging level configurable via env vars 2014-08-21 16:37:03 -04:00
Manuel Araoz 4628f20f9f fix weird logging bug 2014-08-21 16:37:03 -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 dfab8fecb8 some logs and example code 2014-08-20 10:55:00 -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 93a227316e working towards verifying message sigs 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 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
lordhelmut 496999644b Watch for BITCOIND_P2P_HOST for different server than BITCOIND_HOST for RPC 2014-07-25 14:29:00 -07: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 7542138847 add startAt opts in sync 2014-06-08 16:24:17 -03:00
Matias Alejo Garcia 0a2c53aa66 fix ts in unspents 2014-06-05 17:14:55 -03:00
Matias Alejo Garcia 3dbfae11a3 modifies unspent interfase to be more clear 2014-06-05 17:07:54 -03:00
Matias Alejo Garcia b249be4bdb fixes in upgradev2 script 2014-06-04 10:48:57 -03:00
Matias Alejo Garcia 1ce15f619d bug/fix-update-script 2014-06-03 23:14:42 -03:00
Matias Alejo Garcia 65a50936ae updates reorg tests 2014-06-03 10:09:55 -03:00
Matias Alejo Garcia a8ecdc7453 quick hack to handle blocks that arrive at the sametime 2014-06-02 20:09:48 -03:00
Matias Alejo Garcia 881c61c0c2 update dependencies 2014-06-01 09:04:18 -03:00
Matias Alejo Garcia a766738383 fix fn name 2014-05-30 14:56:04 -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 4eb31758e4 fix double spent reports 2014-05-30 13:14:53 -03:00
Matias Alejo Garcia 4ac7165276 add pager to blocks within certain date 2014-05-30 11:50:43 -03:00
Matias Alejo Garcia d538e154d6 update script and fixes 2014-05-29 23:37:26 -03:00
Matias Alejo Garcia 108a327d5a fix blockdb check 2014-05-29 10:47:40 -03:00