Commit Graph

297 Commits

Author SHA1 Message Date
Gustavo Cortez f6157e6d32 Fixed round value of latest transaction list (home) 2014-05-27 10:33:19 -03:00
Matias Alejo Garcia c8e5b93aa3 add more warning on startup 2014-05-26 17:00:20 -03:00
Matias Alejo Garcia bce9f7a0bb refactor in Transaction db 2014-05-25 23:54:08 -03:00
Matias Alejo Garcia b5ff9fa84b add cache for balance and utxo 2014-05-25 17:34:49 -03:00
Matias Alejo Garcia f0f936d2d8 refactor tdb and bdb 2014-05-23 21:23:44 -03:00
Matias Alejo Garcia e61045f553 add block height to level DB 2014-05-20 18:07:25 -03:00
Manuel Araoz 9b602b9fa4 add multiutxo api call 2014-05-12 18:23:15 -03:00
Peter Limbach c08ccc388f add missing updates 2014-05-07 15:42:45 +02:00
Peter Limbach a8b39237ad update bitcore lib to 0.1.18 2014-05-07 14:45:44 +02:00
Matias Alejo Garcia 5541e6590d Merge pull request #28 from thedawnrider/addressProperties
Address properties
2014-04-23 23:57:13 -03:00
periodic1236 2dd7196d13 Sort block list by height 2014-04-23 16:20:03 -07:00
Matias Alejo Garcia 5302c36c82 Merge pull request #43 from matiu/bug/fix-utxos-for-orphaned-txs
Bug/fix utxos for orphaned txs
2014-04-16 22:15:43 -03:00
Matias Alejo Garcia 2c70e21f55 add check in getUxos 2014-04-15 09:15:47 -03: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 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 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
Matias Alejo Garcia c3339dc4d6 fix sockets related issues 2014-03-20 14:06:37 -03:00
Gustavo Cortez e257bd97de Fixed: not show minersPool and bDb on /api/status information 2014-03-19 13:12:51 -03:00
Matias Alejo Garcia 6705a1dc0f fix addrs listing 2014-03-10 17:18:19 -03:00
Matias Alejo Garcia db11e9f027 fix address ctrl 2014-03-10 16:39:55 -03:00
Matias Alejo Garcia ae4769555b support for new bitcore version ~0.1.6 2014-03-10 15:06:10 -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 e19cd9f2ba insight with soop. WIP 2014-03-05 23:03:56 -03: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
Mario Colque 4d111a9853 fixed files path 2014-02-26 16:27:22 -03:00
Mario Colque c28dd990b0 separated insight API from the front-end 2014-02-25 01:44:19 -03:00
Matias Alejo Garcia dbc2fe5c37 add scriptpubkey to utxo 2014-02-20 16:10:10 -03:00
Matias Alejo Garcia f4d10adec4 fix names 2014-02-20 10:54:02 -03:00
Matias Alejo Garcia 57d9f01541 include confirmations WIP 2014-02-19 21:54:32 -03:00
Matias Alejo Garcia 79814e10fa add API call to return unspent outputs for an address 2014-02-19 21:47:00 -03:00
Gustavo Cortez 0f7ad7b948 fix conflicts 2014-02-19 10:10:28 -03:00
Gustavo Cortez 88e39d0c1b improved performance of list of transactions 2014-02-19 03:05:06 -03:00
Matias Alejo Garcia da43ca9231 Merge pull request #375 from matiu/bug/repeating-txs
Bug/repeating txs
2014-02-18 20:35:06 -02:00
Matias Alejo Garcia 9d71a26766 fix spents in first part of key matching errors 2014-02-18 19:31:08 -03:00
Matias Alejo Garcia d23648befc Merge pull request #369 from colkito/feature/mining-pool-detection
added Minig Pool Detection
2014-02-18 16:48:04 -02:00
Mario Colque 36f3d6684a #340 added mining pool detection on homepage and block list page 2014-02-18 15:44:02 -03:00
Matias Alejo Garcia 1e4a6179de fix tx broadcast 2014-02-18 14:51:45 -03:00
Mario Colque db064e9527 added Minig Pool Detection 2014-02-18 14:35:54 -03:00
Matias Alejo Garcia f5d8891317 failover to RPC sync if File sync fails 2014-02-18 14:01:18 -03:00
Matias Alejo Garcia de92ee308e Merge branch 'master' of github.com:bitpay/insight into bug/block-reward 2014-02-16 13:39:31 -03:00
Matias Alejo Garcia f69f210abf fix working for spent, also in var names 2014-02-16 13:38:34 -03:00
Matias Alejo Garcia 944d5a7051 Merge pull request #343 from matiu/feature/refactor-rpc-txs
Feature/refactor rpc txs
2014-02-15 21:28:17 -02:00
Matias Alejo Garcia 04f0cf7b08 smaller page length for TXs in blocks and address 2014-02-15 19:54:17 -03:00
Matias Alejo Garcia 358b32e02a remove parsing txs from RPC 2014-02-15 19:51:35 -03:00