3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-30 14:52:16 +00:00

Commit Graph

  • 902cab77d3 Added Raptoreum mainnet params QuickMythril 2022-05-14 19:16:11 -0400
  • 7dc8c6f25d Added (incomplete) Pirate Chain mainnet params master CalDescent 2022-05-10 07:56:22 +0100
  • 9e64650d17 Added Namecoin mainnet params QuickMythril 2022-05-02 15:03:00 -0400
  • d3c793f4e3 Added Dash mainnet params QuickMythril 2022-05-02 13:57:46 -0400
  • 4c2725d0a9 Added Firo mainnet params QuickMythril 2022-05-02 12:43:42 -0400
  • e15d559802 Added comment with reminder to fix the genesis block data. CalDescent 2022-04-24 15:12:34 +0100
  • 6628cfdd66 Temporarily disable genesis checkState(), to allow testing of other areas CalDescent 2022-04-24 14:52:26 +0100
  • 37b66e199e Removed ravencoinj comments since it seems that it was never adapted for Ravencoin and is still using Bitcoin values. CalDescent 2022-04-24 11:40:49 +0100
  • 2d1b7e4385 Use correct coinbase transaction for Ravencoin CalDescent 2022-04-24 11:23:17 +0100
  • 85728d12c7 Revert "Put back to BLOCK_VERSION_GENESIS (1)" CalDescent 2022-04-24 10:33:32 +0100
  • 714779ee1d Revert "Copied genesis transaction output from ravencoinj" CalDescent 2022-04-23 17:22:09 +0100
  • a5755908f0 Copied genesis transaction output from ravencoinj CalDescent 2022-04-23 17:17:21 +0100
  • 6ffdc03950 Put back to BLOCK_VERSION_GENESIS (1) CalDescent 2022-04-23 17:12:20 +0100
  • 4957559878 Fixed incorrect genesis timestamp in last commit CalDescent 2022-04-23 16:45:27 +0100
  • 0786a0ec37 Updated Ravencoin genesis block values. CalDescent 2022-04-23 16:31:29 +0100
  • 6fec8631ea
    Merge pull request #1 from QuickMythril/ravencoin CalDescent 2022-04-23 14:07:06 +0100
  • 98e5348113
    Added Ravencoin mainnet params QuickMythril 2022-04-23 08:24:39 -0400
  • 5ce2206410 Fixed incorrect comment CalDescent 2022-04-22 16:28:45 +0100
  • dd1ed81f51 Added Digibyte mainnet unit test CalDescent 2022-04-22 16:23:45 +0100
  • 02e0d3dc53 Construct the AltcoinBlock differently, because setMerkleRoot() is private. CalDescent 2022-04-22 16:15:33 +0100
  • 99249bfdb7 Revert "Fixed incorrect genesis block script." CalDescent 2022-04-22 15:01:16 +0100
  • 790b449c41 Fixed incorrect genesis block script. CalDescent 2022-04-22 14:50:43 +0100
  • 6cf02a0d89 Copied Digibyte genesis block info from digibytej CalDescent 2022-04-22 14:23:51 +0100
  • 247eaabc22 Added Digibyte mainnet params, based on Litecoin classes, but using constants from https://github.com/DigiByte-Core/digibytej CalDescent 2022-04-22 14:03:11 +0100
  • dcbc42885e Revert gradle version. jjos2372 2021-01-29 12:19:14 -0300
  • 3d47666fb4 Updated gradle. jjos2372 2021-01-29 12:07:56 -0300
  • 0f18ff1c3c Another seed node. jjos2372 2021-01-29 12:07:48 -0300
  • bf9fb8063c Segwit hrp jjos2372 2020-06-02 19:45:49 -0300
  • cc179d72c7
    Delete travis jjos2372 2020-02-26 10:04:14 -0300
  • 806b3926c2
    Update README jjos2372 2020-02-26 10:03:25 -0300
  • ef6b5035d4
    Update README jjos2372 2020-02-26 09:57:59 -0300
  • 4abb955131
    Update README jjos2372 2020-02-26 09:45:21 -0300
  • f26e20bb13 Removing maven build jjos2372 2020-02-26 09:24:26 -0300
  • e5da0b24df Fixing compilation, upated to bitcoinj 0.15, removed Namecoin jjos2372 2020-02-26 09:13:43 -0300
  • 9afa0dd01f gradle build jjos2372 2020-02-26 09:11:12 -0300
  • 657ebf57de Adding gradle build jjos2372 2020-02-26 09:04:49 -0300
  • 9159a629a2 Removed namecoin stuff jjos2372 2020-02-26 09:04:01 -0300
  • 242985fb89 Release 0.15.3 v0.15.3 Andreas Schildbach 2019-07-16 12:25:56 +0200
  • 921a5d1aa8 Fix NPE in o.b.c.Utils runtime and os detection Sean Gilligan 2019-07-02 21:08:27 -0700
  • 5bb5de395e AbstractBlockChain: Fix typos in JavaDoc. Sean Gilligan 2019-06-20 17:06:05 -0700
  • 11e8ec8781 Transaction: Fix typos in JavaDoc. Cameron MacKeen 2019-06-03 12:24:03 -0700
  • 729b84ed45 ECKey: Fix JavaDoc encoding error on Windows. Andreas Schildbach 2019-05-30 09:10:06 +0200
  • 90b4b54b43 ScriptPattern: Correct and clarify the JavaDoc on isSentToMultisig() Matthew Leon 2019-05-23 19:43:35 -0400
  • cb6d36f03b ScriptChunk: Add missing @Nullable annotations to constructors. Matthew Leon 2019-05-16 20:42:52 -0400
  • 3e0a65f36f Script: Remove mention of 'from addresses' in comment. Andreas Schildbach 2019-05-11 11:46:21 +0200
  • aaf2155fa7 ECKey: Missing @Nullable on priv field. Matthew Leon 2019-05-05 12:48:11 -0400
  • d13b0cfc74 SegwitAddress: Don't encode witness version to OP_N when constructing. Matthew Leon 2019-05-04 09:11:10 -0400
  • d36603c2ba Use Bouncy Castle's Scrypt implementation rather than the standalone library. Andreas Schildbach 2019-05-01 19:12:02 +0200
  • 90ae0d8785 Prepare 0.15.3-SNAPSHOT Andreas Schildbach 2019-07-06 12:12:35 +0200
  • 889ff26ebf Update fasterxml dependency langerhans 2019-05-04 16:40:20 +0200
  • ea3a70e85e Release 0.15.2 v0.15.2 Andreas Schildbach 2019-05-04 09:07:30 +0200
  • 0b2670555e ChildKeyDerivationTest: Fix second testcase of testChildKeyDerivation() is never tested. Andreas Schildbach 2019-05-03 20:53:07 +0200
  • 7197534485 HDKeyDerivation: Make precondition message more clear in deriveChildKeyBytesFromPublic(). Andreas Schildbach 2019-05-03 22:50:37 +0200
  • 4283d58c23 Script: Add links to new methods replacing deprecated methods. Oscar Guindzberg 2019-04-22 18:56:40 -0300
  • 840e422f2b TransactionConfidence: Fix typo in JavaDoc. Oscar Guindzberg 2019-04-26 12:32:05 -0300
  • c5aa1a0c69 Fix unbalanced <p> tags in JavaDocs. Andreas Schildbach 2019-04-28 13:44:38 +0200
  • 11bbcbea2e LegacyAddress: Update outdated JavaDoc reference. Matthew Leon 2019-04-22 19:32:41 -0400
  • 8b1c332fb6 wallet-tool-help.txt: Move description of fee options to general options section. Andreas Schildbach 2019-04-22 19:19:22 +0200
  • 37f9571dc5 .travis.yml: Specify exact Gradle version to use. Andreas Schildbach 2019-04-17 20:02:30 +0200
  • d91726483e LegacyAddressTest: Fix copy-paste error. Premek 2019-04-18 15:39:28 +0200
  • d2459441a6 Peer: Ignore incoming SendHeaders messages, because we don't announce new blocks. Andreas Schildbach 2019-04-14 20:34:10 +0200
  • e68cc4488d WalletAppKit: Remove unnecessary call to KeyChainGroup.Builder.build(). Oscar Guindzberg 2019-04-12 17:33:16 -0300
  • 0f5ac332ec Wallet: Fix script type in deprecated findKeyFromPubHash(). Oscar Guindzberg 2019-04-11 13:01:26 -0300
  • 55612cd1dc KeyCrypterScryptTest: Fix spurious test failure in testKeyCrypterWrongPassword(). Andreas Schildbach 2019-04-09 12:31:57 +0200
  • b567260189 ECKey: Decrypted keys must always be 32 bytes long, otherwise likely the encryption key was wrong. Andreas Schildbach 2019-04-06 10:32:05 +0200
  • c509cdbd95 ECKey: Add missing @Nullable on toString(). Matthew Leon 2019-04-04 21:42:15 -0400
  • 7dcbd3a54c Transaction: Add missing @Nullable on getMemo(). Matthew Leon 2019-04-04 22:19:52 -0400
  • f47badc76f KeyChainGroup: Fix NullPointerExceptions in decrypt() for the case of only a basic keychain. Matthew Leon 2019-03-28 21:04:43 -0400
  • 57d0eef454 WalletTest: Be more specific about the expected exception in basicSpendingCommon() when supplying a wrong password. Andreas Schildbach 2019-03-31 13:43:06 +0200
  • f1e67faa0b WalletTest: Be more specific about the expected exception in encryptionDecryptionBadPassword(). Andreas Schildbach 2019-03-31 13:05:48 +0200
  • 43a7df3838 DeterministicKey: Decrypted deterministic keys must always be 32 bytes long, otherwise likely the encryption key was wrong. Andreas Schildbach 2019-03-31 12:58:09 +0200
  • ddcaf228e9 KeyCrypterException: Introduce dedicated InvalidCipherText exception for when a private key or seed is decrypted, the decrypted message is damaged. Andreas Schildbach 2019-03-31 12:32:52 +0200
  • 38323538b4 KeyCrypterException: Introduce dedicated PublicPrivateMismatch exception for when a private key or seed is decrypted, it doesn't match its public key. Andreas Schildbach 2019-03-31 12:05:26 +0200
  • c572bb52d7 KeyChainGroup: Be smarter about encryption order. Matthew Leon 2019-03-28 22:23:58 -0400
  • 80dd4e39fa KeyChainGroupTest: Extract AES_KEY used in tests to constant because deriving the key is costly. Andreas Schildbach 2019-03-28 10:28:46 +0100
  • 26b7d8728f KeyChainGroup: Fix NullPointerExceptions in encrypt() for the case of only a basic keychain. Matthew Leon 2019-03-27 23:13:42 -0400
  • 12f1670eea MonetaryFormat: Fix equals() and hashCode(). Matthew Leon 2019-03-25 21:44:26 -0400
  • be40b7a3e5 NetworkParameters: Make double-checked locking on defaultSerializer safe with volatile keyword. Matthew Leon 2019-03-25 22:14:32 -0400
  • 9d1cff1de1 KeyCrypterScrypt: Migrate AESFastEngine to AESEngine. Matthew Leon 2019-03-23 17:56:40 -0400
  • 76f6f0c21f PeerGroup: Don't stop peer discovery if one peer discoverer throws an exception. Oscar Guindzberg 2019-02-12 15:05:58 -0300
  • a9b40c358f PeerGroup.addAddress(): Don't increase max connections if address already exists. Oscar Guindzberg 2019-02-12 15:02:20 -0300
  • aba000750c BitcoinURI: Allow uppercase schema. Andreas Schildbach 2019-03-22 21:36:47 +0100
  • 7747532bd0 Use plain Gradle console for running any of the tools. Andreas Schildbach 2019-03-20 22:30:09 +0100
  • c7dfe59317 KeyChainGroup: Fix NullPointerException in findRedeemDataFromScriptHash() if no deterministic keychain is in the group. Andreas Schildbach 2019-03-19 18:01:18 +0100
  • c3b6e0d7b9 Wallet: Fix handling of wallet without deterministic chains in checkForFilterExhaustion(). Andreas Schildbach 2019-03-19 17:54:45 +0100
  • f81eb9bc24 Wallet: Fix NullPointerException in isRequiringUpdateAllBloomFilter() when calculating the filter for a basic wallet. Andreas Schildbach 2019-03-19 17:47:42 +0100
  • 7ca3dca222 Transaction: In toString(), if an output is unconnected still print the outpoint. Andreas Schildbach 2019-03-17 18:52:23 +0100
  • 9d8bb0b64a Transaction: In toString(), if a script type is unknown just say so. Andreas Schildbach 2019-03-17 18:48:07 +0100
  • 533d6eb1a8 Wallet: Fix logging in receivePending(). Andreas Schildbach 2019-03-16 14:10:38 +0100
  • 36c6c6e3af Replace tabs with spaces. Oscar Guindzberg 2019-03-13 14:52:01 -0300
  • b3e33fea2a Don't use the Gradle daemon for running any of the tools. Andreas Schildbach 2019-03-13 11:38:07 +0100
  • 8a208040d9 Prepare 0.15.2-SNAPSHOT Andreas Schildbach 2019-03-13 11:41:13 +0100
  • f48bdf3a02 Release 0.15.1 v0.15.1 Andreas Schildbach 2019-03-08 11:43:31 +0100
  • 47858d16e0 LegacyAddressTest: Remove duplicate comparisonEqualTo() test. Stage 2019-03-04 19:28:33 +0800
  • 1d8c78f327 Wallet: Fix crash when isAddressMine() is called with a P2SH or a P2WSH address. Andreas Schildbach 2019-03-07 15:45:13 +0100
  • 937d93e024 Prepare 0.15.1-SNAPSHOT Andreas Schildbach 2019-03-07 15:59:06 +0100
  • ddca1092b3 Release 0.15 v0.15 Andreas Schildbach 2019-03-01 10:22:34 +0100
  • 3e91372c42 Context: Remove a dangling bracket in JavaDoc. Stage 2019-02-28 10:48:20 +0800
  • a2e2a3a5ae Peer, PeerGroup: Use 'ms' rather than 'msec' in logs. Andreas Schildbach 2019-02-28 00:55:00 +0100
  • bfafe01008 Peer.PendingPing: Make future final. Andreas Schildbach 2019-02-28 00:52:45 +0100