explorer
explorer copied to clipboard
Explore transactions and accounts on the Stacks blockchain. Clone any contract and experiment in your browser with the Explorer sandbox.
Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.1 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 v1.25.0 Release 1.25.0 Changelog Sourced from prismjs's changelog. 1.27.0 (2022-02-17) New components...
This fixes #329 and is building on top of https://github.com/hirosystems/explorer/pull/491 and https://github.com/hirosystems/stacks-blockchain-api/pull/412 The goal is to have an endpoint open for prometheus to **pull** metrics from the explorer server We...
Upgrade next.js and support standalone output.
This won't reduce the bundle size but will make our node_modules smaller, make yarn install faster and give us more clarity during development Unused dependencies * @emotion/cache * @reach/tooltip *...
In each file we should import just what is required. This will allow tree shaking during build and potentially reduce bundle size. instead of ```javascript import * as React from...
This is a wide effort, the end goal is to show values on BTC and USD whenever we show a STX value. It includes: - [x] #819 - [x] On...
Our first render is heavily delayed and noticeable in slow connexions (slow 3g). This task is to investigate further what causes this delayed render and look the different way we...
The block page has information about the bitcoin anchor and its block height. This information is currently static and it'd be better if we add a link for users to...
It would be interesting to explore ways to improve the support of post conditions on the explorer - a very unique and powerful feature. 1) The wording is not alway...