block-explorer
block-explorer copied to clipboard
The new LBRY block explorer
Bumps [composer/composer](https://github.com/composer/composer) from 2.2.14 to 2.2.22. Release notes Sourced from composer/composer's releases. 2.2.22 Security: Fixed possible remote code execution vulnerability if composer.phar is publicly accessible, executable as PHP, and register_argc_argv...
Bumps [twig/twig](https://github.com/twigphp/Twig) from 1.44.6 to 1.44.7. Changelog Sourced from twig/twig's changelog. 1.44.7 (2022-09-28) Fix a security issue on filesystem loader (possibility to load a template outside a configured directory) Commits...
Supports have started to show as claims in block-explorer (have a green "claim" tag) https://explorer.lbry.com/tx/40e4bf1d666517aa9a600775533f6907a201bd702904dc08391c9c9bb9077f2b#input-129914997 Also claim updates only have the "claim" tag. (Used to also have "update" tag)
Fixes https://github.com/lbryio/block-explorer/issues/77
Support for new file/video metadata: https://github.com/lbryio/types/blob/a6f2fd6d5f382f0012383b9076d650c1f6791ada/v2/proto/claim.proto#L29 includes: file hash/name/size video height/width/duration release time (need to discuss how this will affect default sorting + sorting options) NSFW/Mature field is changing to...
On the homepage, there are links served from insecure domains. This makes the padlock in Firefox's URL bar gray with a caution sign. Here's a function I made for .tech:...
Created time is when we find out about the transaction. Usually this is from when we read it from the mempool. However, with a full resync of chainquery this would...
From main explorer.lbry.com page: actual link: lbry://%40Kingbooger94/kingbooger94-fortnite-livestream-2 Displays as this on hover:  Should be the same as the link on https://explorer.lbry.io/claims/2e3bef9e80585613ddd95d30c1993f2d4ceae683 , or we should use open.lbry.com links.
As started by @AlessandroSpallina (https://github.com/lbryio/block-explorer/issues/67), a new explorer is proposed, developed in Laravel (original repo : https://github.com/marcdeb1/LBRYEXPLORER) This new explorer shows improvements in design, user experience, performance, and maintainability. It...
The development of this block explorer is quite firm, we have a stable old-fashioned explorer. The current project is in php and uses the cakephp framework, particularly indicated for small...