Commit graph

2054 commits

Author SHA1 Message Date
softsimon
ee6422c982
Merge pull request #4609 from afahrer/master
Channel search results showing up during TX search
2024-01-26 23:43:47 +07:00
softsimon
3610908171
Update rust-gbt package lock version 2024-01-26 21:48:21 +07:00
Mononaut
4e007acd84
Update rust-toolchain to 1.65 2024-01-24 18:53:59 +00:00
softsimon
4fe745817c
Merge pull request #4137 from mempool/mononaut/multi-address-tracking
Multi address tracking
2024-01-24 23:14:00 +07:00
Mononaut
09a727c00d
Fix more Goggles indexing bugs 2024-01-24 12:18:42 +00:00
afahrer
f7f1eb067b
$ match. fix transaction starting with number 2024-01-23 22:56:17 -05:00
afahrer
74d94579f9
Channel search results showing up during TX search 2024-01-23 20:48:49 -05:00
Mononaut
8ca2b2b5c0
Fix version update & error handling in Goggles indexing 2024-01-23 17:20:57 +00:00
Mononaut
0cddfcfa64
Fix missing quotes on multi-address-tracking error msg 2024-01-23 14:04:15 +00:00
Mononaut
aa0948a154
Add multi-address-tracking limit config 2024-01-23 13:36:42 +00:00
Mononaut
8f7895cb2e
Track dropped txs in multi-address subscription 2024-01-23 13:36:42 +00:00
Mononaut
77a526b91c
Normalize scriptpubkeys to lowercase 2024-01-23 13:36:42 +00:00
Mononaut
ccd9642a01
Deduplicate address validation code 2024-01-23 13:36:41 +00:00
Mononaut
8642956dc2
Add track-scriptpubkeys websocket subscription 2024-01-23 13:36:41 +00:00
Mononaut
57c3861ca6
Support multi address websocket subscriptions 2024-01-23 13:36:41 +00:00
Mononaut
82920f621f
Fix Goggles indexing when summaries disabled 2024-01-23 13:33:59 +00:00
Mononaut
7405cf8336
Add block classification indexing 2024-01-23 01:44:19 +00:00
Mononaut
1507003c19
Save goggle flags in audit templates & block summaries 2024-01-22 22:32:18 +00:00
nymkappa
ed9826b2d8
[bitcoin core] internal core api from camel case to kebab case 2024-01-15 16:12:58 +01:00
nymkappa
f161f7e8e2
[bitcoin core] fix getMempoolAncestors verbose param 2024-01-15 10:00:01 +01:00
nymkappa
b38bbb9513
[bitcoin core] add missing verbose params to bitcoin core internal routes 2024-01-15 09:59:35 +01:00
nymkappa
f095913538
[bitcoin core] add internal routes to bitcoin core rpc 2024-01-15 09:59:32 +01:00
Mononaut
00b8f001b0
Fix goggles inscription detection bug 2024-01-15 02:47:29 +00:00
dependabot[bot]
367f70c3b3
Bump mysql2 from 3.6.0 to 3.7.0 in /backend
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.6.0 to 3.7.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.6.0...v3.7.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-01-10 14:40:20 +00:00
Mononaut
8336a00aea
Clean rust-gbt directory before build 2024-01-10 14:32:37 +00:00
softsimon
f694d5333a
Merge pull request #4561 from mempool/mononaut/fix-prices
Fix bad coinbase price url, switch to median prices
2024-01-10 11:21:11 +07:00
softsimon
aad288c0d9
Merge pull request #4554 from mempool/mononaut/unmineable-txs
Handle unmineable transactions in GBT implementations
2024-01-10 00:18:41 +07:00
Mononaut
30d58d9971
Restore GBT result size sanity check 2024-01-09 17:08:25 +00:00
Mononaut
89d37f0058
Fix unmineable tx handling 2024-01-09 16:26:05 +00:00
softsimon
17427b7970
Merge pull request #4560 from mempool/mononaut/fee-sanity
Additional fee recommendation sanity checks
2024-01-09 10:41:52 +07:00
Mononaut
0230f95001
Fix bad coinbase price url, switch to median prices 2024-01-08 22:39:51 +00:00
Mononaut
d5c5ae0e09
Additional fee recommendation sanity checks 2024-01-08 16:33:19 +00:00
Mononaut
d665d2a12c
Handle unmineable transactions in GBT implementations 2024-01-06 04:20:19 +00:00
Mononaut
c1785993a8
Fix websocket subscription logging 2024-01-02 16:26:57 +00:00
Mononaut
23ececca95
Optimize websocket updates on new block 2023-12-31 18:07:39 +00:00
Mononaut
a8fd2ac9dc
Preserve tx replacement flag 2023-12-17 10:45:26 +00:00
Mononaut
c2f52ac1f3
Avoid repeated tx classification work 2023-12-17 09:57:15 +00:00
softsimon
21ad37dbec
Merge pull request #4143 from mempool/hunicus/readme-enterprise
Add links to enterprise page in readmes
2023-12-17 11:37:36 +07:00
Mononaut
16b9ca6c40
Fix CI unit test circular dependency 2023-12-14 13:30:19 +00:00
Mononaut
512589dc79
Add fake pubkey filter 2023-12-14 11:29:44 +00:00
Mononaut
ce195c9133
Fix ECDSA DER signature detection 2023-12-13 16:15:55 +00:00
Mononaut
e12f43e741
Add sighash filter flags 2023-12-13 10:59:56 +00:00
Mononaut
173bc127cb
Block viz filters proof of concept 2023-12-13 10:59:56 +00:00
Mononaut
b7c4cd43fc
Better error handling for accelerations update request 2023-12-06 12:09:46 +00:00
Mononaut
08a35b85a8
Fix current accelerations update race condition 2023-12-06 12:09:28 +00:00
softsimon
a33f915c7a
Merge pull request #4438 from mempool/mononaut/refactor-difficulty-reindexing
Refactor difficulty reindexing to process blocks in height order
2023-12-03 13:15:01 +09:00
Mononaut
cd8e3e2604
Fix liquid fee rounding 2023-12-02 03:20:09 +00:00
Mononaut
851e07b50b
Fix liquid minfee defaults 2023-12-01 18:12:59 +09:00
softsimon
ed07daebca
Merge branch 'master' into mononaut/handle-websocket-errors 2023-11-30 15:18:16 +09:00
Mononaut
0b449347c1
Fix spurious ln channel typeahead matches 2023-11-26 09:22:44 +00:00