Commit Graph

54 Commits

Author SHA1 Message Date
Matias Alejo Garcia 384ce8ad50 add subscribed event 2014-08-28 19:22:52 -03:00
Manuel Araoz 5465f32111 making rate limiter work 3 2014-08-21 16:37:04 -04:00
Manuel Araoz f1c3d7c498 fix logging and plugin 2014-08-21 16:37:03 -04:00
Manuel Araoz a5fda98cdc use winston for logging 2014-08-21 16:37:03 -04:00
Manuel Araoz 8d672de5bd refactoring message broker into plugin 2014-08-21 16:37:03 -04:00
Manuel Araoz 4451c120db remove logs 2014-08-20 10:55:00 -04:00
Manuel Araoz dfab8fecb8 some logs and example code 2014-08-20 10:55:00 -04:00
Manuel Araoz f79364df97 add debug logs 2014-08-20 10:55:00 -04:00
Manuel Araoz df9b15002f use socket.io-browserify 2014-08-20 10:55:00 -04:00
Manuel Araoz f0454728ba make message broker off by default 2014-08-05 20:19:57 -03:00
Manuel Araoz fff2d4f1ee dont broadcast sync 2014-08-05 16:23:29 -03:00
Manuel Araoz 9964f568b4 make sync work 2014-08-05 15:58:08 -03:00
Manuel Araoz 1d5af5bdad add socket server test 2014-08-05 13:04:38 -03:00
Manuel Araoz 3977dc8443 fix tests and make it work with encryption & sigs 2014-08-04 15:43:38 -03:00
Manuel Araoz 93a227316e working towards verifying message sigs 2014-08-01 19:05:05 -03:00
Manuel Araoz fc5daaa988 chat example working with SINs 2014-08-01 19:05:05 -03:00
Manuel Araoz fe2f6ec6c4 add example of websocket API use 2014-08-01 19:05:05 -03:00
Manuel Araoz 2174f3e4be fix multiple handlers 2014-08-01 19:05:05 -03:00
Manuel Araoz 7273776e55 linking socket with leveldb 2014-08-01 19:05:05 -03:00
Matias Alejo Garcia fc33317136 update to socket.io 1.0.x 2014-06-04 16:45:33 -03:00
Gustavo Maximiliano Cortez e9bfdba325 Merge pull request #98 from matiu/bug/fix-addr-broadcast
fix addr broadcast and sync info;
2014-05-28 09:40:14 -03:00
Matias Alejo Garcia 6a751e2a8f fix addr broadcast and sync info; 2014-05-28 00:17:42 -03:00
Gustavo Cortez f6157e6d32 Fixed round value of latest transaction list (home) 2014-05-27 10:33:19 -03:00
Matias Alejo Garcia bce9f7a0bb refactor in Transaction db 2014-05-25 23:54:08 -03:00
Peter Limbach c08ccc388f add missing updates 2014-05-07 15:42:45 +02:00
Matias Alejo Garcia c3339dc4d6 fix sockets related issues 2014-03-20 14:06:37 -03:00
Mario Colque c28dd990b0 separated insight API from the front-end 2014-02-25 01:44:19 -03:00
Matias Alejo Garcia 1e4a6179de fix tx broadcast 2014-02-18 14:51:45 -03:00
Matias Alejo Garcia f5d8891317 failover to RPC sync if File sync fails 2014-02-18 14:01:18 -03:00
Manuel Araoz 5c9c7aeb5c fix address streamed data 2014-02-14 16:37:43 -03:00
Manuel Araoz 9cbf870254 remove a log 2014-02-13 16:25:34 -03:00
Manuel Araoz 42c193dfd5 sockets now autoreconnect after disconnection 2014-02-13 16:24:43 -03:00
Matias Alejo Garcia e5f92ed030 fix conflics. 2014-02-13 00:28:30 -03:00
Matias Alejo Garcia a35fcc776d addr tx orderer by TS. keep unconfirmed balance. fix times in txs 2014-02-12 19:27:29 -03:00
Gustavo Cortez a4a0eef2b0 fixed rounding btc values on homepages 2014-02-12 11:59:29 -03:00
Gustavo Cortez fcb892f269 fix homepage. fix streamed new txs. 2014-02-10 19:11:13 -03:00
Matias Alejo Garcia 87c10a122b fix broadcast 2014-02-09 19:33:39 -03:00
Matias Alejo Garcia 25ec207fb3 fix conflics 2014-01-23 15:17:00 -03:00
Manuel Araoz daf9234f85 fix address sockets 2014-01-22 16:24:47 -03:00
Matias Alejo Garcia 18bbe828cd errors in sync header 2014-01-21 19:13:21 -03:00
Manuel Araoz 9c1906641a stream sync status 2014-01-21 13:28:01 -03:00
Manuel Araoz ae9dd66b7a starting to show sync status via socket 2014-01-21 11:51:34 -03:00
Matias Alejo Garcia 05f2cf426c resolve merge 2014-01-20 16:47:46 -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 10972fd8dd sync API not emits "sync" thru socket.io 2014-01-19 12:33:39 -03:00