3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-01 07:42:17 +00:00

Commit Graph

  • e64bb748ae JavaDoc: Replace <code> with {@code}. Andreas Schildbach 2018-03-11 16:42:14 +0100
  • 43a254d6f3 JavaDoc: Fix dangling comments. Andreas Schildbach 2018-03-11 16:14:19 +0100
  • dffc060edf JavaDoc: Remove unnecessary {@inheritDoc}. Andreas Schildbach 2018-03-11 15:56:30 +0100
  • c1e85fccaf PeerSocketHandler: Fix JavaDoc warnings. Andreas Schildbach 2018-03-07 16:14:14 +0100
  • 45f1beba94 TransactionBroadcast: Propagate context to EnoughAvailablePeers runnable. Andreas Schildbach 2018-03-04 21:30:37 +0100
  • 3833031e1f Transaction: Fix a JavaDoc link. Andreas Schildbach 2018-03-04 21:58:15 +0100
  • 380980d291 PaymentSessionTest: Fix missing context. Andreas Schildbach 2018-02-28 01:35:24 +0100
  • 07e3f55b7d PaymentSessionTest: Ignore test that has a hardcoded expiration date. Andreas Schildbach 2018-02-28 01:34:47 +0100
  • 8087554b18 Prepare 0.14.7-SNAPSHOT Andreas Schildbach 2018-03-30 19:27:48 +0200
  • 37525e6eb7 WalletFiles: Getter for wallet that is managed. Andreas Schildbach 2018-03-30 20:58:08 +0200
  • c9a36647a9 WalletFiles: Don't save any more if executor is shut down. Andreas Schildbach 2018-03-30 19:28:02 +0200
  • e244453073 DeterministicKeyChain: Remove type argument from JavaDoc. Andreas Schildbach 2018-03-24 22:49:59 +0100
  • 0be938b4a7 Block: Avoid NPE in hasTransactions() Daniel James 2017-12-25 18:18:14 -0800
  • 52d000b6f9 README.md: Remove mention of ForwardingService, it's outdated. Andreas Schildbach 2018-03-22 19:45:07 +0100
  • afa14d6968 Transaction: Limit initial size of inputs and outputs ArrayList. Oscar Guindzberg 2018-03-19 15:49:51 -0300
  • b976205716 ScriptPattern: Add pattern matcher for segwit commitment (in an output of the coinbase transaction). Andreas Schildbach 2018-03-21 13:22:57 +0100
  • d30d83c616 FiatTest: Increase test coverage for Fiat class. denis 2018-03-11 09:03:16 +0200
  • 31fb8985ba Namecoin LevelDBTransactionCache: Only store name scriptPubKey in the record, not entire transaction. (#32) JeremyRand 2018-03-18 08:59:42 +0000
  • 6aba962d62 DeterministicKeyChain: Allow decrypting DeterministicKeyChain with arbitrary path HashEngineering 2018-03-14 22:01:53 -0700
  • afe1b69f31 Use InetAddress.getLoopbackAddress() rather than hardcoding '127.0.0.1'. Andreas Schildbach 2018-03-14 11:49:59 +0100
  • 7e9c45ad55 ForwardingService: Fix hardcoded fee by simply emptying the entire wallet to the forwarding address. This will make sure the library is calculating the correct fee. Andreas Schildbach 2016-11-26 18:18:29 +0100
  • 8ee5e48171 Update to protobuf-java 3.5.1. Andreas Schildbach 2018-03-13 21:06:40 +0100
  • dbc4c35209 SPVBlockStoreTest: Add tests for file locking. Andreas Schildbach 2018-03-13 16:13:11 +0100
  • c35d892fa6 Add Utils.isLinux() and Utils.isMac() helpers. Andreas Schildbach 2018-03-13 12:39:02 +0100
  • 9e2b0c05c7 Use Utils.isWindows() helper consistently. Andreas Schildbach 2018-03-13 12:36:34 +0100
  • e0d9683bd5 DeterministicKeyChain: Allow encrypting DeterministicKeyChain with arbitrary path HashEngineering 2018-03-11 22:09:26 -0700
  • 4bbb7be059 Migrate fully qualified names to using imports. Andreas Schildbach 2018-03-11 17:49:28 +0100
  • 9e16d5fdeb JavaDoc: Fix references. Andreas Schildbach 2018-03-11 20:53:42 +0100
  • fa5bdbb672 JavaDoc: Fix HTML structure. Andreas Schildbach 2018-03-11 18:29:35 +0100
  • bdfc1b3716 JavaDoc: Fix exception not thrown. Andreas Schildbach 2018-03-11 20:01:44 +0100
  • d945822e62 JavaDoc: Replace <code> with {@code}. Andreas Schildbach 2018-03-11 16:42:14 +0100
  • 326e076373 JavaDoc: Fix dangling comments. Andreas Schildbach 2018-03-11 16:14:19 +0100
  • df1b954b7b JavaDoc: Remove unnecessary {@inheritDoc}. Andreas Schildbach 2018-03-11 15:56:30 +0100
  • 5b008f90e0 Migrate from Guava Charsets to Java7 StandardCharsets constants. Andreas Schildbach 2018-03-09 17:05:09 +0100
  • faf58ac9a2 Transaction: Add 'to addresses' to outputs in toString(). Andreas Schildbach 2018-03-09 01:39:55 +0100
  • d623860250 PeerSocketHandler: Fix JavaDoc warnings. Andreas Schildbach 2018-03-07 16:14:14 +0100
  • 2d06e866de Move protobufs to src/main/proto. Andreas Schildbach 2018-03-07 12:20:07 +0100
  • 8e395e2b31 Script.ScriptType: Remove the NO_TYPE value and use null instead. Andreas Schildbach 2018-03-05 22:10:43 +0100
  • d231bade1f Script.ScriptType: Use stable id for persistence, rather than ordinal(). Andreas Schildbach 2018-03-05 22:04:00 +0100
  • c337970ca8 Script.ScriptType: Rename PUB_KEY value to P2PK. Andreas Schildbach 2018-03-05 21:52:21 +0100
  • f5becfbfb0 Script.ScriptType: Document enum values. Andreas Schildbach 2018-03-05 21:51:18 +0100
  • fb54451c0b Update to SpongyCastle 1.58.0.0. Andreas Schildbach 2017-08-22 17:53:17 +0200
  • b9a31104af Consistently use standard acronyms: P2PKH, P2PK, P2SH Andreas Schildbach 2018-03-05 16:07:57 +0100
  • 4722b48628 VersionMessage: Parse NODE_WITNESS service flag. Alex Voloshko 2018-03-05 10:59:21 +0100
  • 7f5b6753f5 Use Address whereever possible in the API, rather than LegacyAddress. Andreas Schildbach 2018-03-04 19:58:49 +0100
  • 6e46d75c61 TransactionBroadcast: Propagate context to EnoughAvailablePeers runnable. Andreas Schildbach 2018-03-04 21:30:37 +0100
  • c9cfd15f7f Transaction: Fix a JavaDoc link. Andreas Schildbach 2018-03-04 21:58:15 +0100
  • 752b06043c Wallet: Remove several methods that were deprecated long ago. Andreas Schildbach 2018-03-04 19:20:11 +0100
  • 4971d3fc25 LegacyAddress: Deprecate fromP2SHScript() static constructor. Andreas Schildbach 2018-03-04 17:08:47 +0100
  • c7acfee1a4 LegacyAddress: Rename fromP2SHHash() static constructor to fromScriptHash(), keeping the old method as deprecated. Andreas Schildbach 2018-03-04 16:57:12 +0100
  • bc8828c858 TransactionOutput: Deprecate getAddressFromP2PKHScript() and getAddressFromP2SH() methods. Andreas Schildbach 2018-03-04 16:48:27 +0100
  • 3fb6b5fcb6 ScriptPattern: Refactor some matcher methods to use series of ifs. Andreas Schildbach 2018-03-04 16:14:49 +0100
  • 061f5c9841 Determine native segwit destination addresses of a transaction by parsing the segwit scriptPubKey. Andreas Schildbach 2018-02-25 22:05:54 +0100
  • 52afdc629e Teach SendRequest and Wallet to send to native segwit addresses. Andreas Schildbach 2018-02-23 20:03:27 +0100
  • 2c768bfe07 UTXOProvider: getOpenTransactionOutputs() to take a list of ECKeys rather than addresses. Andreas Schildbach 2018-03-01 17:16:31 +0100
  • d92dfdfd14 Add ability to import an account key that allows for a wallet to spend from it. HashEngineering 2017-11-18 23:50:13 -0800
  • 21d65feb28 AddressFormatException: Add InvalidPrefix exception that is thrown when the prefix (version header or HRP) is invalid. Andreas Schildbach 2018-03-03 10:48:46 +0100
  • b3a41dce89 SegwitAddressTest: Comment test vectors for invalid addresses. Andreas Schildbach 2018-03-03 10:31:23 +0100
  • d55a547740 AddressFormatException: Add InvalidDataLength exception that is thrown when the data part isn't of the right size. Andreas Schildbach 2018-03-03 09:49:02 +0100
  • bc1afbc6c3 Bech32: Encoding should not throw AddressFormatException. Andreas Schildbach 2018-03-03 09:40:29 +0100
  • 64aa2ecac6 Bech32Test: Sync test vectors with current version of BIP173. Andreas Schildbach 2018-03-02 10:55:39 +0100
  • 15a15ac024 AddressFormatException: Add InvalidCharacter exception that is thrown when a character is used that is invalid in the encoding. Andreas Schildbach 2018-03-02 11:31:50 +0100
  • 0297ba4d58 AddressFormatException: Add InvalidChecksum exception that is thrown when a Base58 or Bech32 checksum is invalid. Andreas Schildbach 2018-03-02 11:06:03 +0100
  • 0a7f346919 Move WrongNetworkException to AddressFormatException.WrongNetwork. Andreas Schildbach 2018-03-02 10:36:50 +0100
  • 6a7a136d7c LegacyAddress: Make sure the various by-hash constructors throw AddressFormatException if the hash length isn't 20 bytes. Andreas Schildbach 2018-03-02 12:32:41 +0100
  • 82edec0978 DumpedPrivateKey: Don't dump private key into exception message, even if it's likely invalid anyway. Andreas Schildbach 2018-03-01 18:42:20 +0100
  • 2e8a7474b2 BitcoinURI: Make aware of native segwit addresses. Andreas Schildbach 2018-02-23 18:10:33 +0100
  • d2caf699e1 LegacyAddress: Deprecate isP2SHAddress(). Andreas Schildbach 2018-02-28 17:07:39 +0100
  • c0d8039c82 LegacyAddress: Deprecate getHash160(). Andreas Schildbach 2018-02-28 17:01:56 +0100
  • e11119b64f Rename VersionedChecksummedBytes→PrefixedChecksummedBytes, Address→LegacyAddress and AbstractAddress→Address. Andreas Schildbach 2018-02-28 16:51:44 +0100
  • 6593d74619 Implement native segwit addresses in new SegwitAddress class. Andreas Schildbach 2018-02-15 14:02:53 +0100
  • 57f25d4c22 VersionedChecksummedBytes: Store network params rather than version, in preparation for native segwit addresses. Andreas Schildbach 2018-02-15 17:47:09 +0100
  • f25840309b Rename the org.bitcoinj.core.CheckpointManagerTest test package to lowercase. Andreas Schildbach 2018-02-28 10:02:31 +0100
  • a8c9a33d6a PaymentSessionTest: Fix missing context. Andreas Schildbach 2018-02-28 01:35:24 +0100
  • 5ed7847a80 PaymentSessionTest: Ignore test that has a hardcoded expiration date. Andreas Schildbach 2018-02-28 01:34:47 +0100
  • 2aec06a281 Consequently use constants for network params in test cases. Andreas Schildbach 2018-02-28 00:51:43 +0100
  • 1d15d95d97 Some Javadoc changes related to addresses. Andreas Schildbach 2018-02-27 21:19:31 +0100
  • 44474be186 Address: Migrate use of the other pubKeyHash constructor to fromPubKeyHash(). Deprecate the constructor. Andreas Schildbach 2018-02-27 11:41:13 +0100
  • cc2e8ba935 Address: Make main constructor private. Andreas Schildbach 2018-02-27 11:19:04 +0100
  • ebd402eb4b Rename static NetworkParameters constants in test cases. Andreas Schildbach 2018-02-27 11:34:19 +0100
  • 31a06d7095 ScriptPattern: Add Javadocs to methods. Andreas Schildbach 2018-02-26 13:36:27 +0100
  • 4b129475b3 Script: Deprecate the script data extraction methods for CLTV payment channels. Andreas Schildbach 2018-02-26 13:25:46 +0100
  • c6bbd947a0 Script: Move getPubKey() to ScriptPattern.extractKeyFromPayToPubKey(). Andreas Schildbach 2018-02-26 11:00:29 +0100
  • 234384c87e Script.getPubKey(): Remove ability to extract the pubKey from inputs spending from P2PKH outputs. Andreas Schildbach 2018-02-26 11:14:13 +0100
  • ea2dc695d7 Remove the concept of "acceptable Base58 address headers" (version headers) for a given network. Andreas Schildbach 2018-02-18 14:21:45 +0100
  • 55f2a60fb6 Remove the concept of 'from address'. Andreas Schildbach 2018-02-23 19:00:16 +0100
  • dedeb01dac Move ECKey.toAddress() to Address.fromKey(). Andreas Schildbach 2018-02-24 11:59:57 +0100
  • 1a1693bd8a pom.xml: Exclude two more network tests from surefire when using the no-network profile. Andreas Schildbach 2018-02-26 02:11:31 +0100
  • 0a21b586e8 Script: Extract the extraction of the P2PKH and P2SH hashes to ScriptPattern. Andreas Schildbach 2018-02-26 00:00:16 +0100
  • e44591a9b5 Script: Deprecate the old matcher methods, move their Javadocs over to ScriptPattern and use only the equivalents in ScriptPattern. Andreas Schildbach 2018-02-25 22:45:19 +0100
  • 8d98c3e1e2 Script: Remove deprecated matcher method isSentToP2SH(). Andreas Schildbach 2018-02-25 22:18:50 +0100
  • fc4a29e3cb ScriptPattern: For all matcher methods, take Script as an argument rather than List<ScriptChunk>. Andreas Schildbach 2018-02-25 22:31:21 +0100
  • caf9e52940 ScriptPattern: Rename some matcher methods to the typical name of the matched scripts. Andreas Schildbach 2018-02-25 22:12:39 +0100
  • 71a5b1b89f Remove some unused imports. Andreas Schildbach 2018-02-23 20:09:41 +0100
  • cb01312395 Update to slf4j 1.7.25. Andreas Schildbach 2018-02-23 01:27:37 +0100
  • 30767c9e28 Update to OkHttp 3.9.1. Andreas Schildbach 2018-02-23 01:15:14 +0100
  • e0e8ecbd69 Update to Guava 24.0-android. Andreas Schildbach 2018-02-23 01:12:02 +0100
  • 95c225a4ff Update to maven-surefire-plugin 2.20.1. Andreas Schildbach 2018-02-23 02:07:40 +0100
  • ec28f13355 Update to maven-source-plugin 3.0.1. Andreas Schildbach 2018-02-23 02:07:05 +0100
  • 5881404c94 Update to maven-site-plugin 3.7. Andreas Schildbach 2018-02-23 02:06:24 +0100