1. 23 May, 2017 1 commit
    • Russell Yanofsky's avatar
      Fix importwallet edge case rescan bug · e36647fc
      Russell Yanofsky authored
      Start importwallet rescans at the first block with timestamp greater or equal
      to the wallet birthday instead of the last block with timestamp less or equal.
      This fixes an edge case bug where importwallet could fail to start the rescan
      early enough if there are blocks with decreasing timestamps or multiple blocks
      with the same timestamp.
      
      Github-Pull: #10410
      Rebased-From: 2a8e35a1
      e36647fc
  2. 22 May, 2017 1 commit
    • Alex Morcos's avatar
      Populate services in GetLocalAddress · df7abe76
      Alex Morcos authored
      Previously if we didn't have any local addresses, GetLocalAddress would return
      0.0.0.0 and then we'd swap in a peer's notion of our address in AdvertiseLocal,
      but then nServices would never get set.
      
      Github-Pull: #10424
      Rebased-From: 30701346
      df7abe76
  3. 17 May, 2017 1 commit
  4. 22 Apr, 2017 1 commit
  5. 20 Apr, 2017 2 commits
  6. 19 Apr, 2017 1 commit
  7. 14 Apr, 2017 4 commits
  8. 13 Apr, 2017 2 commits
  9. 06 Apr, 2017 2 commits
  10. 05 Apr, 2017 10 commits
  11. 04 Apr, 2017 2 commits
  12. 03 Apr, 2017 1 commit
  13. 31 Mar, 2017 6 commits
  14. 30 Mar, 2017 3 commits
  15. 29 Mar, 2017 1 commit
    • Wladimir J. van der Laan's avatar
      Merge #10101: [0.14] backports · 493c9b32
      Wladimir J. van der Laan authored
      fa7555b doc: Add release notes for RPC createraw break (MarcoFalke)
      142fbb2 rpc: Rename first named arg of createrawtransaction (MarcoFalke)
      fc3d7db Optimize GetWitnessHash() for non-segwit transactions (Suhas Daftuar)
      e9611d1 depends: fix zlib build on osx (Cory Fields)
      ddc2dd1 Ensure an item exists on the rpcconsole stack before adding (Andrew Chow)
      4d8e660 Trivial: Fix typo in help getrawtransaction RPC (James Evans)
      
      Tree-SHA512: 4351b07a7477315aafbbbc632503a000fb5832d1b3617c7aff78603f4c53f581599a0c9b098d39d35adb8aa58769cf80298baf2eea278c32a662ec8c8fba3ceb
      493c9b32
  16. 27 Mar, 2017 2 commits