1599 Commits

Author SHA1 Message Date
Joost Jager
4022803a79 Add expected total fees audit 2023-06-05 14:19:16 +02:00
Mononaut
810317488c Confirmation badge component, fix negative confirmations 2023-06-03 16:20:32 -04:00
Mononaut
2b10a9121c use fractional base vsize in adjusted vsize 2023-05-31 11:45:47 -04:00
Mononaut
bfa0ecaf04 Fix mined rbf / calculate sigop merge conflicts 2023-05-31 11:37:13 -04:00
Mononaut
fb9fceb88c Enforce block sigop limits in GBT algorithm 2023-05-31 11:29:58 -04:00
Mononaut
2d4ce3b1dd Display sigops & adjusted vsize in transaction page details 2023-05-31 11:29:58 -04:00
Mononaut
e070c121bc Count sigops & use adjusted vsizes in mempool projections 2023-05-31 11:29:56 -04:00
Mononaut
1cff72e768 Fix effective fee rates for non-cpfp dependents 2023-05-31 11:27:04 -04:00
softsimon
bdfa67e670 Merge pull request #3785 from mempool/mononaut/mined-block-rbf
Detect RBF by mined transactions
2023-05-30 14:50:07 +07:00
wiz
5e9561c05d ops: Add npm run scripts for backend reindexing 2023-05-29 14:09:28 -03:00
Felipe Knorr Kuhn
acd6a666dd 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
adc99a9cd9 Merge branch 'master' into docker_vars_test 2023-05-26 07:16:29 -07:00
dependabot[bot]
53233a8639 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
f78a620fae Always re-indexing blocks when updating mining pools 2023-05-25 09:08:51 -07:00
softsimon
cf8aeb6db9 Save new disk cache after ignoring blocks 2023-05-25 19:19:14 +04:00
softsimon
9d8b4812ee Don't wipe mempool cache in pools updater 2023-05-25 19:07:51 +04:00
softsimon
056e0b0c04 Revert "Don't wipe mempool cache in pools updater"
This reverts commit 714208a3669000c4f20777f6d0118ed8b4f35a83.
2023-05-25 19:06:45 +04:00
softsimon
6f8a9052f2 Don't wipe mempool cache in pools updater 2023-05-25 19:05:29 +04:00
softsimon
6154bf3b1a Fix for pool output address matching
fixes #3782
2023-05-24 01:22:01 +04:00
Mononaut
72586eda6e Detect RBF by mined transactions 2023-05-18 09:51:41 -04:00
Mononaut
bdb44c4609 Omit possible high-sigop txs from block health score 2023-05-17 11:46:50 -04:00
Felipe Knorr Kuhn
5488d4047e Merge branch 'master' into docker_vars_test 2023-05-15 13:09:46 -07:00
nymkappa
3a1fd2a463 Block prediction -> Block health - Fix wrong chart download name 2023-05-14 16:32:11 -05:00
Felipe Knorr Kuhn
0253904b5a Update the backend config fixture 2023-05-14 14:25:23 -07:00
Felipe Knorr Kuhn
270bf76036 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
b54dbcd5f8 Add a test to check if all the vars are on the Docker script 2023-05-14 13:14:44 -07:00
softsimon
909b6c2c64 Merge pull request #3753 from mempool/mononaut/fix-difficulty-estimate
Fix difficulty estimate
2023-05-12 09:21:06 -05:00
softsimon
4ede93f07a 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
df0f965495 update difficulty tests 2023-05-11 11:39:18 -06:00
Mononaut
e5f7d18a94 Fix difficulty adjustment calculation 2023-05-11 11:18:58 -06:00
Mononaut
af24b68f91 Fix RBF timestamps to always use seconds 2023-05-11 09:21:48 -06:00
Mononaut
92c88cf5b6 online calculation of stack-of-n-blocks fee statistics 2023-05-10 17:34:20 -06:00
Mononaut
bedee36f2d optimize websocket init data 2023-05-10 08:05:39 -06:00
Mononaut
2339a88f47 optimize batch client websocket updates 2023-05-10 08:05:39 -06:00
Mononaut
0498002d2c Optimize main thread processing of GBT updates 2023-05-08 23:01:17 -06:00
Mononaut
6d4c2f8f8f optimize data structures for advanced GBT algorithm 2023-05-07 11:54:23 -06:00
softsimon
08a6bb6267 Rapid mempool sync 2023-05-07 20:21:02 +04:00
Mononaut
29cebf9c6c add missing rbf eviction 2023-05-05 10:20:17 -07:00
Mononaut
b673fdbcd1 Fix new block mempool deletion race condition 2023-05-05 10:19:11 -07:00
Mononaut
29db163af7 fix rbf cache eviction logic 2023-05-04 23:30:11 -04:00
Mononaut
0b2eb73c3c delay writing disk cache until block handler completes 2023-05-03 15:53:47 -06:00
softsimon
ee2aea2458 Merge branch 'master' into mononaut/mempool-effective-rates 2023-05-04 00:58:49 +04:00
Mononaut
a61c0eb60c Add mempool position improvements to updateMempoolBlocks 2023-05-03 14:18:07 -06:00
Mononaut
9f32d43907 Improve stability of mempool tx position arrow 2023-05-03 14:18:06 -06:00
Mononaut
c745fe4093 Update rbf disk caching for new method 2023-05-03 13:00:23 -06:00
Mononaut
1033234ea9 Persist RBF cache to disk 2023-05-03 13:00:20 -06:00
Mononaut
1a96608a60 fixes for non-dual-node rbf feature 2023-05-03 12:53:56 -06:00
Mononaut
3e703ec13e support trees of RBF replacements 2023-05-03 12:53:56 -06:00
Mononaut
47bbfca1c0 new page listing recent RBF events 2023-05-03 12:53:53 -06:00
Mononaut
22fde5276a update RBF timeline over websocket 2023-05-03 12:52:21 -06:00