Commit graph

  • 659dcb6c59 rpc: Avoid creating non-standard raw transactions MarcoFalke 2018-12-06 16:13:53 -0500
  • eea8378f6c doc: Fill in authors and changelog for 0.17.1 release notes Wladimir J. van der Laan 2018-12-07 00:29:28 +0100
  • 4904d21df0 qa: Ensure wallet unload during walletpassphrase timeout João Barbosa 2018-10-19 23:10:49 +0100
  • 2ff659ac91 Refactor PSBTInput signing to enforce invariant Glenn Willen 2018-10-26 15:31:41 -0700
  • 248e1132b2 Simplify arguments to SignPSBTInput Glenn Willen 2018-10-26 15:30:50 -0700
  • eaadea01f3 Add bool PSBTInputSigned Glenn Willen 2018-10-26 15:28:48 -0700
  • cca21e18ea Remove redundant txConst parameter to FillPSBT Glenn Willen 2018-10-26 15:24:55 -0700
  • b7e58f9c1d Convert non-witness UTXOs to witness if witness sig created Andrew Chow 2018-09-11 00:11:00 -0400
  • d2611e9d97 CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown change Gregory Sanders 2018-10-03 14:41:03 +0900
  • 0050a7e979 qa: Avoid race in p2p_invalid_block by waiting for the block request MarcoFalke 2018-11-09 15:58:19 -0500
  • 56df309b1b build: Add bitcoin-tx.exe into Windows installer Chun Kuan Lee 2018-11-09 21:57:13 +0800
  • 7871dd58fe [wallet] Ensure wallet is unlocked before signing gustavonalle 2018-09-24 16:10:23 +0100
  • c33bab30d2 [wallet] Restore ability to list incoming transactions by label Russell Yanofsky 2018-10-06 00:48:23 -0400
  • afb4aabe3b doc: Clean out release notes after 0.17.0.1 Wladimir J. van der Laan 2018-11-06 09:43:00 +0100
  • 70998ac794 qa: Run all tests even if wallet is not compiled MarcoFalke 2018-09-09 13:32:37 -0400
  • 3a102216f4 doc: Update release notes for 0.17.0.1 Wladimir J. van der Laan 2018-10-25 22:54:20 +0200
  • e4152f67f3 doc: Clean out release notes after release 0.17.0 Wladimir J. van der Laan 2018-10-03 13:02:26 +0200
  • 826219f99c [qa] backport: Test for duplicate inputs within a transaction Suhas Daftuar 2018-09-17 16:15:02 -0400
  • e275004f72 qt: Pre-rc1 translations update Wladimir J. van der Laan 2018-08-16 12:02:09 +0200
  • f750218b62 rolled version v0.17.4.4 Brannon King 2020-03-06 10:51:14 -0700
  • e5a5260bda fix EstimateSize for gettxoutsetinfo Brannon King 2020-03-06 10:25:05 -0700
  • 91cb187522 Merge remote-tracking branch 'origin/wallet_reafctor' Brannon King 2020-03-06 10:03:27 -0700
  • 356f254b62 Fix wallet races and crashes Anthony Fieroni 2020-03-04 17:52:04 +0200
  • 05f5dd96c7
    Merge #18218: [0.19] Further 0.19 backports MarcoFalke 2020-03-04 10:23:56 -0500
  • 58ba7c314d
    build: Bump version for 0.19.1 final Wladimir J. van der Laan 2020-03-04 13:13:02 +0100
  • 2d01cf1ece Merge branch 'reintroduce_hashtable' Brannon King 2020-03-03 15:02:32 -0700
  • a050ee1e61 changed sync requirement, use hash_bytes Brannon King 2020-03-03 11:35:25 -0700
  • 80237390ff restored the blob compare Brannon King 2020-03-03 10:42:42 -0700
  • b2186806e3 rob the rich to pay the poor Brannon King 2020-03-03 09:03:51 -0700
  • 4664f07b22 make keystore and blockmap use hashtable Brannon King 2020-02-28 22:11:08 -0700
  • f5f6bc788d Merge branch 'fix_temporaries' Brannon King 2020-03-03 15:02:07 -0700
  • 8567645af1
    Fixed mistakes in documentation kodxana 2020-03-03 21:11:18 +0100
  • ab5a04fe8b Allow sqlite to copy only temporaries Anthony Fieroni 2020-02-28 16:07:41 +0200
  • 48fef5ebae
    gui: Fix race in WalletModel::pollBalanceChanged Russell Yanofsky 2020-02-11 16:53:53 -0500
  • 1964561a3a
    build: don't embed a build-id when building libdmg-hfsplus fanquake 2020-01-26 12:16:44 +0800
  • a27de3afaf Merge remote-tracking branch 'origin/remove_tx_index' Brannon King 2020-02-26 14:11:33 -0700
  • 96bf1c4afa fix data corruption of block_info::hash Brannon King 2020-02-26 14:11:03 -0700
  • 20d47b5238
    Remove references to txindex parameter since it is no longer required. Mark Beamer Jr 2020-02-22 12:03:14 -0500
  • a568691c10 MaxTipAge should only apply on mainnet v0.17.4.3 Brannon King 2020-02-21 16:05:33 -0700
  • a4f8b5c358 Merge branch 'add_maxblockfilesize_param' Brannon King 2020-02-21 10:23:13 -0700
  • f91d4a69fc fix unspent order, made faster flush, faster generate, larger coin cache Brannon King 2020-02-20 16:06:02 -0700
  • da4dcfa242 added new maxblockfilesize parameter Brannon King 2020-02-19 15:02:43 -0700
  • 9fc1169019 brought back fReset Brannon King 2020-02-19 13:00:50 -0700
  • 38f913317b Merge branch 'fix_flush_to_not_corrupt' Brannon King 2020-02-19 12:38:59 -0700
  • 489edb7e0b Do not try to search only in cache, flush can discard changes Brannon King 2020-02-18 17:08:33 -0700
  • 18e4372eb9 optimizing the wallet to better handle claimname calls Brannon King 2020-02-14 16:30:11 -0700
  • 24fedd6f14 bump the version Brannon King 2020-02-13 21:47:00 -0700
  • e3bc1344ef changing to gcc-only build for Linux Brannon King 2020-02-13 21:31:00 -0700
  • 9d3800265e stop using pointer to map key; it could be volatile Brannon King 2020-02-13 15:59:09 -0700
  • ce70ebd2a4 reduce output on syncing testnet Brannon King 2020-02-13 10:51:33 -0700
  • a28ea316ed
    Merge #18139: doc: Add missing author to 0.19.1 release notes Wladimir J. van der Laan 2020-02-13 16:26:49 +0100
  • facbdc0f5e
    doc: Add missing author to 0.19.1 release notes MarcoFalke 2020-02-13 06:23:17 -0800
  • 4e62c86b5d updated to expect backwards symbol table Brannon King 2020-02-12 16:40:50 -0700
  • 688588519b compiles but still calls fcntl64 Brannon King 2020-02-10 16:27:12 -0700
  • e61d083219 minor optimizations Brannon King 2020-02-12 16:39:02 -0700
  • 4c342fae29 flush more, disk sync less Brannon King 2020-02-12 11:40:14 -0700
  • 628103d673
    build: Bump version to 0.19.1rc2 Wladimir J. van der Laan 2020-02-10 15:33:42 +0100
  • c3caf2d84c
    doc: UNIX manual pages update for rc2 Wladimir J. van der Laan 2020-02-10 15:25:50 +0100
  • e5322d6dad
    qt: Pre-rc2 translations update Wladimir J. van der Laan 2020-02-10 15:25:28 +0100
  • 9bd082e657
    doc: Update release notes for rc2 Wladimir J. van der Laan 2020-02-10 15:20:53 +0100
  • ba0b7e1296
    Merge #18079: [0.19] psbt: check that various indexes and amounts are within bounds Wladimir J. van der Laan 2020-02-10 13:09:54 +0100
  • 4755037d45
    Merge #18083: [0.19] wallet: Reset reused transactions cache Wladimir J. van der Laan 2020-02-10 12:56:12 +0100
  • f55442aa81
    Merge #18100: 0.19: Update univalue subtree Wladimir J. van der Laan 2020-02-10 11:39:02 +0100
  • fa4d00b569
    Update univalue subtree MarcoFalke 2020-02-09 07:51:00 -0800
  • 5e1728017b Squashed 'src/univalue/' changes from 7890db99d6..98261b1e7b MarcoFalke 2020-02-09 07:49:51 -0800
  • f5fb7fca96 psbt: check output index is within bounds before accessing Andrew Chow 2019-10-15 17:26:46 -0400
  • 873c597ba6 don't require pre-existence of datadir v0.17.4.2 Brannon King 2020-02-06 13:40:10 -0700
  • 1804bba558 rolled the version Brannon King 2020-02-06 10:40:18 -0700
  • a8555a5515 Merge remote-tracking branch 'origin/fix_blockdir_beamer' Brannon King 2020-02-06 09:16:50 -0700
  • 7d53995ff2
    Merge #18084: 0.19: gui: Fix unintialized WalletView::progressDialog fanquake 2020-02-06 20:56:53 +0800
  • b4e5363ccc gui: Fix unintialized WalletView::progressDialog João Barbosa 2020-02-03 20:05:04 +0000
  • f11872cbf4 wallet: Reset reused transactions cache Fabian Jahr 2019-12-31 19:55:18 +0100
  • f92e12511b
    Added automatic docker image creation Mark Beamer Jr 2020-02-04 20:31:02 -0500
  • 1cf77a2dc3 Don't calculate tx fees for PSBTs with invalid money values Andrew Chow 2019-10-15 17:15:22 -0400
  • 45064b6b7b Ensure returned path is not a dangerous one Anthony Fieroni 2020-02-04 18:49:33 +0200
  • 776da644eb Fix blocks dir references Anthony Fieroni 2020-02-04 18:30:25 +0200
  • 76e68b04d0
    update year (#365) YULIUS KURNIAWAN KRISTIANTO 2020-02-04 05:04:31 +0700
  • 0ee85aa0c6
    update year YULIUS KURNIAWAN KRISTIANTO 2020-02-03 04:10:36 +0700
  • 043e17d85d tweak consistency check v0.17.4.1 Brannon King 2020-01-31 10:28:33 -0700
  • e9f2f4be9e Merge branch 'sqlite_sync' Brannon King 2020-01-31 10:07:37 -0700
  • 39e2f3e5bc byte swap performance on windows Brannon King 2020-01-30 17:10:57 -0700
  • b18091f63c backported networking tweaks Brannon King 2020-01-30 15:39:22 -0700
  • 55730549af Increase attempts to database sync Anthony Fieroni 2020-01-30 17:42:21 +0200
  • 7af6e43bb5 optimized hash calc, fixed bad nChainTx, re-used db connection Brannon King 2020-01-29 14:06:53 -0700
  • e18650cbf0 Running daemon without claimtrie functionality pseudoscalar/finance finance Anthony Fieroni 2020-01-29 18:09:51 +0200
  • 85ea861144 Merge branch 'poll_for_select' Brannon King 2020-01-28 12:37:04 -0700
  • d2b1aa52d5 more careful initialization Brannon King 2020-01-28 12:33:10 -0700
  • e5c233691f Use poll instead of select Anthony Fieroni 2020-01-23 16:41:40 +0200
  • 558f85e411 improve integrity check time Brannon King 2020-01-28 10:41:02 -0700
  • ec55be0d54 Use fully static linkage pseudoscalar/static_link static_link Anthony Fieroni 2020-01-28 10:01:28 +0200
  • d020cee7f5 Merge branch 'lsn_reset' Brannon King 2020-01-27 17:46:09 -0700
  • 6eaeeb2648 Don't call lsn_reset at periodic time Anthony Fieroni 2020-01-23 10:16:58 +0200
  • b14c7bb3be fixed slow loading of block index, increased wallet flush period Brannon King 2020-01-27 17:38:38 -0700
  • 755b0734bb
    doc: Preliminary 0.19.1 release notes Wladimir J. van der Laan 2020-01-27 16:26:57 +0100
  • 178a834687
    Merge #17988: [0.19] Final backports for 0.19.1 Wladimir J. van der Laan 2020-01-23 20:42:58 +0100
  • 1b0afb71a2
    doc: Manpage updates for 0.19.1rc1 Wladimir J. van der Laan 2020-01-23 15:00:25 +0100
  • c3cb60222c
    build: Bump version to 0.19.1rc1 Wladimir J. van der Laan 2020-01-23 14:44:42 +0100
  • 1299a1a11f
    qt: Translations update pre-rc1 Wladimir J. van der Laan 2020-01-23 14:33:18 +0100
  • 5a3b0392d8 Don't call lsn_reset at periodic time Anthony Fieroni 2020-01-23 10:16:58 +0200
  • daf2fff236
    test: add missing #include to fix compiler errors Karl-Johan Alm 2020-01-22 17:13:53 +0900