Commit Graph

210 Commits

Author SHA1 Message Date
Gustavo Cortez ab635332cc added reward value to transactions 2014-01-15 09:02:20 -03:00
Gustavo Cortez c734ec40a3 Merge branch 'master' into feature/get_async_transactions 2014-01-14 20:35:33 -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 162e989b65 Merge pull request #45 from maraoz/feature/stream-blocks
show new blocks in homepage < Nice!
2014-01-14 14:49:13 -08:00
Manuel Araoz b6f4aa78bc show new blocks in homepage 2014-01-14 19:42:38 -03:00
Mario Colque fd90910fc5 Merge pull request #44 from matiu/bug/04sync
limit concurrency
2014-01-14 13:16:10 -08:00
Matias Alejo Garcia c3e1250fde limit concurrency 2014-01-14 18:15:02 -03:00
Matias Alejo Garcia 82cddd9dd0 Merge pull request #39 from colkito/feature/no-blocks-message
added a message for no blocks in blocklist page
2014-01-14 13:12:00 -08:00
Manuel Aráoz 366c02bbac Merge pull request #42 from maraoz/bug/remove-files
remove old file
2014-01-14 13:06:09 -08:00
Manuel Araoz 6b374e92da remove old file 2014-01-14 18:03:18 -03:00
Manuel Aráoz 111e3d12ef Merge pull request #41 from maraoz/feature/stream-new-txs
new transactions shown on homepage via socket.io
2014-01-14 12:53:46 -08: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
Mario Colque d816447fda Merge pull request #40 from matiu/bug/02sync
MAGICAL!
2014-01-14 11:48:21 -08:00
Matias Alejo Garcia 1e9307f4a0 sync retry after RPC error 2014-01-14 16:45:25 -03:00
Manuel Araoz 851dc06a09 Merge branch 'master' of github.com:bitpay/mystery into feature/stream-new-txs
Conflicts:
	public/css/common.css
	public/js/app.js
2014-01-14 15:42:40 -03:00
Mario Colque 59361630ed added a message for no blocks in blocklist page 2014-01-14 15:34:14 -03:00
Manuel Araoz 21e221b68b showing transaction with animation in home page 2014-01-14 15:20:59 -03:00
Matias Alejo Garcia 3da2254541 Merge pull request #38 from colkito/feature/search
Feature/search
2014-01-14 09:56:15 -08:00
Mario Colque 03cbd758c5 Merge branch 'master' into feature/search 2014-01-14 14:49:21 -03:00
Mario Colque c3a6c0387c added a interceptor in ther services to handle the server request error 2014-01-14 14:48:25 -03:00
Mario Colque ce1fde9aa7 look&feel for search 2014-01-14 14:47:13 -03:00
Mario Colque ed6f429c30 added new service search 2014-01-14 14:46:26 -03:00
Mario Colque 886ca83c3c Merge pull request #37 from matiu/feature/complete-api
Feature/complete api
2014-01-14 09:25:37 -08:00
Matias Alejo Garcia 843e62eb57 rm console.logs 2014-01-14 14:24:42 -03:00
Matias Alejo Garcia 6ebb282b90 add reward to coinbase txs 2014-01-14 13:03:29 -03:00
Matias Alejo Garcia d13f9ce3bd add reward to block api 2014-01-14 12:58:45 -03:00
Mario Colque 0697e9c18a Merge pull request #34 from cmgustavo/bug/front-end-list-of-transactions
fixed: list of duplicated tx in front-end with angularjs is not allowed
2014-01-14 04:57:47 -08:00
Matias Alejo Garcia 3485b6efa5 Merge pull request #36 from matiu/feature/01docs
add addr to API docs
2014-01-14 04:27:47 -08:00
Matias Alejo Garcia 524792b1f0 add addr to API docs 2014-01-14 09:26:00 -03:00
Gustavo Maximiliano Cortez da0383d9d2 Merge pull request #35 from matiu/bug/01sync
fixes sync.js, to work after p2p block
2014-01-14 04:17:00 -08:00
Matias Alejo Garcia 9ab4831c8b fixes sync.js, to work after p2p block 2014-01-14 07:58:01 -03:00
Gustavo Cortez ee4236065e fixed: list of duplicated tx in front-end with angularjs is not allowed 2014-01-13 21:01:22 -03:00
Matias Alejo Garcia a7283e3945 Merge pull request #33 from cmgustavo/feature/more-block-info
Feature/more block info
2014-01-13 15:40:53 -08:00
Gustavo Cortez 184fa19321 fix conflicts. update readme.md. update block page. get data for address page from API 2014-01-13 20:42:15 -03:00
Gustavo Maximiliano Cortez 2ab49e10b1 Merge pull request #32 from matiu/feature/02addr
Feature/02addr -- good!!
2014-01-13 15:39:59 -08:00
Matias Alejo Garcia 801651d494 all addr test OK 2014-01-13 20:38:51 -03:00
Matias Alejo Garcia 5290314bd0 addr tests work from simple txs 2014-01-13 19:59:31 -03:00
Matias Alejo Garcia f957a57de8 addr tests work from simple txs 2014-01-13 19:57:13 -03:00
Manuel Aráoz ac885fddc8 Merge pull request #31 from maraoz/feature/add-socketio
add socket.io and try it with a simple socket message
2014-01-13 14:52:45 -08:00
Gustavo Cortez 6bada80fd0 updated readme.md 2014-01-13 19:44:44 -03:00
Manuel Araoz ada63f8488 tx info sent to homepage. 2014-01-13 19:07:12 -03:00
Manuel Aráoz d6e2415822 Merge pull request #30 from maraoz/bug/p2p-quickfix
fixing class migration bug
2014-01-13 13:24:44 -08:00
Manuel Araoz 03f4314ab8 fixing class migration bug 2014-01-13 18:23:27 -03:00
Gustavo Maximiliano Cortez d589abb847 Merge pull request #29 from matiu/feature/01addr
Feature/01addr
2014-01-13 13:15:12 -08:00
Manuel Araoz 2e959fa81c socket.io first prototype 2014-01-13 18:13:59 -03:00
Manuel Araoz 399182233b remove HeaderDB.js old file 2014-01-13 18:13:59 -03:00
Matias Alejo Garcia 868f22cf2b api working WIP 2014-01-13 18:13:02 -03:00
Matias Alejo Garcia 5a97c96d6e test working with values stored in satoshis 2014-01-13 18:12:57 -03:00
Matias Alejo Garcia 1324d8c183 Address class working from some address :) 2014-01-13 18:12:51 -03:00