Feature/git hash (#1919)

* display git hash in marketplace show and app show. Add additional info to app show

* bump marketplace lib version

* disbaled links if site not provided, fix bug with license-instructions

* fix import

* stupid

* feat: Add in the packing side git hash

* chore: Remove the test that is breaking the build.

Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
Co-authored-by: BluJ <mogulslayer@gmail.com>
This commit is contained in:
Aiden McClelland
2022-11-09 11:49:18 -07:00
parent 9c363be16f
commit b9e4a66fdc
14 changed files with 245 additions and 15 deletions

View File

@@ -42,6 +42,7 @@ export module Mock {
id: 'bitcoind',
title: 'Bitcoin Core',
version: '0.21.0',
'git-hash': 'abcdefgh',
description: {
short: 'A Bitcoin full node by Bitcoin Core.',
long: 'Bitcoin is a decentralized consensus protocol and settlement network.',
@@ -347,6 +348,7 @@ export module Mock {
id: 'lnd',
title: 'Lightning Network Daemon',
version: '0.11.1',
'git-hash': 'lalalalalala',
description: {
short: 'A bolt spec compliant client.',
long: 'More info about LND. More info about LND. More info about LND.',
@@ -500,6 +502,7 @@ export module Mock {
id: 'btc-rpc-proxy',
title: 'Bitcoin Proxy',
version: '0.2.2',
'git-hash': 'lmnopqrx',
description: {
short: 'A super charger for your Bitcoin node.',
long: 'More info about Bitcoin Proxy. More info about Bitcoin Proxy. More info about Bitcoin Proxy.',