Mononaut
|
3e057f2db1
|
Fix coinbase address type error
|
2024-06-25 02:20:44 +00:00 |
|
softsimon
|
4fbdf92f0c
|
Merge pull request #5206 from mempool/simon/address-prefix-fixes
Fix address prefix for non esplora backend
|
2024-06-25 10:21:50 +09:00 |
|
Mononaut
|
c54bc5a4bb
|
Clear redis block cache on pool update
|
2024-06-24 12:07:52 +00:00 |
|
Mononaut
|
04559e7b98
|
Update README.md with new mining pool update behavior
|
2024-06-24 12:07:51 +00:00 |
|
Mononaut
|
255919f03f
|
Update pool instead of deleting blocks
|
2024-06-24 12:07:51 +00:00 |
|
Mononaut
|
03036bf59d
|
coinbase_addresses fixes
|
2024-06-24 11:51:12 +00:00 |
|
softsimon
|
563def45d8
|
Fix address prefix for non esplora backend
|
2024-06-24 18:27:30 +09:00 |
|
Mononaut
|
f9d03b1bb4
|
Add coinbase_addresses to extended blocks & table
|
2024-06-24 06:15:01 +00:00 |
|
Mononaut
|
7d0720d55f
|
no trailing spaces
|
2024-06-24 02:16:59 +00:00 |
|
wiz
|
172fb0bf41
|
Merge pull request #5178 from mempool/mononaut/fix-reorg-health-check
Recover from esplora failover after a reorg to lower height
|
2024-06-23 18:35:19 +09:00 |
|
softsimon
|
4dfabaf165
|
Fix mempool transactions being stripped
fixes #5150
|
2024-06-23 17:50:13 +09:00 |
|
softsimon
|
6b84dc2be4
|
Merge branch 'master' into mononaut/fix-hardcoded-median-weight
|
2024-06-22 14:13:41 +09:00 |
|
softsimon
|
8082e1d1cf
|
Merge pull request #5185 from mempool/mononaut/rust-gbt-block-size
configurable block size & count in rust gbt
|
2024-06-22 14:11:44 +09:00 |
|
Mononaut
|
36bc1db195
|
Fix hardcoded median weight units in calcEffectiveFeeStatistics
|
2024-06-22 04:38:06 +00:00 |
|
Mononaut
|
b44b790e28
|
configurable block size & count in rust gbt
|
2024-06-22 04:10:32 +00:00 |
|
softsimon
|
c581be0e97
|
Missing da causes invalid json
|
2024-06-22 10:52:01 +09:00 |
|
softsimon
|
246ca593bb
|
Merge branch 'master' into simon/goggles-unit-tests
|
2024-06-22 09:43:35 +09:00 |
|
softsimon
|
136af78147
|
Merge pull request #5160 from mempool/mononaut/fix-nonstandard-label-bug
Fix incorrect non-standard label on reserved segwit output types
|
2024-06-22 09:32:06 +09:00 |
|
softsimon
|
da1ad1c316
|
Unit tests: nonstandard
|
2024-06-22 09:31:24 +09:00 |
|
softsimon
|
e95e64a443
|
Merge branch 'master' into mononaut/core-gettxsforblock
|
2024-06-21 08:03:34 +09:00 |
|
softsimon
|
d10fdaad46
|
Merge pull request #5177 from mempool/simon/deprecate-unique-pool-id
Deprecate pool_unique_id, fixing accelerations sync
|
2024-06-21 03:31:13 +09:00 |
|
Mononaut
|
5b554852bb
|
Recover from esplora failover after a reorg to lower height
|
2024-06-20 14:29:35 +00:00 |
|
softsimon
|
85006a5bec
|
some -> includes
|
2024-06-20 14:36:58 +09:00 |
|
softsimon
|
82e2f46eba
|
Merge pull request #5134 from mempool/natsoni/improve-conversions-price-service
Improve price conversions fetching from free API
|
2024-06-20 14:15:07 +09:00 |
|
softsimon
|
0719b20110
|
Deprecate pool_unique_id
|
2024-06-20 12:22:54 +09:00 |
|
Alex Makoviecki
|
f720c90c03
|
Small grammatical or typo fixes in backend README
|
2024-06-18 22:36:32 -07:00 |
|
Mononaut
|
1bf5047377
|
Implement $getTxsForBlock for Core backends
|
2024-06-19 03:15:23 +00:00 |
|
dependabot[bot]
|
db04c4663e
|
Bump ws from 8.17.0 to 8.17.1 in /backend
Bumps [ws](https://github.com/websockets/ws) from 8.17.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.17.0...8.17.1)
---
updated-dependencies:
- dependency-name: ws
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-19 02:27:59 +00:00 |
|
Mononaut
|
272a2c8441
|
Fix incorrect non-standard label on reserved segwit output types
|
2024-06-16 22:25:40 +00:00 |
|
softsimon
|
684ad9f0e6
|
Merge pull request #5062 from mempool/mononaut/configurable-tip-monitoring
Configurable threshold for esplora tip check
|
2024-06-10 00:52:50 +04:00 |
|
softsimon
|
fda40cad48
|
Fix trailing comma
|
2024-06-10 00:47:40 +04:00 |
|
nymkappa
|
fba3f7ec1c
|
[liquid] don't fetch pools
|
2024-06-05 08:28:01 +02:00 |
|
Mononaut
|
42c60fd991
|
Defer db access to fix failing tests
|
2024-06-04 20:57:40 +00:00 |
|
Mononaut
|
f31b28251c
|
Estimate accelerated positions in partner mempools
|
2024-06-04 20:40:40 +00:00 |
|
natsoni
|
25c0eb62b2
|
More robust price service
|
2024-06-04 10:58:04 +02:00 |
|
dependabot[bot]
|
12a843c386
|
Bump mysql2 from 3.9.7 to 3.10.0 in /backend
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.7 to 3.10.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.9.7...v3.10.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-05-31 02:34:09 +00:00 |
|
wiz
|
8701119304
|
Merge pull request #5101 from mempool/natsoni/block-rewards-graph
Fees vs subsidy graph: add percentage mode
|
2024-05-28 11:23:57 +09:00 |
|
natsoni
|
0654872627
|
Fix graph legend update while load bug and remove unnecessary query
|
2024-05-27 16:49:29 +02:00 |
|
Mononaut
|
1498db3b33
|
Backend support for multi-pool acceleration details
|
2024-05-26 20:47:36 +00:00 |
|
softsimon
|
286fc8e9ad
|
Merge pull request #5042 from mempool/natsoni/statistics-replication
Add statistics to replication service
|
2024-05-24 14:35:30 +07:00 |
|
softsimon
|
52fa6a0f78
|
Merge pull request #5095 from mempool/mononaut/fix-local-acc-history
Fix local acceleration filter & reindex
|
2024-05-23 23:13:19 +07:00 |
|
natsoni
|
35215c7740
|
Add check for pool addresses and regexes
|
2024-05-23 11:30:30 +02:00 |
|
natsoni
|
60a07fb093
|
Improve statistics replication service
|
2024-05-22 18:10:52 +02:00 |
|
dependabot[bot]
|
bdbe833e2a
|
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-22 02:42:52 +00:00 |
|
Mononaut
|
ce204d03c6
|
Fix local acceleration filter & reindex
|
2024-05-21 21:47:18 +00:00 |
|
natsoni
|
b0630de3cc
|
Merge branch 'master' into natsoni/statistics-replication
|
2024-05-21 11:35:26 +02:00 |
|
softsimon
|
1d91e76ec2
|
Merge pull request #5033 from mempool/natsoni/add-block-fee-graph
Add block fees vs subsidy bar graph
|
2024-05-17 11:47:58 +07:00 |
|
natsoni
|
c2a3ff4b67
|
Improve granularity when zoom in block fees bar graph
|
2024-05-14 20:31:25 +02:00 |
|
softsimon
|
66f431d3d3
|
Force curly if-statements
|
2024-05-13 17:16:28 +07:00 |
|
natsoni
|
42d591bf4c
|
Block subsidy graph: add lower timeframes
|
2024-05-12 21:52:53 +02:00 |
|