Commit Graph

63 Commits

Author SHA1 Message Date
Manuel Araoz 96c47debab fixed tests after merge 2014-02-11 18:18:23 -03:00
Gustavo Cortez ecf28e085a environment for run livenet and testnet in same server 2014-02-11 16:30:58 -03:00
Manuel Araoz f3151f03d0 improvements on install process and README file 2014-02-10 17:51:05 -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 df33366277 removed mongoose. method: block list by date 2014-02-05 10:16:40 -03:00
Matias Alejo Garcia 5734890f10 sync with levelDb working! 2014-02-03 23:30:46 -03:00
Mario Colque 33b9ad4084 added new endpoint /api/currency 2014-02-03 15:09:24 -03:00
Matias Alejo Garcia 39abe56f27 config files 2014-02-01 22:47:16 -03:00
Matias Alejo Garcia c8dcf1e979 git fixes 2014-02-01 22:44:53 -03:00
Matias Alejo Garcia 5ea85584c4 git fixes 2014-02-01 22:44:32 -03:00
Mario Colque 2c790c518c new config 2014-01-31 15:00:48 -03:00
Mario Colque 7c808205a6 removed config files 2014-01-31 14:43:05 -03:00
Mario Colque 9a6c89e89d improve code without config files 2014-01-31 14:20:56 -03:00
Gustavo Cortez f03bd89bcd Important Fix on URL routing (Node.js catch all request first, then throught Angular.js) 2014-01-30 17:33:58 -03:00
Mario Colque 69a65f56e1 Change var to camelCase 2014-01-29 16:16:56 -03:00
Gustavo Cortez c49021af9f fix route for status page. update all page with responsive support 2014-01-27 18:13:32 -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
Matias Alejo Garcia 7461c4816c fix configs 2014-01-23 17:55:27 -03:00
Gustavo Cortez 16d1a6fe16 fix conflicts. Removed hashbang route for html5mode. Changed all urls and route for epxress 2014-01-23 17:49:47 -03:00
Matias Alejo Garcia 25ec207fb3 fix conflics 2014-01-23 15:17:00 -03:00
Matias Alejo Garcia 37783c5286 fix conflics 2014-01-23 15:16:17 -03:00
Gustavo Cortez 011ca9310b fix conflicts 2014-01-22 18:15:29 -03:00
Eric Martindale 904f21405e Allow network to be specified in development envs. 2014-01-21 23:54:58 +00:00
Matias Alejo Garcia 18bbe828cd errors in sync header 2014-01-21 19:13:21 -03:00
Gustavo Cortez ef0b558ed9 fix conflicts 2014-01-20 18:52:28 -03:00
Matias Alejo Garcia 08a54a40e2 sync API 2014-01-19 10:51:01 -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 Aráoz 6c3968869b Merge pull request #61 from matiu/bug/05sync
Bug/05sync
2014-01-16 08:03:26 -08: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
Matias Alejo Garcia 60a2dfa1c2 use new bitcore RpcClient flahs 2014-01-16 10:51:20 -03:00
Mario Colque 8f9fdc1a6e Merge pull request #57 from matiu/feature/04sync
awesome!
2014-01-15 12:43:50 -08:00
Matias Alejo Garcia 213a8e5543 sync refactoring 2014-01-15 17:36:49 -03:00
Mario Colque f43468fdff Merge pull request #50 from maraoz/feature/add-sinonjs
added sinon and basic test
2014-01-15 09:38:03 -08:00
Manuel Araoz e59a7b0a0b added sinon and basic test 2014-01-15 12:53:44 -03:00
Mario Colque 2cd3b907a1 added new route for transactions 2014-01-15 12:39:45 -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
Matias Alejo Garcia 5a97c96d6e test working with values stored in satoshis 2014-01-13 18:12:57 -03:00
Gustavo Cortez d145cc6f80 configure environment for test in server bitcore.io. util find ref 2014-01-13 13:24:01 -03:00
Manuel Araoz ead58e1e52 Merge branch 'master' of github.com:bitpay/mystery into feature/p2p-import
Conflicts:
	app/controllers/transactions.js
	app/models/Transaction.js
	config/env/development.js
	lib/Sync.js
	test/model/block.js
2014-01-10 16:12:11 -03:00
Manuel Araoz df397936ea p2p block and transaction importing 2014-01-10 16:02:33 -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 c41446b131 Enhacements in gruntfile 2014-01-09 19:49:48 -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
Gustavo Cortez d0874c48cf front-end with angularjs: blockpage and transaction page. Basic information. 2014-01-09 15:13:26 -03:00
Gustavo Cortez 19636a5ffb fix url for block info 2014-01-08 13:13:50 -03:00