dependabot[bot]
|
11df817c39
|
Bump axios from 1.11.0 to 1.12.2 in /backend
Bumps [axios](https://github.com/axios/axios) from 1.11.0 to 1.12.2.
- [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.11.0...v1.12.2)
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.12.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-09-16 08:54:00 +00:00 |
|
nymkappa
|
64e82157b3
|
[axios] bump timeouts from 10000 ms to 20000 ms
|
2025-09-08 21:23:19 +02:00 |
|
Mononaut
|
cbdd01dd06
|
Send 503 when chain tips aren't available
|
2025-09-08 09:47:20 +00:00 |
|
Mononaut
|
1fa67fa79c
|
Expose chain tips in public API
|
2025-09-08 09:47:20 +00:00 |
|
adambor
|
7d70d1617d
|
Add /tx/:txId/merkle-proof endpoint
Fix call to blockchainTransaction_getMerkle
Add proper error message passing to handleError()
Co-authored-by: softsimon <softsimon@users.noreply.github.com>
|
2025-08-25 10:48:21 +02:00 |
|
mononaut
|
f19f5d96b6
|
Merge pull request #5987 from mempool/dependabot/npm_and_yarn/backend/axios-1.11.0
Bump axios from 1.10.0 to 1.11.0 in /backend
|
2025-08-21 17:11:17 +02:00 |
|
nymkappa
|
71e9463a2b
|
remove console.log
|
2025-08-16 20:32:33 +02:00 |
|
nymkappa
|
62dd1ca1db
|
[prices] only print "latest avg price from exchanges" upon success
|
2025-08-07 19:19:13 +02:00 |
|
natsoni
|
a20d383664
|
Check if latest USD price is valid before updating rates
|
2025-08-06 17:57:52 +02:00 |
|
natsoni
|
40f32c83d1
|
Log when falling back to latest known price
|
2025-08-06 16:51:39 +02:00 |
|
natsoni
|
ac1072170f
|
Update conversions rates before sending them to websocket
|
2025-08-06 16:47:44 +02:00 |
|
natsoni
|
8ea1078d8a
|
Fix scriptsig_asm in coinbase on non-esplora backends
|
2025-08-04 11:24:11 +02:00 |
|
Mononaut
|
a04df3f4ee
|
add hybrid build hash to monitoring
|
2025-08-01 13:51:13 +00:00 |
|
Mononaut
|
66eb31bb46
|
Fix broken blocks_prices data during indexing
|
2025-08-01 07:09:12 +00:00 |
|
Mononaut
|
35cd476d0e
|
Add db migration to remove bad price data
|
2025-08-01 07:08:24 +00:00 |
|
Mononaut
|
c4b6f0b35d
|
handle missing USD price data
|
2025-08-01 05:36:52 +00:00 |
|
dependabot[bot]
|
6b918550e2
|
Bump axios from 1.10.0 to 1.11.0 in /backend
Bumps [axios](https://github.com/axios/axios) from 1.10.0 to 1.11.0.
- [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.10.0...v1.11.0)
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.11.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-07-28 17:00:41 +00:00 |
|
dependabot[bot]
|
d22e310acf
|
Bump form-data from 4.0.0 to 4.0.4 in /backend
---
updated-dependencies:
- dependency-name: form-data
dependency-version: 4.0.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-07-21 23:10:33 +00:00 |
|
dependabot[bot]
|
99f202b26d
|
Bump axios from 1.8.1 to 1.10.0 in /backend
Bumps [axios](https://github.com/axios/axios) from 1.8.1 to 1.10.0.
- [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.8.1...v1.10.0)
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-07-21 08:46:26 +00:00 |
|
Mononaut
|
9ddb37cb75
|
Fix goggles non-standard anchor test
|
2025-07-18 02:53:08 +00:00 |
|
wiz
|
a8c0a88527
|
Merge pull request #5969 from mempool/mononaut/fix-fee-recommendations
fix fee recommendations
|
2025-07-16 05:22:27 -10:00 |
|
Mononaut
|
eb5ad36322
|
reclassify txs after prevouts added
|
2025-07-16 13:18:51 +00:00 |
|
Mononaut
|
4889d83203
|
tighten missing prevout inscription heuristic
|
2025-07-16 13:17:54 +00:00 |
|
Mononaut
|
4299219fc1
|
ignore <1 sat for fee recommendations
|
2025-07-16 05:20:14 +00:00 |
|
Mononaut
|
db686b5429
|
initial fee recommendation unit tests
|
2025-07-16 05:20:09 +00:00 |
|
Mononaut
|
f51f9ae00f
|
refactor fee recommendations to support unit testing
|
2025-07-16 04:31:40 +00:00 |
|
wiz
|
bb5fabf004
|
Merge pull request #5954 from mempool/mononaut/fix-underfilled-median
Fix median fee calculation in underfilled blocks
|
2025-07-14 21:02:59 -10:00 |
|
wiz
|
2a253b36f1
|
Merge pull request #5958 from mempool/mononaut/standardize-ephemeral-dust
|
2025-07-11 23:41:35 -10:00 |
|
Mononaut
|
f88527bff8
|
handle sub-1-sat-vb in audits
|
2025-07-12 03:59:08 +00:00 |
|
Mononaut
|
eab5944325
|
standardize ephemeral dust
|
2025-07-10 08:45:08 +00:00 |
|
Mononaut
|
f4edc35fb9
|
Fix median fee calculation in underfilled blocks
|
2025-07-06 04:37:46 +00:00 |
|
dependabot[bot]
|
4a8074422a
|
Bump mysql2 from 3.13.0 to 3.14.1 in /backend
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.13.0 to 3.14.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.13.0...v3.14.1)
---
updated-dependencies:
- dependency-name: mysql2
dependency-version: 3.14.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-06-29 19:49:24 +00:00 |
|
nymkappa
|
844b64c127
|
Bump base-x from 4.0.0 to 4.0.1 in /backend
Bumps [base-x](https://github.com/cryptocoinjs/base-x) from 4.0.0 to 4.0.1.
- [Commits](https://github.com/cryptocoinjs/base-x/compare/v4.0.0...v4.0.1)
---
updated-dependencies:
- dependency-name: base-x
dependency-version: 4.0.1
dependency-type: indirect
...
|
2025-06-29 21:25:21 +02:00 |
|
Mononaut
|
9430d3ea06
|
Fix vsize_0 handling in statistics replication
|
2025-06-23 06:14:53 +00:00 |
|
Mononaut
|
bee74460e0
|
support sub 1 sat rates in stats chart
|
2025-06-23 03:48:09 +00:00 |
|
natsoni
|
e0c8cdd697
|
Add historical price endpoint to Liquid backend
|
2025-05-20 15:20:09 +02:00 |
|
Mononaut
|
af186c633c
|
db migration to reindex blocks since first annex tx
|
2025-05-10 18:11:45 +00:00 |
|
Mononaut
|
7495d4116f
|
Detect nonstandard annex & add goggles flag in backend
|
2025-05-10 17:28:11 +00:00 |
|
wiz
|
56ba5e0536
|
Merge branch 'master' into mononaut/treasury-dashboard
|
2025-05-08 21:12:02 +09:00 |
|
nymkappa
|
c67c2571b7
|
[lightning] make sure tx idx is present in block
|
2025-05-08 13:07:05 +02:00 |
|
nymkappa
|
13b4126f9b
|
[lightning] make sure channel id has valid format before caching its funding transaction
|
2025-05-08 12:52:32 +02:00 |
|
nymkappa
|
e5082863de
|
[mining] fix potential bug where we try to index hashrate even if there are no blocks
|
2025-05-08 11:32:51 +02:00 |
|
Mononaut
|
bf3467bf9e
|
Add treasuries API
|
2025-05-05 22:04:35 +00:00 |
|
Mononaut
|
cbd896b945
|
Add basic treasuries dashboard
|
2025-05-05 22:04:35 +00:00 |
|
nymkappa
|
12f368ca6d
|
[indexing] initialize currentSha before hiting github
|
2025-04-13 02:42:50 +00:00 |
|
nymkappa
|
a1fb50a170
|
[indexing] make blocks.definition_hash nullable
|
2025-04-13 02:42:48 +00:00 |
|
nymkappa
|
1a1a4b4f3b
|
[indexing] exit early when we're unable to index pools definition sha
|
2025-04-13 02:40:48 +00:00 |
|
wiz
|
e5c04b9dae
|
Merge branch 'master' into mononaut/cache-wallets
|
2025-04-11 14:02:55 +09:00 |
|
wiz
|
be46532e0c
|
Bump version string to v3.3-dev
|
2025-04-07 14:19:44 +09:00 |
|
Mononaut
|
849eebe583
|
Fix axios unix sockets
|
2025-04-06 08:59:06 +00:00 |
|