Commit graph

2704 commits

Author SHA1 Message Date
wiz
42e7546ef2
Merge pull request #6532 from mempool/mononaut/limit-projected-block-sub 2026-05-30 10:33:27 +09:00
wiz
d26d14dd62
Merge pull request #6533 from mempool/mononaut/fix-proxies 2026-05-30 10:32:59 +09:00
mononaut
44cff97a2e
improve services backend proxy validation and error handling 2026-05-28 10:29:18 +00:00
mononaut
f5aad6f6e4
limit websocket mempool block subs to real indices 2026-05-28 09:16:37 +00:00
mononaut
901a117e7c
fix incorrect http status codes 2026-05-28 05:27:43 +00:00
mononaut
8eb3fbc86e
add missing validation to transaction-times route 2026-05-28 05:23:08 +00:00
Felipe Knorr Kuhn
b84df41c10
Fix bad commit from suggestion 2026-04-23 12:04:29 +09:00
Felipe Knorr Kuhn
0a9509520e
Merge branch 'master' into knorrium/undefined_block_guard 2026-04-22 19:58:44 -07:00
Felipe Knorr Kuhn
4c747e9373
Update backend/src/repositories/BlocksRepository.ts
Co-authored-by: mononaut <83316221+mononaut@users.noreply.github.com>
2026-04-23 11:58:21 +09:00
Felipe Knorr Kuhn
731930fa9f
Update backend/src/repositories/BlocksRepository.ts
Co-authored-by: mononaut <83316221+mononaut@users.noreply.github.com>
2026-04-23 11:57:52 +09:00
wiz
6b9d7d734c
Merge pull request #6475 from mempool/mononaut/websocket-logs
improve websocket logging
2026-04-22 13:52:33 +09:00
Mononaut
1ae0ed2a3c
Add CLUSTER_MEMPOOL_INDEXING config setting 2026-04-21 05:05:46 +00:00
Mononaut
edaf5a6454
optimize cluster mempool 2026-04-21 05:05:45 +00:00
Mononaut
57c78f95c4
new block processing refactor 2026-04-21 05:05:44 +00:00
Mononaut
ff5a8bdfe5
Enforce sigop limit in cluster mempool block builder 2026-04-21 05:05:43 +00:00
Mononaut
f4ce7d9c3c
Integrate cluster mempool into block audits & cpfp indexing 2026-04-21 05:05:42 +00:00
Mononaut
1f2e09c569
Integrate cluster mempool into block projections 2026-04-21 05:05:41 +00:00
Mononaut
4811f9c5ce
Add cluster mempool e2e test harness 2026-04-21 05:05:40 +00:00
Mononaut
4718a04182
Add cluster mempool backend unit tests 2026-04-21 05:05:38 +00:00
Mononaut
4af8f5abc3
Add cluster mempool backend module 2026-04-21 05:05:34 +00:00
Felipe Knorr Kuhn
c4a488b296
Guard against undefined block 2026-04-17 10:24:22 +09:00
Mononaut
845976180b
improve websocket logging 2026-04-14 08:30:01 +00:00
Mononaut
10d3ea1f53
tighten websocket validation & limits 2026-04-06 02:20:59 +00:00
Mononaut
a1821f9e57
add scripts for checking for common supply chain attack vectors 2026-03-31 05:54:11 +00:00
dependabot[bot]
c083dd09da
Bump ws from 8.19.0 to 8.20.0 in /backend
Bumps [ws](https://github.com/websockets/ws) from 8.19.0 to 8.20.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.19.0...8.20.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-version: 8.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-26 07:36:13 +00:00
Mononaut
61d8f9e185
bump package versions to v3.4-dev 2026-03-20 01:58:27 +00:00
nymkappa
8f04c35ccc
Merge pull request #6398 from mempool/mononaut/backend-deps
bump backend npm deps
2026-03-19 10:24:54 +01:00
mononaut
e92bfc96fc
Merge pull request #6385 from mempool/dependabot/npm_and_yarn/backend/mysql2-3.20.0
Bump mysql2 from 3.19.0 to 3.20.0 in /backend
2026-03-19 17:50:19 +09:00
Mononaut
d7e2bd05c8
bump backend npm deps 2026-03-18 11:28:07 +00:00
Mononaut
eca6854384
hotfix wallet address syncing issue 2026-03-17 12:41:38 +00:00
natsoni
da231c719c
Always include firstSeen field in block extras object 2026-03-16 10:29:15 +01:00
dependabot[bot]
0608771072
Bump mysql2 from 3.19.0 to 3.20.0 in /backend
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.19.0 to 3.20.0.
- [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.19.0...v3.20.0)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-16 02:02:37 +00:00
mononaut
144266e0d4
Merge pull request #6379 from mempool/nymkappa/price-tool
[calculator] allow user to get historical closing day rate
2026-03-14 16:08:41 +09:00
wiz
7ffa8a4d62
Merge branch 'master' into natsoni/liquid-dynafed 2026-03-13 22:19:18 +09:00
nymkappa
6b778a9fee
[calculator] use exact closing price at midnight 2026-03-13 08:30:13 +01:00
mononaut
54eae4ee7b
Merge pull request #6362 from mempool/knorrium/electrum_address_validation
Fix electrum address validation
2026-03-06 20:21:19 +09:00
dependabot[bot]
3d4194a8fe
Bump mysql2 from 3.18.2 to 3.19.0 in /backend
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.18.2 to 3.19.0.
- [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.18.2...v3.19.0)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-06 09:33:26 +00:00
Felipe Knorr Kuhn
18e378f73a
Don't send the error as json 2026-03-03 19:56:58 -08:00
Felipe Knorr Kuhn
21967766b0
Fix electrum address validation 2026-03-03 19:16:44 -08:00
natsoni
af450f710a
Copilot fixes 2026-03-01 12:36:45 +01:00
natsoni
2469e722f1
Fix linting 2026-03-01 11:31:42 +01:00
natsoni
9d7b76c641
Liquid audit: compute peg in timelock with claim_script and fegpegscript 2026-03-01 11:18:59 +01:00
natsoni
d2d64bd25a
Add Liquid federation addresses on the fly 2026-03-01 11:05:04 +01:00
natsoni
21beebf3a6
Liquid audit: use map for scanning 2026-03-01 10:16:41 +01:00
natsoni
beaac9135e
Cleanup federation UTXO update logic 2026-03-01 10:15:18 +01:00
natsoni
0e0dd5b33f
Indentation fix 2026-02-28 18:03:37 +01:00
wiz
38987bd403
Merge pull request #6351 from mempool/natsoni/liquid-audit-monitoring
Add Federation reserves ratio to monitoring page
2026-02-28 19:50:11 +09:00
wiz
25a0b30ebb
Merge pull request #6347 from mempool/natsoni/liquid-polish
Liquid dashboard polish
2026-02-28 19:29:25 +09:00
natsoni
d791ef7bb1
Add Federation reserves ratio to monitoring page 2026-02-27 15:12:46 +01:00
dependabot[bot]
d5ea7b1b63
Bump mysql2 from 3.17.1 to 3.18.2 in /backend
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.17.1 to 3.18.2.
- [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.17.1...v3.18.2)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-version: 3.18.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-27 03:48:55 +00:00