9183 Commits

Author SHA1 Message Date
Matt Corallo
a676d23a54 Restore MSRV to 1.63
In trying to upgrade my mempool instance, I discovered I couldn't
build the latest mempool Rust code with my available Rust
toolchain.

It appears in #4612 the Rust MSRV was bumped without justification,
which is reverted here. Note that `Cargo.lock` updates here should
ensure the versions of dependent crates use the versions supported
by our MSRV.

Its possible that the dependency downgrades here break something,
but things appear to be running fine for me locally, so figured I'd
suggest this upstream.
2024-05-02 21:00:49 +00:00
wiz
cd8abe5c06
ops: Tweak http port for onbtc unfurler instance 2024-05-02 00:53:14 +09:00
softsimon
471a2397c0
Add customize.js to .gitignore 2024-05-01 22:51:58 +07:00
softsimon
20df70c449
Fix missing return on invalid params 2024-04-30 02:02:53 +07:00
wiz
af13b6c9f8
Merge pull request #5024 from mempool/mononaut/onbtc-siteid
Add onbtc site id
2024-04-30 01:33:36 +09:00
Mononaut
06ee82af0b
Add onbtc site id 2024-04-29 14:36:45 +00:00
wiz
dbd4d152ce
Merge pull request #5020 from mempool/mononaut/custom-unfurls
custom unfurls
2024-04-29 17:37:11 +09:00
wiz
95f47409d8
Add onbtc frontend config, add onbtc backend to build script 2024-04-29 17:29:45 +09:00
wiz
ed64b72676
ops: Add onbtc frontend config 2024-04-29 17:20:35 +09:00
wiz
f9948055e4
ops: Update build/unfurler stuff for onbtc 2024-04-29 17:12:51 +09:00
Mononaut
f5333c529c
Update unfurler routing, add fallback img 2024-04-28 16:18:35 +00:00
Mononaut
6b2cc23cd3
Add custom branding to unfurler previews 2024-04-28 16:18:16 +00:00
Mononaut
34329d04f0
favicons 2024-04-28 16:02:42 +00:00
Mononaut
701c283e97
Fix svg 2024-04-28 16:02:41 +00:00
Mononaut
f9fd589af2
Logo overrides, custom index.html 2024-04-28 16:02:41 +00:00
softsimon
0d9602693b
Correcting duplicate string 'Date' 2024-04-28 09:46:55 +07:00
softsimon
27be568eb5
Fix duplicate "sats" string 2024-04-28 09:43:35 +07:00
softsimon
8f06aea736
Extracting new i18n strings 2024-04-28 09:39:04 +07:00
wiz
65191538e2
Merge pull request #5016 from mempool/mononaut/customization
Customized frontend builds
2024-04-28 04:11:11 +09:00
Mononaut
d49485c363
Update custom address widgets on new block transactions 2024-04-26 23:59:27 +00:00
Mononaut
1de028840e
Custom address widget title links 2024-04-26 20:06:34 +00:00
Mononaut
3f9fb68c5f
Fix mobile custom enterprise logo 2024-04-26 20:01:00 +00:00
Mononaut
33ef15511f
Check in missing address transactions widget component 2024-04-26 19:41:11 +00:00
Mononaut
139c384e97
Add address transactions widget 2024-04-26 19:17:28 +00:00
Mononaut
ccb27dbdb9
Address widget timespans 2024-04-26 19:17:27 +00:00
Mononaut
6eb21ffd24
check in svg 2024-04-26 19:17:27 +00:00
Mononaut
b9b3c8f78a
Custom branding 2024-04-26 19:17:27 +00:00
Mononaut
4f4215577a
Add custom dashboard component 2024-04-26 19:17:27 +00:00
Mononaut
ac0f56325b
Add customizable enterprise build 2024-04-26 19:17:27 +00:00
softsimon
fd8df2a035
Merge pull request #5015 from mempool/natsoni/add-toggle-sats
Add an option to display values as sats
2024-04-26 12:58:52 +07:00
softsimon
b4decb8f91
Merge pull request #5014 from mempool/natsoni/small-fixes-liquid-frontend
Minor changes on Liquid frontend
2024-04-26 12:07:07 +07:00
softsimon
836c1e002e
Merge pull request #4981 from mempool/natsoni/fix-tx-details-loading
Fix miner data loading in transaction details
2024-04-26 12:06:03 +07:00
softsimon
701701e13c
Merge pull request #5013 from mempool/natsoni/fix-liquid-footer
Remove Mining dashboard from Liquid footer
2024-04-26 11:54:36 +07:00
natsoni
ea5c3212d6
Add an option to display values as sats 2024-04-24 16:44:56 +02:00
natsoni
65705a8a1d
Fix Liquid UTXOs table color 2024-04-24 14:19:14 +02:00
natsoni
8310ad9f24
Fix gauge clickable pointer 2024-04-24 14:17:50 +02:00
natsoni
1a5c2c4d3a
Add a 5% tolerance for declaring a "unpeg event" 2024-04-24 14:17:40 +02:00
natsoni
cd689afaaa
Add config check to show mining dashboard in footer 2024-04-24 11:00:51 +02:00
softsimon
00e0eea60e
Merge pull request #5012 from mempool/dependabot/npm_and_yarn/backend/mysql2-3.9.7
Bump mysql2 from 3.9.4 to 3.9.7 in /backend
2024-04-24 10:38:42 +07:00
softsimon
d89ba767f1
Merge pull request #5011 from mempool/mononaut/rbf-mobile-autoscroll-bug
Fix rbf autoscroll bug on mobile
2024-04-24 10:34:34 +07:00
dependabot[bot]
c4acc95b06
Bump mysql2 from 3.9.4 to 3.9.7 in /backend
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.4 to 3.9.7.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.4...v3.9.7)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-23 23:11:18 +00:00
nymkappa
ed9f792d21
fix typo 2024-04-23 17:54:04 +02:00
Mononaut
31c008afa5
Fix rbf autoscroll bug on mobile 2024-04-22 21:52:48 +00:00
softsimon
a66920c51e
Merge pull request #5004 from mempool/natsoni/toggle-block-fees
Add block display mode toggle
2024-04-22 20:30:26 +07:00
softsimon
1c9e2b546b
Replacing setTimeouts with rxjs 2024-04-22 14:42:48 +07:00
softsimon
2297ff72f5
Merge pull request #5006 from mempool/knorrium/increase_language_selector_width
Knorrium/increase language selector width
2024-04-22 10:24:38 +07:00
Felipe Knorr Kuhn
fbaa39a300
Change only the selector width 2024-04-21 19:34:48 -07:00
Felipe Knorr Kuhn
bd2c15c6bb
Increase the language selector width to accomodate all languages 2024-04-21 18:48:44 -07:00
natsoni
a4d8f2db58
Add block display mode toggle button 2024-04-21 14:54:50 +02:00
softsimon
bd5a23ff0d
Merge pull request #4997 from mempool/natsoni/fix-dropdown-focus
Fix dropdown menu navigation with arrow keys
2024-04-20 08:35:17 +07:00