Mononaut
|
bf7df08305
|
Enforce block sigop limits in GBT algorithm
|
2023-05-31 11:29:58 -04:00 |
|
Mononaut
|
ec63c822db
|
Display sigops & adjusted vsize in transaction page details
|
2023-05-31 11:29:58 -04:00 |
|
Mononaut
|
09e4e44e88
|
Count sigops & use adjusted vsizes in mempool projections
|
2023-05-31 11:29:56 -04:00 |
|
Mononaut
|
70fa78b987
|
Fix effective fee rates for non-cpfp dependents
|
2023-05-31 11:27:04 -04:00 |
|
softsimon
|
0703690190
|
Merge pull request #3785 from mempool/mononaut/mined-block-rbf
Detect RBF by mined transactions
|
2023-05-30 14:50:07 +07:00 |
|
wiz
|
27154da191
|
ops: Add npm run scripts for backend reindexing
|
2023-05-29 14:09:28 -03:00 |
|
Felipe Knorr Kuhn
|
60fd2df4e6
|
Merge branch 'master' into dependabot/npm_and_yarn/backend/bitcoinjs-lib-6.1.1
|
2023-05-27 08:13:46 -07:00 |
|
Felipe Knorr Kuhn
|
c382e03e4a
|
Merge branch 'master' into docker_vars_test
|
2023-05-26 07:16:29 -07:00 |
|
dependabot[bot]
|
ac73de31b5
|
Bump bitcoinjs-lib from 6.1.0 to 6.1.1 in /backend
Bumps [bitcoinjs-lib](https://github.com/bitcoinjs/bitcoinjs-lib) from 6.1.0 to 6.1.1.
- [Changelog](https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bitcoinjs/bitcoinjs-lib/compare/v6.1.0...v6.1.1)
---
updated-dependencies:
- dependency-name: bitcoinjs-lib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-26 02:56:38 +00:00 |
|
nymkappa
|
8ffe2f3156
|
Always re-indexing blocks when updating mining pools
|
2023-05-25 09:08:51 -07:00 |
|
softsimon
|
038f9659bb
|
Save new disk cache after ignoring blocks
|
2023-05-25 19:19:14 +04:00 |
|
softsimon
|
aeb896e200
|
Don't wipe mempool cache in pools updater
|
2023-05-25 19:07:51 +04:00 |
|
softsimon
|
349ba613dd
|
Revert "Don't wipe mempool cache in pools updater"
This reverts commit 714208a366 .
|
2023-05-25 19:06:45 +04:00 |
|
softsimon
|
714208a366
|
Don't wipe mempool cache in pools updater
|
2023-05-25 19:05:29 +04:00 |
|
softsimon
|
31ea2e1d4b
|
Fix for pool output address matching
fixes #3782
|
2023-05-24 01:22:01 +04:00 |
|
Mononaut
|
369db7a63c
|
Detect RBF by mined transactions
|
2023-05-18 09:51:41 -04:00 |
|
Mononaut
|
81ec54fcb3
|
Omit possible high-sigop txs from block health score
|
2023-05-17 11:46:50 -04:00 |
|
Felipe Knorr Kuhn
|
50a865e54e
|
Merge branch 'master' into docker_vars_test
|
2023-05-15 13:09:46 -07:00 |
|
nymkappa
|
720c2b8807
|
Block prediction -> Block health - Fix wrong chart download name
|
2023-05-14 16:32:11 -05:00 |
|
Felipe Knorr Kuhn
|
6333f3aa47
|
Update the backend config fixture
|
2023-05-14 14:25:23 -07:00 |
|
Felipe Knorr Kuhn
|
184ca3c662
|
Add a test to check that the docker json is in sync with the template
|
2023-05-14 14:17:53 -07:00 |
|
Felipe Knorr Kuhn
|
3f8fefcb0e
|
Add a test to check if all the vars are on the Docker script
|
2023-05-14 13:14:44 -07:00 |
|
softsimon
|
6141516eb2
|
Merge pull request #3753 from mempool/mononaut/fix-difficulty-estimate
Fix difficulty estimate
|
2023-05-12 09:21:06 -05:00 |
|
softsimon
|
adc395fc3d
|
Merge pull request #3743 from mempool/mononaut/full-stack-fee-stats
stack-of-n-blocks fee statistics
|
2023-05-11 19:48:02 -05:00 |
|
Mononaut
|
d322665789
|
update difficulty tests
|
2023-05-11 11:39:18 -06:00 |
|
Mononaut
|
49529627f8
|
Fix difficulty adjustment calculation
|
2023-05-11 11:18:58 -06:00 |
|
Mononaut
|
e5bef55d47
|
Fix RBF timestamps to always use seconds
|
2023-05-11 09:21:48 -06:00 |
|
Mononaut
|
3d1cd3193a
|
online calculation of stack-of-n-blocks fee statistics
|
2023-05-10 17:34:20 -06:00 |
|
Mononaut
|
ffd7831efc
|
optimize websocket init data
|
2023-05-10 08:05:39 -06:00 |
|
Mononaut
|
f8636d20c2
|
optimize batch client websocket updates
|
2023-05-10 08:05:39 -06:00 |
|
Mononaut
|
033e78c0a7
|
Optimize main thread processing of GBT updates
|
2023-05-08 23:01:17 -06:00 |
|
Mononaut
|
428d4fc6ab
|
optimize data structures for advanced GBT algorithm
|
2023-05-07 11:54:23 -06:00 |
|
softsimon
|
ee05a6852e
|
Rapid mempool sync
|
2023-05-07 20:21:02 +04:00 |
|
Mononaut
|
3d0f7d6855
|
add missing rbf eviction
|
2023-05-05 10:20:17 -07:00 |
|
Mononaut
|
d322c6b5b5
|
Fix new block mempool deletion race condition
|
2023-05-05 10:19:11 -07:00 |
|
Mononaut
|
f456912679
|
fix rbf cache eviction logic
|
2023-05-04 23:30:11 -04:00 |
|
Mononaut
|
e5f97ace8b
|
delay writing disk cache until block handler completes
|
2023-05-03 15:53:47 -06:00 |
|
softsimon
|
e6e90799ef
|
Merge branch 'master' into mononaut/mempool-effective-rates
|
2023-05-04 00:58:49 +04:00 |
|
Mononaut
|
a22703d547
|
Add mempool position improvements to updateMempoolBlocks
|
2023-05-03 14:18:07 -06:00 |
|
Mononaut
|
3b8bcc4da5
|
Improve stability of mempool tx position arrow
|
2023-05-03 14:18:06 -06:00 |
|
Mononaut
|
36c7697c2b
|
Update rbf disk caching for new method
|
2023-05-03 13:00:23 -06:00 |
|
Mononaut
|
7e9cfa0858
|
Persist RBF cache to disk
|
2023-05-03 13:00:20 -06:00 |
|
Mononaut
|
6fb4adc27d
|
fixes for non-dual-node rbf feature
|
2023-05-03 12:53:56 -06:00 |
|
Mononaut
|
086b41d958
|
support trees of RBF replacements
|
2023-05-03 12:53:56 -06:00 |
|
Mononaut
|
f46296a2bb
|
new page listing recent RBF events
|
2023-05-03 12:53:53 -06:00 |
|
Mononaut
|
7b2a1cfd10
|
update RBF timeline over websocket
|
2023-05-03 12:52:21 -06:00 |
|
Mononaut
|
1b843da785
|
Timeline of replacements for RBF-d transactions
|
2023-05-03 12:52:20 -06:00 |
|
softsimon
|
8db7326a5a
|
Merge pull request #3709 from mempool/mononaut/optimize-new-block-gbt
skip unnecessary makeBlockTemplates call
|
2023-05-03 21:56:07 +04:00 |
|
softsimon
|
dd68572603
|
Revert "Revert TCP socket fallback"
|
2023-05-03 10:11:44 +04:00 |
|
Mononaut
|
03ee5c7c31
|
skip unnecessary makeBlockTemplates
|
2023-05-02 18:47:34 -06:00 |
|