Commit Graph

52 Commits

Author SHA1 Message Date
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
Matias Alejo Garcia 08a54a40e2 sync API 2014-01-19 10:51:01 -03:00
Gustavo Cortez 027935844a refactory: status controller 2014-01-19 05:30:22 -03:00
Manuel Araoz 6c7ecef5d4 socket api for address transactions 2014-01-17 16:49:08 -03:00
Manuel Araoz 5fe57077d7 hello world version of address specific socket 2014-01-17 15:25:15 -03:00
Matias Alejo Garcia 59a34beda0 fixes jshint warnings. add config for disabling sync 2014-01-16 23:23:10 -03:00
Manuel Araoz face519245 move socket controller to controllers 2014-01-16 17:25:52 -03:00
Gustavo Cortez ab85012bdf replaced getBestBlockHash for bot method (getBlockCount + getBlockHash) to get the last block hash. 2014-01-16 15:33:33 -03:00
Gustavo Cortez 906cd019c7 fixed syntax javascript warnings 2014-01-16 13:32:11 -03:00
Mario Colque ffce4526a6 Merge pull request #59 from cmgustavo/feature/status_api
wow!
2014-01-16 06:35:21 -08:00
Gustavo Cortez acb54a0190 front-end for status network information in a new page 2014-01-16 10:54:21 -03:00
Mario Colque 26b0cdc7e4 added sort 2014-01-15 12:50:55 -03:00
Mario Colque 950ffe01e6 added limit to find 2014-01-15 12:41:59 -03:00
Gustavo Cortez dc6e64f8bc fix url for get transactions 2014-01-15 10:22:07 -03:00
Gustavo Cortez 521a0d6a44 front-end: Completed block info. Getting aync transaction in BlockPage and AddrPage 2014-01-14 20:34:01 -03:00
Matias Alejo Garcia 868f22cf2b api working WIP 2014-01-13 18:13:02 -03:00
Gustavo Cortez 67857abcc7 Cleaning homepage for now. It does not get any values from API, only shows a link to blocks list. 2014-01-10 10:46:09 -03:00
Matias Alejo Garcia 38e93bb341 Merge pull request #12 from colkito/feature/blocklist-page-pagination
Added pagination by date to blocklist page
2014-01-09 14:07:31 -08:00
Mario Colque 279a357f0e Added pagination by date to blocklist page 2014-01-09 18:36:20 -03:00
Matias Alejo Garcia 35d5be894f more information added to TX API: values and IN addresses. Test updated 2014-01-09 17:30:29 -03:00
Mario Colque aab6121dd0 unnecessary number removed 2014-01-09 15:21:51 -03:00
Mario Colque aa771bf4dd blocks controller improved to find blocks by date 2014-01-09 15:15:30 -03:00
Matias Alejo Garcia 451b24d4a8 fix API using the new thin object model 2014-01-08 17:15:46 -03:00
Mario Colque 50dae263b7 conflict solved 2014-01-08 12:23:25 -03:00
Mario Colque c967df577e added new blocklist page 2014-01-08 11:56:36 -03:00
Gustavo Cortez 92054210a8 block page draft 2014-01-08 11:05:19 -03:00
Gustavo Cortez c2bbdb2941 For blocks info, we always use controller blocks. Index controller only render homepage 2014-01-08 09:17:41 -03:00
Gustavo Cortez 76862dc0f9 Merge branch 'master' into feature/blockpage
Conflicts:
	app/models/Block.js
	config/routes.js

Fixed!
2014-01-08 09:05:08 -03:00
Matias Alejo Garcia 7002363841 TX API working + sync 2014-01-08 01:47:20 -03:00
Gustavo Cortez 52f0120f39 get block in angular from node! 2014-01-07 18:12:37 -03:00
Matias Alejo Garcia 9feb87ddf2 API for blocks v0.1 working! 2014-01-07 09:48:31 -03:00