coderofstuff
coderofstuff
**Impact:** All windows users without VCRedist installed Users on windows encounter this upon running kaspad  Workaround for now is to install VCRedist following the doc at: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022 Possible solutions:...
Allows us to test the behavior on all OS
**Is your feature request related to a problem? Please describe.** Context: https://discord.com/channels/599153230659846165/755890250643144788/1179732597614575656 Currently the only way to track the mempool is to use `GetMempoolEntries` continuously which returns all the mempool...
**Is your feature request related to a problem? Please describe.** Yes - a user that only wants to use the node as an API does not need to receive tx...
## Introduction Currently, for each block that we process header processor will calculate ghostdag for all levels. This preprocessing allows for the faster calculation of the pruning proof during pruning...
Allow for the user to replace their transaction in the mempool (not included in a block yet) with one that has a higher fee.
**Is your feature request related to a problem? Please describe.** The recent congestion has demonstrated that there are opportunities for improvement related to making wallet adapt to fee markets. Existing...
**Use case:** A node operator (such as a pool) may want to choose to always include transactions that they submit to their own node in blocks they mine. A specific...
### Notes - New configuration usage `--retention-period-days=N` - set this to some number to keep that many days of data. If this is smaller than the pruning period duration, a...
# Mining Rule Engine This is the full implementation the of the mining rule engine discussed in https://research.kas.pa/t/sync-monitor-mining-rule-engine/294 ## Concepts - Sync Rate - observed_number_of_blocks_received_per_interval / expected_number_of_blocks_to_receive_per_interval - Mining Rule...