Commit Graph

54 Commits

Author SHA1 Message Date
Matias Alejo Garcia 163eda5840 update status page 2014-01-21 19:53:00 -03:00
Matias Alejo Garcia 7ac3b5b1aa better header for sync 2014-01-21 19:40:41 -03:00
Matias Alejo Garcia 18bbe828cd errors in sync header 2014-01-21 19:13:21 -03:00
Matias Alejo Garcia abefb1a879 check network config 2014-01-21 16:43:05 -03:00
Manuel Araoz 9c1906641a stream sync status 2014-01-21 13:28:01 -03:00
Matias Alejo Garcia 05f2cf426c resolve merge 2014-01-20 16:47:46 -03:00
Matias Alejo Garcia b4936fd6b4 fix skipping during syc 2014-01-20 15:41:22 -03:00
Manuel Araoz 914671e352 show timestamp for unconfirmed transactions 2014-01-20 15:37:44 -03:00
Matias Alejo Garcia 8898e9b8c5 add error messages to sync status 2014-01-19 21:43:10 -03:00
Matias Alejo Garcia 10972fd8dd sync API not emits "sync" thru socket.io 2014-01-19 12:33:39 -03:00
Matias Alejo Garcia 08a54a40e2 sync API 2014-01-19 10:51:01 -03:00
Matias Alejo Garcia 4d23191116 better smart syncs 2014-01-18 18:28:24 -03:00
Gustavo Maximiliano Cortez 62c5d90b5a Merge pull request #78 from matiu/feature/07sync/uptosync
Feature/07sync/uptosync
2014-01-17 12:12:26 -08:00
Matias Alejo Garcia 80d3c24755 smart sync. Skips genesisTX 2014-01-17 16:36:34 -03:00
Matias Alejo Garcia 82beb27a3c better block_total accounting 2014-01-17 10:44:14 -03:00
Manuel Araoz 717b1e930f Merge branch 'master' of github.com:bitpay/mystery into test/test-p2p-sync
Conflicts:
	lib/PeerSync.js
	lib/Sync.js
2014-01-17 10:22:49 -03:00
Matias Alejo Garcia 4442497638 implements uptosync 2014-01-17 10:22:00 -03:00
Matias Alejo Garcia 3affbd43be remove all jshint warns 2014-01-16 23:26:12 -03:00
Matias Alejo Garcia 59a34beda0 fixes jshint warnings. add config for disabling sync 2014-01-16 23:23:10 -03:00
Manuel Araoz 62d469be0c finished tests for PeerSync.js 2014-01-16 21:08:50 -03:00
Manuel Araoz face519245 move socket controller to controllers 2014-01-16 17:25:52 -03:00
Manuel Araoz aeb95aa427 revert conflicts 2014-01-16 17:00:11 -03:00
Manuel Araoz d51df9f087 handle_tx() tests 2014-01-16 16:47:06 -03:00
Manuel Araoz 0a94f2514b Merge branch 'master' of github.com:bitpay/mystery into test/test-p2p-sync
Conflicts:
	lib/Sync.js
2014-01-16 16:43:37 -03:00
Manuel Araoz 1df72a818c handle_inv tests 2014-01-16 16:12:32 -03:00
Matias Alejo Garcia 0c19c79a14 separate HistoricSync from Sync 2014-01-16 16:11:20 -03:00
Manuel Araoz 87913a8561 fix typo 2014-01-16 15:35:36 -03:00
Matias Alejo Garcia 35ff54aea7 remove call to getBestBlockHash (not in all bitcoind clients) 2014-01-16 15:07:37 -03:00
Matias Alejo Garcia 3a2d0fd348 fix tx_handle and -R in sync 2014-01-16 13:01:32 -03:00
Matias Alejo Garcia 2aefe7119d fix hash in block historical sync 2014-01-16 11:01:01 -03:00
Matias Alejo Garcia 479b262361 fix hash and time in Block sync 2014-01-16 10:51:39 -03:00
Matias Alejo Garcia 751d6ce707 fix jslint 2014-01-15 18:11:18 -03:00
Mario Colque 8f9fdc1a6e Merge pull request #57 from matiu/feature/04sync
awesome!
2014-01-15 12:43:50 -08:00
Matias Alejo Garcia 213a8e5543 sync refactoring 2014-01-15 17:36:49 -03:00
Manuel Araoz 1ef9cd1f22 jshint fixes 2014-01-15 16:05:26 -03:00
Manuel Araoz 89add704c6 adding timestamps to Transactions 2014-01-15 10:32:18 -03:00
Manuel Araoz b6f4aa78bc show new blocks in homepage 2014-01-14 19:42:38 -03:00
Matias Alejo Garcia c3e1250fde limit concurrency 2014-01-14 18:15:02 -03:00
Manuel Araoz 2e0bd4c660 Merge branch 'master' of github.com:bitpay/mystery into feature/stream-new-txs
Conflicts:
	lib/Sync.js
2014-01-14 17:25:04 -03:00
Manuel Araoz cc7c876247 new transactions shown on homepage! 2014-01-14 16:56:02 -03:00
Matias Alejo Garcia 1e9307f4a0 sync retry after RPC error 2014-01-14 16:45:25 -03:00
Matias Alejo Garcia 9ab4831c8b fixes sync.js, to work after p2p block 2014-01-14 07:58:01 -03:00
Manuel Araoz 03f4314ab8 fixing class migration bug 2014-01-13 18:23:27 -03:00
Matias Alejo Garcia fa52ce878c fix pay-to-pubkey transaction inputs 2014-01-13 18:12:45 -03:00
Matias Alejo Garcia 33b6404a14 . 2014-01-13 18:12:29 -03:00
Matias Alejo Garcia 28e082b53b move txitem creation to transaction model 2014-01-13 18:11:06 -03:00
Matias Alejo Garcia e93befe6f7 sync with TX items!!! 2014-01-13 18:10:50 -03:00
Manuel Araoz 788f9ecedc using bind to pass object methods as callbacks 2014-01-13 15:43:40 -03:00
Manuel Araoz 7583cb0103 p2p integration into the express webapp 2014-01-13 15:17:34 -03:00
Manuel Araoz 3ab968eece trying to fix the mess I left from jsbeautify 2014-01-10 16:57:16 -03:00