diff --git a/posts/bounty/modified-block-explorer.md b/posts/bounty/modified-block-explorer.md index 07469914..7f7d4cfa 100644 --- a/posts/bounty/modified-block-explorer.md +++ b/posts/bounty/modified-block-explorer.md @@ -14,5 +14,5 @@ Iquidus explorer is great, but does not currently support LBRY specific operatio The explorer should be modified to: -- Display what LBRY name claims credits are backing +- Display what LBRY name claims and supports - Exploration of name claims in a way similar to transactions \ No newline at end of file diff --git a/posts/bounty/pkg-installer-for-osx.md b/posts/bounty/pkg-installer-for-osx.md new file mode 100644 index 00000000..8d614540 --- /dev/null +++ b/posts/bounty/pkg-installer-for-osx.md @@ -0,0 +1,13 @@ +--- +category: browser +title: Add Transaction History to LBRY Browser +award: 1500 +status: available +date: '2016-07-01' +--- + +Currently, [`lbry`](https://github.com/lbry/lbry) is packaged as a DMG for OS X installs. + +To claim this bounty, the install process should be done via a `.pkg` file instead. + +This process must be done in a way that is repeatable in our CircleCI continuous integration environment. \ No newline at end of file diff --git a/posts/bounty/pr-for-lbry.md b/posts/bounty/pr-for-lbry.md new file mode 100644 index 00000000..4972b3dd --- /dev/null +++ b/posts/bounty/pr-for-lbry.md @@ -0,0 +1,16 @@ +--- +category: human +title: Write, Broadcast or Share LBRY +award: 500 +status: available +date: '2016-07-01' +--- + +This bounty is for writers, podcasters, streamers, or others in the media industry. To be eligible, you must: + +- Create a piece of content about LBRY +- Have the content accessed by over 2,000 people +- Have over 100 of those people join the LBRY beta + +We reserve the right to deny this bounty if we feel the article or generated traffic/signups are non-genuine. + diff --git a/posts/bounty/transaction-history.md b/posts/bounty/transaction-history.md new file mode 100644 index 00000000..ea631b6e --- /dev/null +++ b/posts/bounty/transaction-history.md @@ -0,0 +1,18 @@ +--- +category: browser +title: Add Transaction History to LBRY Browser +award: 2000 +status: available +date: '2016-07-01' +--- + +Add a screen showing transaction history the LBRY Browser [`lbry-web-ui`](https://github.com/lbry/lbry-web-ui). + +The screen must: + +- Display past outgoing and incoming transactions +- Link to the LBRY [block explorer](https://explorer.lbry.io) for transactions + +The LBRY daemon already supports an API call, `get_transaction_history` to retrieve transaction history. While running LBRY, type the following in your browser console: + +`lbry.call('get_transaction_history', {}, function(response) { console.log(response); });` \ No newline at end of file diff --git a/view/template/bounty/list.php b/view/template/bounty/list.php index a87b5f43..a4face63 100644 --- a/view/template/bounty/list.php +++ b/view/template/bounty/list.php @@ -47,7 +47,9 @@