Andreas Schildbach
Andreas Schildbach
It tries to construct the correct subclass from the textual form. I just found this commit in my dusty attic. I'm putting it up for discussion – something like this...
Base58 is already there. Note: this is not ready to merge, because it has a dependency to a core class (LegacyAddress). Should be ready soon though.
The old Matrix communities do not exist any more and have been replaced by spaces.
If I start dragging down, the separator above the item to drag is visible two times. If I start dragging up, the separator below is duplicated. As soon as I...
I managed to use dslr in my project by writing a pom.xml, but still fail at importing it ito Eclipse. Can you document the process? If I use File ->...
I take it we agrred to not have unused read/write helpers. So this PR removes the currently unused.
(stacktrace from the bitcoinj mailing list) java.lang.IllegalStateException: doesn't support deterministic chains at com.google.common.base.Preconditions.checkState(Preconditions.java:510) at org.bitcoinj.wallet.KeyChainGroup.getActiveKeyChain(KeyChainGroup.java:426) at org.bitcoinj.wallet.KeyChainGroup.currentAddress(KeyChainGroup.java:308) at org.bitcoinj.wallet.Wallet.currentAddress(Wallet.java:607) at org.bitcoinj.wallet.Wallet.currentChangeAddress(Wallet.java:861) at org.bitcoinj.wallet.Wallet.calculateFee(Wallet.java:5062) at org.bitcoinj.wallet.Wallet.completeTx(Wallet.java:4151) at org.bitcoinj.wallet.Wallet.sendCoinsOffline(Wallet.java:3948) at org.bitcoinj.wallet.Wallet.sendCoins(Wallet.java:4015) at...
Since a few days, our GitHub actions builds sometimes throw the following test failures. Here is a sample, but there are more of them, all very similar: ``` org.bitcoinj.wallet.DeterministicKeyChainTest >...
The `addrSeeds` array is now generated using the tools from Bitcoin Core `contrib/seeds` (see the README there). I'm a bit unhappy about the code duplication atm. Sadly it turned out...
This fails unit tests, so it's draft for now.