Commit graph

5811 commits

Author SHA1 Message Date
natsoni
071e9b6c2c
Include optional seconds in search bar date 2024-10-13 12:54:58 +09:00
wiz
2ce596a14b
Merge branch 'master' into natsoni/submit-package 2024-10-13 11:15:24 +09:00
natsoni
735ed87b78
Route submitpackage calls to core on esplora backends 2024-10-13 11:14:23 +09:00
natsoni
d1741a51c9
Add submit package option to tx push page 2024-10-12 17:38:48 +09:00
wiz
e92ffbd501
Merge branch 'master' into nymkappa/faucet-unverified 2024-10-12 17:09:07 +09:00
natsoni
93d9538845
Fix error formatting on core only backend 2024-10-12 15:56:38 +09:00
natsoni
69a994afd5
Add license to inscriptions.utils.ts 2024-10-10 20:53:19 +09:00
softsimon
fe4b39df80
Merge pull request #5483 from mempool/natsoni/handle-city-states
Handle city-states in geolocation component
2024-10-10 16:22:48 +09:00
wiz
1a7519dd00
Merge pull request #5576 from mempool/nymkappa/fix-simple-mode-amount-charged
[accelerator] fee delta matches what the user accepted to pay in frontend
2024-10-10 15:59:41 +09:00
natsoni
73e8ba3e47
Fix timestamps on acceleration timeline 2024-10-09 20:52:23 +09:00
natsoni
22236bdabe
Fix frontend build 2024-10-09 18:17:17 +09:00
natsoni
c4004ba301
Clean up timeline code 2024-10-09 17:50:24 +09:00
natsoni
15b7e75b69
Fix wrong timespan in acc timeline 2024-10-09 16:33:19 +09:00
natsoni
2a27ee0c7c
Fix rune premine amount 2024-10-08 19:20:08 +09:00
nymkappa
933a204462
[accelerator] fee delta matches what the user accepted to pay in frontend 2024-10-08 18:37:03 +09:00
softsimon
24ec31acd9
Merge pull request #5569 from mempool/natsoni/ord
Add option to display runestones and inscriptions metadata
2024-10-08 13:21:43 +09:00
natsoni
1b2f1b38b4
undefined -> unknown 2024-10-08 13:09:19 +09:00
natsoni
3486c35f5e
50kb -> 100kb 2024-10-08 12:59:36 +09:00
natsoni
57a05c80a2
Move inscription type to utils 2024-10-08 12:53:18 +09:00
natsoni
1ddb8a39c9
Show text inscriptions up to 50kB 2024-10-08 12:50:56 +09:00
natsoni
0a61429176
Increase inscription max height 2024-10-08 12:41:14 +09:00
natsoni
e440c3f235
Fix edicts displaying 2024-10-08 12:40:25 +09:00
natsoni
177bbc83f3
Clean up etches fetching logic 2024-10-08 12:38:12 +09:00
Mononaut
040c067aac
fix rune edict wrong id type bug 2024-10-08 02:49:46 +00:00
Mononaut
15b3c88a1f
fix optional rune divisibility bug 2024-10-08 02:40:14 +00:00
natsoni
65f080d526
FIx error handling logic in ord-data 2024-10-08 11:24:17 +09:00
wiz
19347614bd
Merge pull request #5514 from mempool/nymkappa/refactor-pool-subscription
[refactor] remove useless mining_pool subscriptions
2024-10-08 11:13:08 +09:00
Mononaut
acae5a33b0
replace rune parsing dependencies with minimal reimplementation 2024-10-08 01:56:49 +00:00
natsoni
8b6db768cd
Decode inscription / rune data client-side 2024-10-07 20:26:02 +09:00
natsoni
4143a5f593
Add runestone protocol implementation 2024-10-07 20:03:10 +09:00
natsoni
d31c2665ee
Add inscriptions parsing code 2024-10-07 20:01:55 +09:00
nymkappa
d6b9e3118d
[refactor] remove useless mining_pool subscriptions 2024-10-07 15:41:29 +09:00
nymkappa
9b4c93c8ee
update doc 2024-10-07 15:35:52 +09:00
wiz
e59f5b8810
Merge pull request #5565 from mempool/nymkappa/update-doc
[accelerator] public accel history filter by miner unique id
2024-10-07 15:17:55 +09:00
Mononaut
8e223861d6
never show a utxo chart with missing data 2024-10-06 20:25:49 +00:00
dependabot[bot]
33a6ba04b6
Bump rollup from 4.13.0 to 4.24.0 in /frontend
Bumps [rollup](https://github.com/rollup/rollup) from 4.13.0 to 4.24.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.13.0...v4.24.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-06 05:46:06 +00:00
softsimon
d020858840
Merge pull request #5549 from mempool/dependabot/npm_and_yarn/frontend/cypress-13.15.0
Bump cypress from 13.14.0 to 13.15.0 in /frontend
2024-10-06 14:44:50 +09:00
softsimon
5e0160a039
Merge pull request #5571 from mempool/natsoni/fix-block-page-loadig
Fix block page spinner loader
2024-10-06 13:40:22 +09:00
natsoni
6fb68203bc
Fix block page spinner loader 2024-10-06 11:50:18 +09:00
natsoni
d7acfad3d6
Failed -> Canceled in accelerations list 2024-10-06 11:23:42 +09:00
natsoni
ae2a849257
fix gigasats -> billion sats 2024-10-05 19:34:41 +09:00
natsoni
3d27b7e7b4
Avoid briefly showing incorrect health value 2024-10-05 17:16:00 +09:00
nymkappa
c4f73b80da
[accelerator] public accel history filter by miner unique id 2024-10-05 16:19:19 +09:00
natsoni
fe16f0dddc
Reset block audit on block navigation 2024-10-05 13:19:05 +09:00
Mononaut
60adad8db3
handle /utxos error on address page 2024-09-29 09:30:09 +00:00
softsimon
da2341dd00
remove rocket beta 2024-09-28 08:56:29 +04:00
softsimon
775fcbab31
Merge pull request #5552 from mempool/nymkappa/satoshi-pipe-update
export bitcoinsatoshis pipe module, allow custom class for first part
2024-09-28 00:04:56 +04:00
Mononaut
ea08c0c950
fix acceleration history paging w/ undefined total 2024-09-27 16:09:12 +00:00
nymkappa
2d7316942f
export bitcoinsatoshis pipe module, allow custom class for first part 2024-09-27 17:26:27 +02:00
Mononaut
1d5843a112
fix utxo chart on-click navigation 2024-09-26 22:14:44 +00:00