mononaut

Results 49 issues of mononaut

It's useful to be able to checkout specific branches of a development fork, to switch between different versions of an app for testing and troubleshooting. Before the v0.5 release, you...

_**builds on PR #2247**_ This PR adds social media link previews for the lightning node and channel pages ![node-unfurl](https://user-images.githubusercontent.com/83316221/184237486-f9427df6-d686-4303-b0df-8be57a39f19b.png) ![channel-unfurl](https://user-images.githubusercontent.com/83316221/184199514-b1a13d04-4c8c-439a-a5a6-28c6f8b329d6.png)

cla-signed

This PR reworks the unfurler implementation to improve response times (now

cla-signed

This PR adds a new Goggles filter for non-standard transactions. This PR does **not** bump the block template version, so the new filter will not apply to blocks mined before...

cla-signed

This PR adds a new Goggles filter for accelerated transactions. This doesn't change the backend classification, but rather incorporates our existing acceleration data into the frontend filters. If the `ACCELERATOR`...

cla-signed

_(resolves #104)_ 🚧 *work in progress - not to be used for user-facing deployment* 🚧 This PR aims to restore support for server-side rendering using Angular Universal. - SSR server...

cla-signed

This draft PR adds a standalone/iframe-embeddable page at `/wallet` which fetches and displays the total and per-address balances of a set of addresses in a paginated table. ![localhost_4200_wallet_addresses=bc1q5l8jpddr77qmrtkr7a7ex3psu0rdj056rmhsjy,bc1qsshluxkwzf3ksnm5gh8wpzt453x75f2gn6dlqw,bc1q46dggcuwgftce2uywx23fp4jq6xqda4xa8tuwh,bc1qznvrh6eq0k88hwu9g44hk4mw5kemap3pmmljza,bc1q9nzr8tzsx8pyk25ufps22p6un4k2y3ym](https://github.com/mempool/mempool/assets/83316221/b14dfd28-b81b-495f-b1bf-fd7d1e54e830) The pagination...

cla-signed

Adds a Goggles filter toggle for v3 transactions. Now that v3 transaction policy has been merged into Bitcoin Core, we may start to see version 3 transactions appear on testnet...

cla-signed

This draft PR estimates the position of accelerated transactions in different pool mempools, and displays each as a separate arrow in the mempool blocks. If any pool accepted all active...

cla-signed

Some common use-cases involve fetching a copy of every transaction that enters the mempool, e.g: - syncing a local copy of the mempool with a Mempool backend. - monitoring for...

cla-signed