Commit Graph

155 Commits

Author SHA1 Message Date
Manuel Araoz 52cb28c586 feeds->fees 2014-01-21 16:49:09 -03:00
Matias Alejo Garcia ee275dde12 show tx by reverse order in addr 2014-01-21 15:49:25 -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 21f03749c8 Merge branch 'master' of github.com:bitpay/insight into feature/realtime-sync-info
Conflicts:
	public/js/controllers/footer.js
	public/views/header.html
2014-01-21 11:57:53 -03:00
Manuel Araoz ae9dd66b7a starting to show sync status via socket 2014-01-21 11:51:34 -03:00
Matias Alejo Garcia 9337196233 fix conflics 2014-01-21 11:20:25 -03:00
Manuel Aráoz 99c04752cd Merge pull request #97 from cmgustavo/feature/01link-status-page
Feature/01link status page
2014-01-20 19:15:12 -08:00
Matias Alejo Garcia 1a8307263a Merge pull request #96 from cmgustavo/feature/01block-index-by-height
Feature/01block index by height
2014-01-20 19:11:10 -08:00
Matias Alejo Garcia c665fe6eb1 resolve conflics 2014-01-20 23:54:59 -03:00
Matias Alejo Garcia 8df8b9e350 expand input / outputs 2014-01-20 23:01:07 -03:00
Gustavo Cortez 8b15df0e2a link and fix lookandfell statusPage. fix footer, placeholder, block box. Little fix pager of block list. 2014-01-20 21:02:47 -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
Manuel Araoz 94a3f463ad bugfix and sound added to streamed txs for address 2014-01-20 17:34:59 -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 951eeea6d0 show sync status in /status page 2014-01-20 11:45:01 -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
Matias Alejo Garcia 4d23191116 better smart syncs 2014-01-18 18:28:24 -03:00
Gustavo Cortez 8906a2f24f footer with info from bitcoind. it updates when get new block 2014-01-17 17:57:28 -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
Manuel Araoz 6c7ecef5d4 socket api for address transactions 2014-01-17 16:49:08 -03:00
Matias Alejo Garcia 80d3c24755 smart sync. Skips genesisTX 2014-01-17 16:36:34 -03:00
Manuel Araoz 5fe57077d7 hello world version of address specific socket 2014-01-17 15:25:15 -03:00
Mario Colque 57ec70d88d rename project 2014-01-17 11:46: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 face519245 move socket controller to controllers 2014-01-16 17:25:52 -03:00
Mario Colque 6bf6c8a2ae Merge pull request #67 from matiu/feature/06sync
good boy!
2014-01-16 11:20:14 -08:00
Matias Alejo Garcia 17c73ea39d sync integrated to server js 2014-01-16 16:11:55 -03:00
Mario Colque a0115fa77c socket service moved 2014-01-16 16:02:40 -03:00
Mario Colque 8c420d6780 Merge pull request #65 from cmgustavo/bug/02status
good boy!
2014-01-16 10:35:04 -08: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
Mario Colque da46d0f3d9 socket.io moved to the footer 2014-01-16 15:25:19 -03:00
Mario Colque b4b3256ef9 added Ubuntu Font 2014-01-16 15:10:58 -03:00
Gustavo Cortez 906cd019c7 fixed syntax javascript warnings 2014-01-16 13:32:11 -03:00