Newline after function definition
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Feb 15 2023
May 16 2019
May 11 2019
Adding tests to test/functional/wallet_basic.py for insufficient balance
Note: FlameGraph performance testing shows that this code changes CPU usage by GetBalance at 7.88% of total before this change, and CheckBalance at 0.10% after this change. (Only 45% of CPU was used by bitcoind/bitcoin-cli in my test; most of the rest is idle.) This is for a wallet with many thousands of UTXOs.
Jan 25 2019
@ealmansi The reason you need the extra test node is because there's a third thing you need to check:
Jan 20 2019
Nov 24 2018
So the attack here is this:
Sep 27 2018
Sep 18 2018
Rebase on master
Sep 17 2018
Sep 15 2018
Change INV_BROADCAST... to use config.GetMaxBlockSize() (2nd arc attempt)
Switch INV_BROADCAST... to using config.GetMaxBlockSize()
Sep 13 2018
Abandoning this diff in favor of https://reviews.bitcoinabc.org/D1784
arc diff didn't produce the expected results; abandoning and trying again.