Commit Graph

38 Commits

Author SHA1 Message Date
Matias Alejo Garcia 66e3dd977b refactor tx, update tests 2014-01-27 12:51:11 -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
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 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 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
Matias Alejo Garcia 213a8e5543 sync refactoring 2014-01-15 17:36:49 -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
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 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