Commit graph

2657 commits

Author SHA1 Message Date
Mononaut
8bd0b8b3ff
Bump version to v3.3.0-rc1 2026-04-07 03:05:54 +00:00
Mononaut
1bb3b46ca2
backend npm audit fixes 2026-04-01 08:07:44 +00:00
Felipe Knorr Kuhn
64a88a2b65
Don't send the error as json 2026-04-01 08:04:12 +00:00
Felipe Knorr Kuhn
a083b37a11
Fix electrum address validation 2026-04-01 08:04:06 +00:00
Mononaut
9064fdfa41
bump misc backend deps 2026-03-20 02:14:20 +00:00
mononaut
a6c0c46172
Merge branch 'master' into natsoni/block-first-seen-improvements 2026-02-18 18:31:49 +09:00
natsoni
28818532c3
Better error logging for Core debug log file access 2026-02-18 10:02:51 +01:00
jramos0
f4cf989a66
fix: resolve bug in fee rate range and filtering logic 2026-02-18 00:30:24 -06:00
natsoni
5a2c405d0e
Copilot suggestions 2026-02-16 19:03:15 +01:00
natsoni
abd01a352b
Merge branch 'master' into natsoni/block-first-seen-improvements 2026-02-16 16:27:34 +01:00
dependabot[bot]
63c4ddec9d
Bump qs from 6.14.1 to 6.14.2 in /backend
Bumps [qs](https://github.com/ljharb/qs) from 6.14.1 to 6.14.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.14.1...v6.14.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.14.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-16 10:24:52 +00:00
dependabot[bot]
eb6dc03c46
Bump axios from 1.13.3 to 1.13.5 in /backend
Bumps [axios](https://github.com/axios/axios) from 1.13.3 to 1.13.5.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.13.3...v1.13.5)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-16 10:14:09 +00:00
dependabot[bot]
a9223f8cc7
Bump mysql2 from 3.16.0 to 3.17.1 in /backend
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.16.0 to 3.17.1.
- [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.16.0...v3.17.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-16 10:04:25 +00:00
natsoni
4d10a476f1
Trigger hashrate weekly reindexing when mining pools are updated 2026-02-13 11:08:15 +01:00
natsoni
de06a4788f
Hardcode federation addresses timelock to 4032 and rollback db 2026-02-11 09:48:39 +01:00
Mononaut
7fb900132f
undo bad copilot suggestions 2026-02-05 07:32:13 +00:00
Mononaut
0124a54158
fix copilot typos 2026-02-05 05:40:20 +00:00
Felipe Knorr Kuhn
763c6d57af
Update package-lock 2026-02-04 19:27:32 -08:00
Felipe Knorr Kuhn
1fbc6c3e5b
Exclude jest files from eslint 2026-02-04 19:27:21 -08:00
Mononaut
5c87ffc257
enforce no un-awaited unsafe async methods 2026-02-04 10:24:49 +00:00
Mononaut
538f92abaf
fix async linting errors after rebase 2026-02-04 09:47:37 +00:00
Mononaut
3949befef6
fix eslint config 2026-02-04 09:21:06 +00:00
Mononaut
f0bb4a8419
add missing custom linting rules dir 2026-02-04 09:21:05 +00:00
Mononaut
5591d55de2
stricter async/await linting 2026-02-04 09:21:01 +00:00
mononaut
df8ca8a210
Merge pull request #6247 from mempool/natsoni/fix-db-migration
Fix DB migration: only rollback Liquid data if needed
2026-02-02 13:38:02 +09:00
Felipe Knorr Kuhn
157e600188
Update backend/src/config.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-29 17:56:50 -08:00
Felipe Knorr Kuhn
a23850de14
Add support for regtest 2026-01-29 15:41:04 -08:00
natsoni
aac84522cf
Update federation_txos before state 2026-01-29 11:30:46 +01:00
natsoni
413379cf5e
Fix DB migration: only rollback Liquid data if needed 2026-01-29 11:05:45 +01:00
Mononaut
9c34ee3b04
hotfix qs breaking query param change 2026-01-29 09:10:03 +00:00
natsoni
bd8719b666
Fix Liquid table truncation, fix hardcoded timelock logic 2026-01-27 14:02:02 +01:00
Mononaut
a127deee28
[liquid] fix peg db table truncations 2026-01-27 01:37:33 +00:00
natsoni
2aee554d7b
add missing liquid federation address, fix expired UTXO detection, and re-index 2026-01-26 23:09:26 +01:00
dependabot[bot]
8bcae99a6c
Bump axios from 1.12.2 to 1.13.3 in /backend
Bumps [axios](https://github.com/axios/axios) from 1.12.2 to 1.13.3.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.12.2...v1.13.3)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-26 02:02:33 +00:00
mononaut
774ed45709
Merge pull request #6207 from mempool/mononaut/bump-qs-backend
[deps] bump qs and body-parser backend versions
2026-01-18 14:12:48 +09:00
Mononaut
5ce4483f8a
add OS version to backend-info and server health table 2026-01-16 08:49:44 +00:00
Mononaut
267b4f00f7
[monitoring] fix liquid health check hostnames 2026-01-12 11:05:19 +00:00
Mononaut
6286138357
[deps] bump qs and body-parser backend versions 2026-01-12 08:04:09 +00:00
dependabot[bot]
c80170d94c
Bump ws and @types/ws in /backend
Bumps [ws](https://github.com/websockets/ws) and [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws). These dependencies needed to be updated together.

Updates `ws` from 8.18.0 to 8.19.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.18.0...8.19.0)

Updates `@types/ws` from 8.5.10 to 8.18.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws)

---
updated-dependencies:
- dependency-name: ws
  dependency-version: 8.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/ws"
  dependency-version: 8.18.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-12 07:54:51 +00:00
Felipe Knorr Kuhn
cee54df759
Merge branch 'master' into knorrium/fix_lint 2026-01-08 11:03:28 -08:00
nymkappa
ae378cad2c
[price] fix GBP typo 2026-01-06 13:01:26 +01:00
nymkappa
ca1f99105b
[price] remove bitfinex JPY feed 2026-01-06 12:50:55 +01:00
Felipe Knorr Kuhn
9ecd7dc2ce
Fix backend lint warnings 2026-01-04 13:07:21 -08:00
mononaut
3a6bbdd142
Update backend/testSetup.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-28 20:40:50 +00:00
mononaut
402012fbe0
Update backend/testSetup.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-28 20:40:43 +00:00
Mononaut
15fb272144
fix logger jest mock to unbork backend tests 2025-12-28 20:35:24 +00:00
Mononaut
885bf511ff
[SSR] allow liquid slippage 2025-12-26 14:50:19 +00:00
Mononaut
92293a7dba
[monitoring] include ssr & core versions in tomahawk 2025-12-26 13:13:57 +00:00
Mononaut
989aeed3c8
[monitoring] include core version in backend info 2025-12-26 13:09:14 +00:00
mononaut
ad86168255
Merge branch 'master' into nymkappa/remove-unused-internal-api 2025-12-20 01:02:10 +09:00