Commit graph

227 commits

Author SHA1 Message Date
Akinwale Ariwodola 52d13987e5 fix custom configuration loading and gettxoutsetinfo request 2020-01-08 22:02:03 +01:00
Akinwale Ariwodola a7c1b9b346 update community, operational and institutional addresses 2020-01-08 08:04:00 +01:00
Akinwale Ariwodola 77ca91757b fix _gettxoutsetinfo return type 2020-01-07 23:37:50 +01:00
Akinwale Ariwodola a147665e96 fix utxo supply 2020-01-07 23:34:50 +01:00
Akinwale Ariwodola 31d515e992
Blocked claims (#81)
* handle blocked claims
* fix chainquery endpoint
* channel-level blocking
* don't show blocked claims in the result grid
* optimisation: break out of foreach loop if match found
* add caching for api request
* rename cache key
2020-01-07 23:13:38 +01:00
Niko 02551e98d7
Merge pull request #70 from lbryio/crash-fix
Crash fix
2019-10-21 11:41:58 -04:00
Akinwale Ariwodola 007cf0d34c add missing operator 2019-10-15 22:39:27 +01:00
Akinwale Ariwodola c18431394c fix crash on large page numbers? 2019-10-15 22:28:45 +01:00
Niko 04cbdbcaee
Merge pull request #65 from lbryio/fix-dupes
fix dupes
2019-08-02 21:40:44 +02:00
Thomas Zarebczan 9b3a1f4097
remove decoder 2019-07-30 12:11:49 -04:00
Thomas Zarebczan 9582342a3a
fix dupes
fixed dupes on bMvUBo1h5WS46ThHtmfmXftz3z33VHL7wc
2019-07-17 09:41:25 -04:00
Thomas Zarebczan bbc07e8238
Merge pull request #61 from ykris45/patch-1
Update README.md
2019-04-01 13:19:12 -04:00
YULIUS KURNIAWAN KRISTIANTO 4a7be9d61d
Update README.md 2019-04-02 00:16:30 +07:00
Thomas Zarebczan 6054ddc6c0
Merge pull request #59 from marcdeb1/confirmations_fix
Confirmations fix
2019-03-26 17:32:10 -04:00
marcdeb1 a0dac9c35b Mempool transactions confirmation 2019-03-26 11:04:22 +01:00
marcdeb1 5c5c7924af Confirmations number fix 2019-03-25 23:23:08 +01:00
marcdeb1 b8a685a8dc Home page lbry link fix 2019-03-25 23:03:03 +01:00
marcdeb1 9f98c64d18 Merging 2019-03-23 15:25:37 +01:00
Niko 1b13f2711b
Merge pull request #49 from marcdeb1/chainquery
Chainquery integration
2019-02-13 13:01:12 -05:00
marcdeb1 55a3736233 Deprecation warnings 2019-01-26 22:57:30 +01:00
marcdeb1 fd8a6953f3 Deprecation warnings 2019-01-26 22:21:50 +01:00
marcdeb1 70069a29ec Test Travis 2019-01-26 21:56:01 +01:00
marcdeb1 b96d40241d Name Transaction Address table file 2019-01-26 21:04:46 +01:00
marcdeb1 f3564d7809 TransactionAddress loading fix 2019-01-26 20:54:30 +01:00
marcdeb1 2941698c2b Updated CakePHP 2019-01-26 20:37:30 +01:00
Akinwale Ariwodola 0ca160336f
Merge pull request #51 from lbryio/claim-id-null-fix
fix issue with claim names being returned with a hash
2019-01-26 13:43:51 +01:00
Akinwale Ariwodola e8eaf19490 fix issue with claim names being returned with a hash 2019-01-26 13:41:10 +01:00
marcdeb1 9e984c94c1
Merge branch 'master' into chainquery 2019-01-05 22:51:30 +01:00
marcdeb1 19b35b0685 Controlling tag and sorting by bid state in claim search 2019-01-05 22:34:08 +01:00
marcdeb1 1ba751acb3 Thumbnail text and content tag fix 2019-01-05 21:44:37 +01:00
Niko fae8b3e98a
Merge pull request #47 from lbryio/cache2
Adds caching to vulnerable API call
2019-01-04 13:57:14 +01:00
Niko 07d937d0ef
Merge pull request #48 from marcdeb1/fix_mining_chart
Fix mining chart
2019-01-03 00:37:29 +01:00
marcdeb1 a428ebdd73 Chainquery update, transaction value and address balance 2019-01-01 15:40:45 +01:00
Mark Beamer Jr 262e90a2e1
Fixed some deprecation warnings.
Fixed a few claim queries that were using a distinct causing a group by to be performed with full table scan.
Added `dev.sh` file to quickly startup the explorer.
2018-12-21 23:41:30 -05:00
marcdeb1 17b0ef58a9 Find page bug 2018-12-21 17:19:55 +01:00
marcdeb1 5064b86fc6 Transaction address table 2018-12-21 17:15:36 +01:00
marcdeb1 b99285cfa5 Minor bugs 2018-12-21 17:15:02 +01:00
marcdeb1 d61d9ff015 DB comments 2018-12-21 17:12:00 +01:00
marcdeb1 0d49e4d0c8 Claim address in tx page 2018-12-21 16:53:55 +01:00
marcdeb1 80e55f53e2 Circulating supply API 2018-12-21 16:21:28 +01:00
marcdeb1 1edc128b61 Address balance API 2018-12-21 15:51:36 +01:00
marcdeb1 8bef4e5cec Address page 2018-12-21 15:48:33 +01:00
marcdeb1 9d88e2eaec Queries and bugs 2018-12-21 14:18:39 +01:00
marcdeb1 3569fdb4ff Improved index query 2018-12-21 13:55:59 +01:00
marcdeb1 4e0eeab3d1 Improved queries 2018-12-21 13:50:17 +01:00
marcdeb1 f7318d64fc Improved block page queries 2018-12-21 13:42:57 +01:00
marcdeb1 90eee866fc Block list page 2018-12-19 00:57:43 +01:00
marcdeb1 dfd7af81f9 Realtme action improvements 2018-12-19 00:53:39 +01:00
marcdeb1 cbee21c07c Other claim page bugs 2018-12-19 00:37:01 +01:00
marcdeb1 a09a0148c2 Fix claim page bugs 2018-12-19 00:12:14 +01:00