1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
BlockFileLoader: correct `Iterable` implementation More... 9 months ago
PeerGroup, FilterMerger: deprecate setting false-positive rate More... 9 months ago
BloomFilter: make `hashFuncs`, `nTweak`, and `nFlags` final More... 9 months ago
BlockFileLoader: effectively final `sizeBytes`, `dataBytes` More... 9 months ago
BlockImporter: support signet and regtest too More... 9 months ago
BlockImporter: init `chain` with ternary operator More... 9 months ago
BlockImporter: remove unsupported "Disk" option from usage More... 9 months ago
TestFeeLevel: use `messageSize()` not `serialize().length` More... 9 months ago
Wallet: use `messageSize()` not `serialize().length` More... 9 months ago
PartialMerkleTree: rename method `messageSize()` from `getMessageSize()` More... 9 months ago
TransactionWitness: rename method `messageSize()` from `getMessageSize()` More... 9 months ago
TransactionInput: rename method `messageSize()` from `getMessageSize()` More... 9 months ago
Wallet: document return value of `adjustOutputDownwardsForFee()` in JavaDoc More... 9 months ago
TransactionOutput: use `messageSize()` not `serialize().length` More... 9 months ago
TransactionOutput: rename method `messageSize()` from `getMessageSize()` More... 9 months ago
Wallet: declare `CompletionException` on methods that complete transactions More... 9 months ago
Wallet: use functional style in method `calcBloomOutPointsLocked()` More... 9 months ago
TorUtils: new utility for Tor/Onion addresses More... 9 months ago
Contexts.md: remove outdated reference to Tor/Orchid support More... 9 months ago
TransactionOutput: clarify `isDust()` JavaDoc More... 9 months ago
DnsDiscovery, BtcFixedFormat: fix some JavaDoc links More... 9 months ago
Wallet, SPVBlockStore: fix misspelled "whether" in JavaDocs More... 9 months ago
Wallet: add more diagnostic info to `CouldNotAdjustDownwards` exception More... 9 months ago
Transaction: use `_` to separate thousands in constants More... 9 months ago
Wallet: add more diagnostic info to `InsufficientMoneyException` More... 9 months ago
Block: convert an if into expression with ternary operator More... 9 months ago
Block: annotate and document the `null` transactions case for main constructor More... 9 months ago
MainNetParams, TestNet3Params, SigNetParams, RegTestParams: migrate `GENESIS_TIME` constants to `Instant` More... 9 months ago
Block: add new constructors to reduce mutability More... 9 months ago
TransactionOutput: simplify method `isDust()` More... 9 months ago