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

Commit Graph

  • 7e788657e1 Update to maven-shade-plugin 3.1.0. Andreas Schildbach 2018-02-23 01:40:48 +0100
  • 03df9f303a Update to maven-resources-plugin 3.0.2. Andreas Schildbach 2018-02-23 02:03:06 +0100
  • b70e4521b9 Update to maven-javadoc-plugin 3.0.0. Andreas Schildbach 2018-02-23 02:02:21 +0100
  • 5ee55fe1f2 Update to maven-jar-plugin 3.0.2. Andreas Schildbach 2018-02-23 02:01:28 +0100
  • 607ddcf124 Update to maven-enforcer-plugin 3.0.0-M1. Andreas Schildbach 2018-02-23 02:00:33 +0100
  • 4dce437e82 Update to maven-dependency-plugin 3.0.2. Andreas Schildbach 2018-02-23 01:59:49 +0100
  • 15d5d444c6 Update to maven-compiler-plugin 3.7.0. Andreas Schildbach 2018-02-23 01:59:12 +0100
  • 41fd06a739 Update to maven-clean-plugin 3.0.0. Andreas Schildbach 2018-02-23 01:58:22 +0100
  • 90f35ca8aa Target Java 7 for core Andreas Schildbach 2018-02-23 00:53:09 +0100
  • 631d9ddca1 Release 0.14.6 v0.14.6 Andreas Schildbach 2018-02-22 18:37:05 +0100
  • 470cda4ccf Transaction: Lower REFERENCE_DEFAULT_MIN_TX_FEE to 1000 and MIN_NONDUST_OUTPUT to 546. Andreas Schildbach 2017-02-28 13:41:37 -0300
  • 452cdb6215 Don't derive test classes from TestCase. Andreas Schildbach 2018-02-21 19:39:38 +0100
  • f5f97c7d94 MnemonicCode: Add null check for passphrase. David Kingsbury 2018-02-19 16:31:52 +0100
  • 335a8e9fd3 AddressTest: Fix cast. Andreas Schildbach 2018-02-19 10:37:30 +0100
  • b559609f7b SendRequest example: Fix the print info. harryge00 2018-02-10 17:52:10 +0800
  • cb35fb5ad9 Fix spelling in comments: heirarchy → hierarchy Andreas Schildbach 2017-11-24 13:23:27 +0100
  • f1c53f3ac3 DumpedPrivateKey: Fix toBase58() for the case where the key is compressed. Nicola Atzei 2017-11-03 15:31:00 +0100
  • 973c674198 ScriptBuilder: Fix minimal number encoding for -1. Nicola Atzei 2017-10-26 15:20:06 +0200
  • 9e7cb1c951 Basic support for version 2 transactions. Andreas Schildbach 2017-08-30 17:31:52 +0200
  • 6ba1b95e4b .travis.yml: Continue using the Ubuntu Precise image for continuous integration builds. Andreas Schildbach 2017-09-23 12:26:58 +0200
  • e5ec3a6a95 Transaction: Lower REFERENCE_DEFAULT_MIN_TX_FEE to 1000 and MIN_NONDUST_OUTPUT to 546. Andreas Schildbach 2017-02-28 13:41:37 -0300
  • 04f9de20d4 Use java.util.Arrays for cloning byte arrays. Andreas Schildbach 2018-02-22 20:19:03 +0100
  • 0a54554413 ScriptChunkTest: Use Guava for concatenating byte arrays. Andreas Schildbach 2018-02-22 20:08:54 +0100
  • 83453d9925 Prepare 0.14.6-SNAPSHOT Andreas Schildbach 2018-02-22 18:06:16 +0100
  • b455ebc635 Use Utils.uint*() and Utils.readUint*() methods for all remaining instances where we still did the bit stuffing manually. Andreas Schildbach 2018-02-18 18:19:27 +0100
  • aa593f46cd Utils: Reorder. Andreas Schildbach 2018-02-22 12:32:15 +0100
  • 13828ce311 Utils: Add some missing documentation. Andreas Schildbach 2018-02-22 12:24:43 +0100
  • 76c4f03d63 Utils: Rename uint64ToByteArrayLE() helper to int64ToByteArrayLE(), as the implementation is actually signed. Andreas Schildbach 2018-02-22 12:20:51 +0100
  • 90636275af Utils: Remove unused and untested isLessThanUnsigned() and isLessThanOrEqualToUnsigned() helpers. Andreas Schildbach 2018-02-22 11:53:49 +0100
  • 4daac38758 Utils: Inline getResourceAsString() into DeterministicKeyChainTest, as it's only being used there. Andreas Schildbach 2018-02-22 11:43:26 +0100
  • 84048b565b Utils: Move parseAsHexOrBase58() to WalletTool, as it's only being used there. Andreas Schildbach 2018-02-22 11:34:25 +0100
  • e855030204 Utils: Move formatMessageForSigning() to ECKey, as it's only being used there. Andreas Schildbach 2018-02-22 11:28:16 +0100
  • 96bdad5a67 Utils: Move copyOf() to UnsafeByteArrayOutputStream, as it's only being used there. Andreas Schildbach 2018-02-22 11:08:58 +0100
  • 0fd8ab3fa2 Utils: Remove unused and untested appendByte() helper. Andreas Schildbach 2018-02-22 10:54:29 +0100
  • 8295afc03b Utils: Remove reverseDwordBytes(), it wasn't used. Andreas Schildbach 2018-02-22 10:47:07 +0100
  • 4300b2ee40 Replace use of Charset.forName() with Guava Charsets constants. Andreas Schildbach 2018-02-22 10:37:10 +0100
  • b50eddb0a2 Utils: Remove toString() and toBytes() helpers, use new String() and getBytes() with Guava charsets instead. Andreas Schildbach 2018-02-22 10:18:42 +0100
  • b6ecc380b8 Utils: Remove closeUnchecked() helpers, use Guava instead. Andreas Schildbach 2018-02-22 10:09:30 +0100
  • 2b765d8aa8 Utils: Remove outdated comment. Andreas Schildbach 2018-02-22 10:09:10 +0100
  • e42e6686cc ScriptChunk: Add method toByteArray(). Nicola Atzei 2018-02-21 11:27:58 +0100
  • b87d22e2be Extract checked base58 encoding from Address to Base58. Andreas Schildbach 2018-02-21 19:24:59 +0100
  • eabc206b89 Base58Test: Independent methods for tests that expect an exception. Andreas Schildbach 2018-02-21 19:34:48 +0100
  • 3ca4bd3792 Don't derive test classes from TestCase. Andreas Schildbach 2018-02-21 19:39:38 +0100
  • 2acdb34948 MnemonicCode: Add null check for passphrase. David Kingsbury 2018-02-19 16:31:52 +0100
  • c4d1f200a9 AddressTest: Fix cast. Andreas Schildbach 2018-02-19 10:37:30 +0100
  • 911f6d49c0 SendRequest example: Fix the print info. harryge00 2018-02-10 17:52:10 +0800
  • 9dd8e5ab92 WalletTool: New option --fee-sat-per-byte to set network fee in satoshi per byte. Andreas Schildbach 2018-01-25 12:02:50 +0100
  • d3dca96a3c Allow watched keys to have account paths of an arbitrary length. HashEngineering 2018-02-01 23:33:23 -0800
  • be382c6800 Remove unnecessary accountPath parameter on watch key methods while preserving that the watched key account path can be arbitrary (does not have to be 0H). HashEngineering 2018-01-31 21:51:56 -0800
  • 4d0f15dc2e Wallet: Fix infinite recursion, causing StackOverflowError in deprecated version of Wallet.toString(boolean, boolean, boolean, AbstractBlockChain) method. Tomasz Ludek 2018-01-15 09:15:57 +0100
  • 0ede3c7367 Script: Standard patterns are moved to a separate ScriptPattern class. John L. Jegutanis 2017-09-05 19:40:13 +0300
  • b6360e0858 CheckpointManagerTest: Fix name of test data directory. Andreas Schildbach 2018-01-02 16:45:39 +0100
  • 3f2a8f11c5 Move some tests from ScriptTest to ScriptBuilderTest. Andreas Schildbach 2018-01-02 16:41:11 +0100
  • 3b80b707a5 ScriptBuilder: Add methods opTrue() and opFalse(). Nicola Atzei 2018-01-02 13:26:04 +0100
  • e9469b3a72 Add test for CheckpointManager. Philip Whitehouse 2017-12-25 00:37:25 +0000
  • 6cc02d24b1 Script: Improve error reporting of CHECKSEQUENCEVERIFY. Nicola Atzei 2017-12-30 16:53:32 +0100
  • 6ce57fdb04
    Remove non-working seed (#30) Max K 2017-12-29 22:09:00 +0100
  • c927f0238b Rename variable peers to peerGroup, as the name can be misleading. Andreas Schildbach 2017-12-21 12:46:12 +0100
  • e036f8174a Allow to create wallets with an arbitrary account path. Adds a test for BIP44 wallets (account zero only). Nelson MELINA 2017-02-20 12:18:35 +0100
  • 61e5d714c3 Fix spelling in comments: heirarchy → hierarchy Andreas Schildbach 2017-11-24 13:23:27 +0100
  • 3cc652858c DumpedPrivateKey: Fix toBase58() for the case where the key is compressed. Nicola Atzei 2017-11-03 15:31:00 +0100
  • 9d20db9a84 Namecoin: add LevelDBTransactionCache algorithm. (#27) JeremyRand 2017-11-06 10:36:12 +0000
  • 6208f06d75 Add mainnet seed from OpenBazaar. Andreas Schildbach 2017-10-06 18:21:20 +0200
  • 9f5f973d8a ScriptBuilder: Fix minimal number encoding for -1. Nicola Atzei 2017-10-26 15:20:06 +0200
  • 383801bbb9 Wallet: Add JavaDoc link from autosaveToFile() to saveToFile(). Andreas Schildbach 2017-09-13 11:59:12 +0200
  • 850f219607 Basic support for version 2 transactions. Andreas Schildbach 2017-08-30 17:31:52 +0200
  • 3061734993 Move SEQUENCE_LOCKTIME_* flags from Transaction to TransactionInput. Andreas Schildbach 2017-08-30 18:14:21 +0200
  • 9a3006d03c Transaction: Clarify the meaning of the transaction hash in the JavaDoc. Andreas Schildbach 2017-08-25 13:06:26 +0200
  • d6dce8bd3b Release 0.14.5 v0.14.5 Andreas Schildbach 2017-08-24 13:02:21 +0200
  • 981b451843 Refresh bundled checkpoints. Andreas Schildbach 2017-08-24 13:06:05 +0200
  • a355b05b2a Peer: Drop Bitcoin Cash peers early, based on service bit 5. Andreas Schildbach 2017-08-22 10:22:52 +0200
  • bb3609b8c9 VersionMessage: Define service bits a bit differently. Andreas Schildbach 2017-08-22 12:18:56 +0200
  • ca149005ab Peer: Demote logging of alert messages to debug. They're not important any more now that they're deprecated. Andreas Schildbach 2017-08-14 16:07:18 +0200
  • e32feb0aa9 Refresh bundled checkpoints. Andreas Schildbach 2017-08-24 13:06:05 +0200
  • c1abf2b7f4 BuildCheckpoints: Fix possible resource leak. Bas van Schaik 2017-04-27 19:14:09 +0100
  • a20087eee3 HttpDiscovery: Fix resource leak as a result of unclosed GZIPInputStream. Bas van Schaik 2017-04-27 18:14:21 +0100
  • 5a08847e42 ECKey: Gender-neutralize a comment. Andreas Schildbach 2017-07-27 14:18:48 +0200
  • c35d7da63a Script: Fix exception handling within isSentToMultiSig() method. Nicola Atzei 2017-07-24 14:26:13 +0200
  • 24b8f6771d Add mainnet and testnet seeds from Bloq. Andreas Schildbach 2017-07-19 09:47:37 +0200
  • 50873b5ace Unit tests: Disable a nasty HotSpot optimization that causes exception messages and traces to go missing. Andreas Schildbach 2017-07-23 14:45:11 +0200
  • 4b95a8bdfa RegTestParams: MAX_TARGET to be created out of 64 hex digits Gitju 2017-07-06 17:29:32 +0200
  • 7f34eefca4 Transaction.SORT_TX_BY_HEIGHT: Use the Block.BLOCK_HEIGHT_UNKNOWN constant rather than -1. Andreas Schildbach 2017-06-26 17:29:22 +0200
  • 479ad2a49b Transaction.SORT_TX_BY_HEIGHT: For transactions not 'building', use -1 height for sorting purposes. Andreas Schildbach 2017-06-25 20:18:37 +0200
  • 833c3cfe14 Script: Fix two exception messages. Nicola 2017-06-12 18:51:53 +0200
  • 8855b58b1e Transaction.toString(): Clearly state if script is missing. Andreas Schildbach 2017-06-02 16:49:30 +0200
  • a7efa3ac1d Transaction.toString(): Print incomplete transactions, too. Andreas Schildbach 2017-06-02 16:15:08 +0200
  • adec67eac2 Transaction.getFee(): Do not determine fee on incomplete transactions. Andreas Schildbach 2017-06-02 15:32:42 +0200
  • 40bcc7fbc3 ScriptBuilder: Fix number encoding for 16. It must be encoded with smallNum(). Thomas König 2017-04-05 14:47:45 +0200
  • 5e2e761d72 BIP32Test: New test vector, see https://github.com/bitcoin/bips/pull/497 Andreas Schildbach 2017-02-25 12:37:35 +0100
  • f896205a87 PeerAddress: Fix a constructor was hardcoded to the mainnet port. Andreas Schildbach 2017-03-01 12:29:57 +0100
  • 2c546c357e Transaction: Update DEFAULT_TX_FEE. Fees have risen considerably. Andreas Schildbach 2017-02-28 23:58:57 +0100
  • 5d4f0274e1 Wallet: Adjust lastCalculatedSize comment. The 1000 byte boundary is no longer used. Oscar Guindzberg 2017-02-28 13:09:56 -0300
  • 9c2c86cee5 Fix SendRequest package in forwarding.js. Giuseppe Raveduto 2016-12-01 16:46:58 +0100
  • 92b9fdc72b Prepare 0.14.5-SNAPSHOT Andreas Schildbach 2017-08-22 15:12:34 +0200
  • 738011a2a4 Peer: Drop Bitcoin Cash peers early, based on service bit 5. Andreas Schildbach 2017-08-22 10:22:52 +0200
  • ff970f6fad VersionMessage: Define service bits a bit differently. Andreas Schildbach 2017-08-22 12:18:56 +0200
  • 3ef5f9f2d7 ECKey.decodeFromDER(): Also throws IllegalArgumentException if unexpected class was read. Andreas Schildbach 2017-08-22 12:01:34 +0200
  • 9c49fd5692 Peer: Demote logging of alert messages to debug. They're not important any more now that they're deprecated. Andreas Schildbach 2017-08-14 16:07:18 +0200
  • 3c9cb34162 Move ScriptException from .core to .script package. Andreas Schildbach 2017-07-18 09:09:39 +0200
  • 70bef0a129 Add support for "sendheaders" message (BIP130) and use protocol version to 70012. anton 2017-08-02 13:53:52 +0300