mempool
mempool copied to clipboard
Explore the full Bitcoin ecosystem with mempool.space, or self-host your own instance with one-click installation on popular Raspberry Pi fullnode distros including Umbrel, Raspiblitz, Start9, and mor...
Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.5.0 to 1.5.1. Commits b185cd4 1.5.1 1eba16b Merge pull request #299 from RSLak1/master 66a7bef Add test for binary data like in README.md 702296a Add test for ByteData...
Bumps [ws](https://github.com/websockets/ws) from 8.8.0 to 8.8.1. Release notes Sourced from ws's releases. 8.8.1 Bug fixes The Authorization and Cookie headers are no longer sent if the original request for the...
Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.5.5 to 7.5.6. Changelog Sourced from rxjs's changelog. 7.5.6 (2022-07-11) Bug Fixes share: No longer results in a bad-state observable in an edge case where a synchronous...
This PR can be merged as soon as it's certain that the frontend no longer accesses `resources` in language dirs (like `/fr/resources/bitcoin-logo.png`). This should be the case since #2070. This...
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.8.2 to 10.9.1. Release notes Sourced from ts-node's releases. v10.9.1 Fixed Workaround nodejs bug introduced in 18.6.0 (#1838) @cspotcode Only affects projects on node >=18.6.0 using --esm...
Main idea: Move Docker nginx config to `/nginx/` and reuse some parts of the production config via symlinks. This setup also makes it easy to share other parts of the...
Here are a few simple ways to make mempool easier to package for (Linux) package managers. By defining clear component scopes and boundaries, this can also simplify development. ## Backend...
How to reproduce: 1. Click on/open the latest block that has been mined 2. Now search for "0" in the search bar to go to the Genesis block Now the...
Since we run Lightning and other(?) backends without using the mempool, the main mempool loop should be disable-able. Create a new config to disable the mempool loop that is disabled...
Currently we have the problem where if we add new APIs or other functionality into the mempool.js codebase, we can't easily ship that together with the mempool frontend, since we...