Commit Graph

90 Commits

Author SHA1 Message Date
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
Manuel Araoz 5576dacf69 jsbeautify 2014-01-10 16:33:01 -03:00
Manuel Araoz df397936ea p2p block and transaction importing 2014-01-10 16:02:33 -03:00
Matias Alejo Garcia 08f106aa0c testing thin models 2014-01-08 16:29:39 -03:00
Matias Alejo Garcia 5aa508ae8a sync working for the thing version of the models 2014-01-08 14:50:37 -03:00