Commit Graph

1171 Commits

Author SHA1 Message Date
Ryan X. Charles 55ce11e8fc Merge pull request #33 from olalonde/patch-1
README: typo (befure->before)
2014-03-28 22:28:08 -04:00
Olivier Lalonde abdc926c28 README: typo (befure->before) 2014-03-29 10:27:20 +08:00
Ian Coleman ed4025bffe Address Properties moved to addresses controller 2014-03-27 08:39:13 +11:00
Matias Alejo Garcia beee02072d Merge pull request #27 from cmgustavo/fix/status-info
getting address information in two modes: only balance (without txs list...
2014-03-22 02:11:20 -03:00
Gustavo Cortez 3bf1ceeb96 update readme 2014-03-22 01:58:12 -03:00
Matias Alejo Garcia 3840b7303e version 2014-03-22 01:52:50 -03:00
Matias Alejo Garcia 78a39b8d1f Merge pull request #30 from matiu/bug/script-processing
fix bitcore version to prevent sync to stop
2014-03-22 01:45:19 -03:00
Matias Alejo Garcia cce2b9d71a fix bitcore version to prevent sync to stop 2014-03-22 01:43:26 -03:00
Gustavo Maximiliano Cortez ef71d9b402 Merge pull request #29 from matiu/bug/script-processing
adds a try-catch block in script processing
2014-03-21 21:30:59 -03:00
Matias Alejo Garcia 7f674e0566 adds a try-catch block in script processing 2014-03-21 19:21:17 -03:00
Gustavo Cortez 3bd44e12a2 names more descriptive 2014-03-21 10:24:44 -03:00
Ian Coleman b8ac382370 AddressProperty for unconfirmedBalance 2014-03-21 13:06:13 +11:00
Ian Coleman 306f2cd1e3 AddressProperty for totalSent 2014-03-21 13:04:44 +11:00
Ian Coleman f88fdff88c AddressProperty for totalReceived 2014-03-21 13:02:14 +11:00
Ian Coleman 3bd3ea2b1f AddressProperty route for /addr/[:addr]/property
eg /addr[:addr]/balance will return just the balance for the address.
This needs expanding but is a good basis upon which to expand.
2014-03-21 12:57:34 +11:00
Gustavo Cortez eae1589307 Update read me 2014-03-20 16:42:28 -03:00
Gustavo Cortez 80eb012f83 getting address information in two modes: only balance (without txs list) and complete mode (balance + txs). 2014-03-20 16:36:45 -03:00
Mario Colque 510cc22812 Merge pull request #25 from matiu/bug/broadcasts
Bug/broadcasts
2014-03-20 14:37:15 -03:00
Matias Alejo Garcia 6579d6c938 update package info; 2014-03-20 14:19:27 -03:00
Matias Alejo Garcia c3339dc4d6 fix sockets related issues 2014-03-20 14:06:37 -03:00
Matias Alejo Garcia bc15a98aed Merge pull request #23 from cmgustavo/fix/status-info
Fixed: not show minersPool and bDb on /api/status information
2014-03-19 15:46:37 -03:00
Gustavo Cortez e257bd97de Fixed: not show minersPool and bDb on /api/status information 2014-03-19 13:12:51 -03:00
Gustavo Maximiliano Cortez aa8ba813d4 Update README.md with Status params 2014-03-19 13:10:18 -03:00
Matias Alejo Garcia f7ee313255 Merge pull request #16 from matiu/feature/use-soop
fix addrs listing
2014-03-10 18:24:51 -02:00
Matias Alejo Garcia 6705a1dc0f fix addrs listing 2014-03-10 17:18:19 -03:00
Matias Alejo Garcia 4802ebb9e8 Merge pull request #15 from matiu/feature/use-soop
fix address ctrl
2014-03-10 17:40:32 -02:00
Matias Alejo Garcia db11e9f027 fix address ctrl 2014-03-10 16:39:55 -03:00
Matias Alejo Garcia a74bb666ba Merge pull request #14 from matiu/feature/use-soop
update package.json to bitcore github
2014-03-10 17:31:36 -02:00
Matias Alejo Garcia d8e6e36e86 update package.json to bitcore github 2014-03-10 16:30:47 -03:00
Mario Colque 05d8b7c76a Merge pull request #13 from matiu/feature/use-soop
Feature/use soop
2014-03-10 16:42:47 -02:00
Matias Alejo Garcia 54c5f805dd fix conflics 2014-03-10 15:42:08 -03:00
Mario Colque 2b6e16a2ee Merge pull request #9 from matiu/bug/recover-in-sync
recover from race condition in interrupted sync
2014-03-10 16:14:31 -02:00
Matias Alejo Garcia ae4769555b support for new bitcore version ~0.1.6 2014-03-10 15:06:10 -03:00
Matias Alejo Garcia 645da13bee update package json 2014-03-10 13:03:59 -03:00
Matias Alejo Garcia 040ea6bfb4 adapt insight-api to work with bitcores soop version 2014-03-10 12:46:48 -03:00
Matias Alejo Garcia ed787d58cb recover from race condition in interrupted sync 2014-03-06 00:01:28 -03:00
Matias Alejo Garcia e19cd9f2ba insight with soop. WIP 2014-03-05 23:03:56 -03:00
Mario Colque fbe16eda9f Merge pull request #7 from bitpay/bug/address
small fix in address with no txouts
2014-02-28 19:00:16 -02:00
Matias Alejo Garcia c14ec5a5b4 small fix in address with no txouts 2014-02-28 17:56:07 -03:00
Mario Colque fa53bfb3c1 Update README.md 2014-02-28 18:54:46 -02:00
Matias Alejo Garcia 1af6bb7a02 Merge pull request #6 from cmgustavo/feature/01-sendtx-support
Feature/01 sendtx support
2014-02-27 15:38:28 -02:00
Gustavo Cortez c7259ab7e6 send raw tx by POST 2014-02-27 14:11:05 -03:00
Gustavo Cortez 344f543605 fix route when reload the page from the front-end 2014-02-26 18:57:51 -03:00
Matias Alejo Garcia 9b905c115b Update README.md 2014-02-26 17:44:26 -02:00
Matias Alejo Garcia 2d31c0cc8b Update README.md 2014-02-26 17:42:36 -02:00
Matias Alejo Garcia 71fff539a7 Merge pull request #4 from colkito/bug/fix-files-path
Bug/fix files path
2014-02-26 17:37:08 -02:00
Mario Colque 241fc73978 updated README.md 2014-02-26 16:32:36 -03:00
Mario Colque 2d1f3d8843 new version 2014-02-26 16:28:32 -03:00
Mario Colque 4d111a9853 fixed files path 2014-02-26 16:27:22 -03:00
Mario Colque d98c7fab27 Merge pull request #3 from cmgustavo/cleaning-files
removed travis.yml
2014-02-26 15:57:11 -02:00