Commit Graph

2363 Commits

Author SHA1 Message Date
natsoni
67295c1b9b
add debug.log path to backend config 2024-10-04 22:15:00 +09:00
nymkappa
0f2340600c
fix tests 2024-10-03 15:48:27 +09:00
wiz
43a42d356d
Enable RUST_GBT in backend by default 2024-10-02 04:00:33 +09:00
Mononaut
517a37728c
Don't clobber effective fee rates 2024-09-28 16:34:13 +00:00
Mononaut
b29c4cf228
refactor miner name truncation 2024-09-26 17:18:49 +00:00
mononaut
81ddce27df
Merge branch 'master' into add-miner-name 2024-09-23 16:07:20 -06:00
BitcoinMechanic
4220f99477
remove 'on'/UI changes per feedback 2024-09-22 14:46:53 -07:00
softsimon
367ee68fe0
Merge branch 'master' into mononaut/optimize-gbt-process-blocks 2024-09-22 12:41:51 +08:00
BitcoinMechanic
25482b9a06
show miner name on block timeline 2024-09-20 14:31:31 -07:00
softsimon
156bf12034
Merge pull request #5521 from mempool/dependabot/npm_and_yarn/backend/multi-d66d039ac5
Bump serve-static and express in /backend
2024-09-20 16:12:48 +08:00
dependabot[bot]
4ccd3c8525
Bump serve-static and express in /backend
Bumps [serve-static](https://github.com/expressjs/serve-static) to 1.16.2 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-13 09:10:33 +00:00
softsimon
fc5af24b68
Merge branch 'master' into mononaut/rbf-tracking-fixes 2024-09-13 17:10:12 +08:00
softsimon
75316e60d0
Merge branch 'master' into mononaut/json-errors 2024-09-10 18:37:27 +04:00
Mononaut
b2d4f4078f
alternate hotfix for broken socket support (rollback axios to 1.7.2) 2024-09-08 20:18:04 +00:00
softsimon
e3c3f31ddb
Merge pull request #5494 from vostrnad/zero-multisig
Allow OP_0 in multisig scripts
2024-09-01 10:49:27 +04:00
Vojtěch Strnad
e44f30d7a7 Allow OP_0 in multisig scripts 2024-08-31 14:31:55 +02:00
Mononaut
099d84a395
New standardness rules for v3 & anchor outputs, with activation height logic 2024-08-30 23:16:33 +00:00
Mononaut
12285465d9
Add support for anchor output type 2024-08-30 21:39:22 +00:00
Mononaut
9e05060af4
fix tests 2024-08-27 00:17:17 +00:00
Mononaut
ee53597fe9
Resume RBF trees after restart 2024-08-26 23:43:29 +00:00
Mononaut
e362003746
Catch RBF replacements across mempool update boundaries 2024-08-26 23:43:15 +00:00
Mononaut
185eae00e9
Fix RBF tracking inconsistencies 2024-08-26 23:41:38 +00:00
softsimon
62085581dd
Merge branch 'master' into mononaut/v1-audit-improvements 2024-08-26 18:45:00 +02:00
Mononaut
98cee4a6cd
[docs] update READMEs to newer node version 2024-08-26 15:36:53 +00:00
dependabot[bot]
4cc19a7235
Bump axios from 1.7.2 to 1.7.4 in /backend
Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.4.
- [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.7.2...v1.7.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 12:42:42 +00:00
wiz
c874d642c5
Bump version to 3.1.0-dev 2024-08-26 21:41:26 +09:00
wiz
f0af1703da
Release v3.0.0 2024-08-24 18:35:41 +09:00
Mononaut
b47e148677
respect json Accept header in API error responses 2024-08-22 19:51:28 +00:00
wiz
4e581347c8
Bump version to v3.0.0-rc1 2024-08-20 12:06:11 +09:00
Mononaut
c9171224e1
DB migration to fix bad v1 audits 2024-08-18 02:21:12 +00:00
Mononaut
248cef7718
Improve prioritized transaction detection algorithm 2024-08-18 02:21:05 +00:00
Mononaut
ce4b0ed0f3
Implement v1 audit in tx audit API 2024-08-10 21:57:31 +00:00
Mononaut
fbf27560b3
optimize processNewBlocks 2024-08-10 13:53:49 +00:00
softsimon
0f688e8347
fix broken sponsor image proxy 2024-08-07 23:41:53 +02:00
wiz
7b0347e846
Bump version string to 3.0.0-beta 2024-08-05 14:55:59 -04:00
wiz
bb1352ed58
Merge pull request #5427 from mempool/mononaut/fix-other-liquid-migration
fix db migration 75 on liquid
2024-08-05 14:09:36 -04:00
Mononaut
3707763e30
fix db migration 75 on liquid 2024-08-05 16:03:22 +00:00
Mononaut
b6ce8229f0
fix liquid db migration 2024-08-05 15:49:16 +00:00
softsimon
e3d1d9c1c0
fix invalid json response from requestAcceleration 2024-08-05 01:11:18 +02:00
Mononaut
b9334c93f5
Handle accelerations in v1 audit 2024-08-01 14:07:19 +00:00
Mononaut
7cc01af631
Implement v1 block audits 2024-08-01 14:07:19 +00:00
Mononaut
96e2e6060b
Migrate audits from v0 to v1 2024-08-01 14:07:19 +00:00
Mononaut
0723778e7c
Update audit schema version 2024-08-01 14:07:19 +00:00
dependabot[bot]
ee5b383a46
Bump @babel/core from 7.24.0 to 7.25.2 in /backend
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.0 to 7.25.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-31 02:27:25 +00:00
dependabot[bot]
916cae2a8f
Bump redis from 4.6.6 to 4.7.0 in /backend
Bumps [redis](https://github.com/redis/node-redis) from 4.6.6 to 4.7.0.
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/redis@4.6.6...redis@4.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-30 02:12:44 +00:00
dependabot[bot]
5855e09663
Bump mysql2 from 3.10.0 to 3.11.0 in /backend
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.10.0 to 3.11.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.10.0...v3.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 02:07:00 +00:00
wiz
5d37e08c64
Merge branch 'master' into natsoni/timeline-tooltip 2024-07-26 10:44:01 -05:00
Mononaut
8d3b4733f5
[accelerator] remove dumb 405 log request response 2024-07-26 09:49:42 +00:00
natsoni
3d9133c47e
Add fee delta to acceleration data 2024-07-25 16:52:10 +02:00
Mononaut
b49a6c4cac
[accelerator] on-demand polling support 2024-07-24 17:32:43 +00:00