From bb4bf112d93318b538a8070205d207f5403e9f43 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sun, 25 May 2014 22:14:12 -0300 Subject: [PATCH 1/3] show blockhash in tx --- public/views/transaction.html | 5 +++++ public/views/transaction/tx.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/public/views/transaction.html b/public/views/transaction.html index 1389f97..0aad57d 100644 --- a/public/views/transaction.html +++ b/public/views/transaction.html @@ -55,6 +55,11 @@ {{tx.time * 1000|date:'medium'}} N/A + + Included in Block + {{tx.blockhash}} + Unconfirmed + LockTime {{tx.locktime}} diff --git a/public/views/transaction/tx.html b/public/views/transaction/tx.html index d77e1f9..5c05232 100644 --- a/public/views/transaction/tx.html +++ b/public/views/transaction/tx.html @@ -178,7 +178,7 @@
- BlockHash {{tx.blockhash}} + Included in Block {{tx.blockhash}}
From a48a611de56ec657a574d74e6a272e502555d4b2 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sun, 25 May 2014 23:54:28 -0300 Subject: [PATCH 2/3] 0.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 505b6f1..dec9318 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "insight-bitcore", "description": "An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the bitcoin network and build your own services with it.", - "version": "0.1.12", + "version": "0.2.1", "author": { "name": "Ryan X Charles", "email": "ryan@bitpay.com" From e273ec998c1a0dc0bee5166d980bbca12b897bac Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sun, 25 May 2014 23:55:13 -0300 Subject: [PATCH 3/3] update deps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dec9318..b244cd0 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "start": "INSIGHT_PUBLIC_PATH=public node node_modules/.bin/insight-bitcore-api" }, "dependencies": { - "insight-bitcore-api": "=0.1.12" + "insight-bitcore-api": "=0.2.1" }, "devDependencies": { "bower": "~1.2.8",