Commit Graph

82 Commits

Author SHA1 Message Date
Mario Colque 398babaa8f added new controller 2014-02-07 13:57:55 -03:00
Mario Colque afec679720 added the style improvement for the currency switch 2014-02-06 04:46:50 -03:00
Mario Colque d089531643 Merge branch 'master' into feature/switch-currency 2014-02-05 16:01:41 -03:00
Mario Colque 78d4c99337 added currency switch with cache 2014-02-05 15:59:44 -03:00
Gustavo Cortez 318d52d593 Merge branch 'feature/leveldb' of github.com:matiu/insight into feature/leveldb 2014-02-05 15:12:05 -03:00
Gustavo Cortez 2a2a2110f5 front-end of block list by date is ready. fillCache for getting blocks. 2014-02-05 15:11:39 -03:00
Matias Alejo Garcia a66b7e54ce adapt REST API for leveldb 2014-02-05 14:25:52 -03:00
Gustavo Cortez 8b1092e3ff fix controller transaction 2014-02-05 10:30:41 -03:00
Gustavo Cortez df33366277 removed mongoose. method: block list by date 2014-02-05 10:16:40 -03:00
Mario Colque 81fbb44516 added new controller cyrrency 2014-02-03 15:09:08 -03:00
Gustavo Cortez e1cb6cddd0 little fix: syntax warning 2014-01-29 17:58:45 -03:00
Matias Alejo Garcia f405f72e74 Merge pull request #169 from matiu/feature/opt-mongo
Feature/opt mongo
2014-01-29 10:13:53 -08:00
Gustavo Cortez 531360e39f fix warning when bitcoind is not running 2014-01-28 11:04:54 -03:00
Matias Alejo Garcia 7607651fd7 optimize fields in mongo for better storage 2014-01-27 17:10:03 -03:00
Gustavo Cortez deac1c2a70 fixed: set info of undefined 2014-01-27 13:19:46 -03:00
Gustavo Cortez 79f980f118 little fix: show txid in consolelog when tx not found in rpc 2014-01-27 13:17:00 -03:00
Matias Alejo Garcia 243f22381d update controllers to new virtual TX model 2014-01-27 13:10:59 -03:00
Gustavo Cortez 0973047d80 block without info on list of tx (eg. genesis block). url: block-index not founded. Fixed 2014-01-24 18:04:08 -03:00
Mario Colque 67b0dfd4db verify date and disable next button if is today 2014-01-24 16:07:49 -03:00
Matias Alejo Garcia eb02103780 fix list 2014-01-23 17:49:20 -03:00
Matias Alejo Garcia fbb5e943cb fix conflicts 2014-01-23 17:42:07 -03:00
Mario Colque 8ebd686e33 Merge branch 'master' into fix/node-ui-fixes 2014-01-23 17:33:46 -03:00
Mario Colque 3e8e6358bb fix error when there are not transaccion 2014-01-23 17:33:12 -03:00
Matias Alejo Garcia db91cddb93 fix list 2014-01-23 17:31:09 -03:00
Matias Alejo Garcia 25ec207fb3 fix conflics 2014-01-23 15:17:00 -03:00
Gustavo Cortez 011ca9310b fix conflicts 2014-01-22 18:15:29 -03:00
Manuel Araoz daf9234f85 fix address sockets 2014-01-22 16:24:47 -03:00
Matias Alejo Garcia 8cc06142bc update test 2014-01-22 10:01:08 -03:00
Gustavo Cortez 36c3466f32 API: get all info about blocks and transactions in list methods. Fix transaction list on homepage 2014-01-21 23:17:47 -03:00
Matias Alejo Garcia 18bbe828cd errors in sync header 2014-01-21 19:13:21 -03:00
Manuel Araoz 2d176a6431 Merge branch 'master' of github.com:bitpay/insight into feature/realtime-sync-info
Conflicts:
	public/views/footer.html
2014-01-21 13:29:07 -03:00
Manuel Araoz 9c1906641a stream sync status 2014-01-21 13:28:01 -03:00
Mario Colque c112b1c7e5 lazy load for transactions list 2014-01-21 12:58:15 -03:00
Manuel Araoz ae9dd66b7a starting to show sync status via socket 2014-01-21 11:51:34 -03:00
Gustavo Cortez 4291af0cc3 go to block using height value. url is: /block-index/<height> 2014-01-20 18:53:24 -03:00
Gustavo Cortez ef0b558ed9 fix conflicts 2014-01-20 18:52:28 -03:00
Matias Alejo Garcia 05f2cf426c resolve merge 2014-01-20 16:47:46 -03:00
Matias Alejo Garcia 465e4698f6 more error handling 2014-01-20 16:40:20 -03:00
Matias Alejo Garcia f619192708 better error API handling 2014-01-20 16:11:35 -03:00
Matias Alejo Garcia 4e1562ce7a fix HTTP reponse codes 2014-01-20 15:51:23 -03:00
Manuel Araoz 914671e352 show timestamp for unconfirmed transactions 2014-01-20 15:37:44 -03:00
Manuel Araoz 86e149a0d8 remove log 2014-01-20 14:31:01 -03:00
Manuel Araoz 37d18b7b2d fixing socket API 2014-01-20 14:30:25 -03:00
Manuel Araoz cf5aea1165 socket.io and angular proper integration 2014-01-20 13:31:37 -03:00
Matias Alejo Garcia 5468895e34 fix socket io name error 2014-01-20 12:10:49 -03:00
Manuel Araoz b7d3666249 Merge branch 'master' of github.com:bitpay/insight into feature/address-socket-api
Conflicts:
	app/controllers/socket.js
	app/models/Transaction.js
	lib/PeerSync.js
	public/js/controllers/address.js
	public/js/controllers/index.js
	public/js/controllers/transactions.js
	public/views/transaction.html
2014-01-20 11:47:22 -03:00
Matias Alejo Garcia 8898e9b8c5 add error messages to sync status 2014-01-19 21:43:10 -03:00
Matias Alejo Garcia 24e4241b40 MANUAL merge: pull request matiu/09sync 2014-01-19 21:35:31 -03:00
Matias Alejo Garcia 10972fd8dd sync API not emits "sync" thru socket.io 2014-01-19 12:33:39 -03:00
Gustavo Cortez e73064e7ca refactory: no repeat same return function 2014-01-19 11:29:59 -03:00