Commit graph

2636 commits

Author SHA1 Message Date
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
mononaut
8688fae6c4
Merge branch 'master' into dependabot/npm_and_yarn/backend/mysql2-3.16.0 2025-12-19 01:13:08 +09:00
mononaut
c457da1831
Merge branch 'master' into dependabot/npm_and_yarn/backend/express-4.22.1 2025-12-19 01:00:49 +09:00
dependabot[bot]
ea05a2c9e2
Bump mysql2 from 3.14.1 to 3.16.0 in /backend
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.14.1 to 3.16.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.14.1...v3.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-17 02:01:09 +00:00
nymkappa
3425c14478
Merge branch 'master' into mononaut/fix-ln-split-bug 2025-12-11 13:45:41 +01:00
nymkappa
f3979af456
better handling at .split on undefined errors 2025-12-11 12:05:47 +01:00
Mononaut
fcbdf7e71d
fix scriptsig asm parsing buffer overflow 2025-12-10 09:23:42 +00:00
Felipe Knorr Kuhn
0ae975bcb9
Enable the mariadb auto upgrade process 2025-12-06 23:16:05 -08:00
natsoni
bf76678eef
Fix indexer retry flow 2025-12-05 16:46:38 +01:00
Mononaut
56953c5221
set indexer flags earlier 2025-12-05 05:28:55 +00:00
mononaut
f1fb054434
Merge branch 'master' into natsoni/fix-indexing-queue 2025-12-04 14:48:29 +09:00
Mononaut
3c9745be2f
round precise fees to 3.d.p 2025-12-03 11:04:00 +00:00
Mononaut
1f3ae67fb3
fix recommended fee tests 2025-12-03 02:01:11 +00:00
Mononaut
4c88b4f2bb
tweak precise fee algorithm for higher priority fees 2025-12-02 09:04:06 +00:00
Mononaut
800824ae07
remove precise fee min query param 2025-12-02 09:04:06 +00:00
Mononaut
1be10b9dfd
Use precise fee recommendations in websocket 2025-12-02 07:10:44 +00:00