1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
build.gradle: update Guava to 32.1.1-android More... 10 months ago
WalletTool: after `send` action, also print the entire transaction More... 11 months ago
Wallet: extract local variables `tempParentFile` and `destParentFile` in method `saveToFile()` More... 11 months ago
Wallet: improve JavaDoc of method `saveToFile()` More... 11 months ago
Wallet: rename `saveToFile()` method parameter `temp` to `tempFile` More... 11 months ago
Bech32: add JavaDoc headers to public types that were missing them More... 11 months ago
Bech32: replace `<p></p>` XHTML-style header with `<p>` HTML5-style header More... 11 months ago
package-info.java: update package JavaDoc More... 11 months ago
AddressParser: add JavaDoc to interface `Strict` More... 11 months ago
WalletTool: set peer address for RegTest network More... 11 months ago
README.adoc: replace IRC badge with Matrix badge More... 11 months ago
build.gradle: update Guava to 32.0.0-android More... 11 months ago
build.gradle: update BouncyCastle to 1.73 More... 12 months ago
Threading: use `ExecutorService` for `THREAD_POOL` More... 12 months ago
Threading: use `BlockingQueue` interface internally More... 12 months ago
MultiplexingDiscovery: fix empty seeds precondition for RegTest More... 12 months ago
WalletTool: fix `--date` option More... 12 months ago
WalletTool: use an `else` branch rather than `break` (from a `case`) More... 12 months ago
README.adoc: fix link to GitLab pipelines More... 12 months ago
WalletTool: convert `wait()` to return `CompletableFuture` More... 12 months ago
WalletTool: convert method `onChange()` to a lambda More... 12 months ago
WalletTool: replace `WalletEventListener` with lambdas More... 12 months ago
WalletTool: fix two time-related deprecations More... 12 months ago
ByteArray: immutable byte array wrapper More... 12 months ago
InsufficientMoneyException: remove extra space in exception description More... 12 months ago
checkpoints.txt: refresh bundled checkpoints More... 12 months ago
Wallet: properly handle unconnected request inputs in `completeTx()` More... almost 1 year ago
Wallet: use `forEach()` to add inputs to `req.tx` in `completeTx()` More... almost 1 year ago
Wallet: use `getInputSum()` in `completeTx()`, separately warn about `null` values More... almost 1 year ago
Transaction: use `Stream.reduce()` in `getInputSum()` More... almost 1 year ago