Commit Graph

12 Commits

Author SHA1 Message Date
c90b7905c7
disable info bar 2024-01-21 21:25:45 +01:00
Mononaut
3f748cd6c4 Prep for v2.3.0 2022-04-28 16:42:43 -06:00
Mononaut
e845157610 Refactor API/Core bridge & mempool tracking.
API:
- Better RPC handling (cache credentials)
- Process transaction prevouts in dedicated Tasks
- Consume ZMQ sequence msgs
- Track mempool count precisely
- Cache prevouts for mempool transactions
- Send mempool count with every client msg, instead of reconstructing client-side
- Only send block ids over websocket, let clients fetch the full block data via http

Client:
- Simplify transaction queue to avoid setTimeouts
  - improves experience in background tabs
  - no longer need to hold back txs, as duplicates are now handled API-side
- Use API-supplied mempool count, instead of tracking it client-side
- Make mempoolCount a Svelte spring store, so updates transition smoothly
2022-02-18 18:07:58 -06:00
Mononaut
65359e4cf4 Minor bug fixes
- Fix environment variable injection
- Fix Community Hero avatar tooltips
- Better supporter data polling
- Separate disable block & tx feed config flags
2022-02-04 08:29:36 -06:00
Mononaut
89a7ef5af6 Add currency selector to settings sidebar
Resolves #11
2022-01-31 13:50:43 -06:00
Mononaut
8f86a7a6fd Add proper instructions 2022-01-30 12:51:15 -06:00
Mononaut
4d87fafbde Fix websocket protocol selection & timeout 2022-01-27 10:21:50 -06:00
Mononaut
a343ec1bc6 Docker config, compatibility & env var support 2022-01-23 16:54:04 -06:00
Mononaut
353fb23782 Prep for production 2021-12-31 13:47:54 -06:00
Mononaut
e7dff7024e Message sliders & supporters overlay
Donation bar and old donation overlay removed.
New dropping/sliding message notification system.
Thank you page for sponsors & donors.
2021-12-30 22:28:20 -06:00
Mononaut
6b9af3ed32 Integrate new donation server. Basic sponsor modal 2021-12-27 19:10:57 -06:00
Mononaut
7622382a97 Prep client for monorepo 2021-12-02 16:26:47 -06:00