neobytes/src/wallet
UdjinM6 7e96af4e65
Refactor PrivateSend (#1735)
* make infoMixingMasternode private

* move PS queue entries expiration checks (and cs_darksend) to CPrivateSendBase

* drop CTxDSOut

* move prevPubKey out of CTxIn into CTxDSIn and use CTxDSIn explicitly

* drop CPrivateSendClient::NewBlock

* move IsDenominatedAmount to CPrivateSend

* move IsCollateralAmount to CPrivateSend

* drop darksend-relay.cpp/h

* drop GetMasternodeByRank
2017-12-04 09:06:07 +03:00
..
test Backport Bitcoin Qt/Gui changes up to 0.14.x part 2 (#1615) 2017-09-09 10:04:02 +03:00
crypter.cpp HD wallet (#1405) 2017-05-29 14:51:40 +03:00
crypter.h HD wallet (#1405) 2017-05-29 14:51:40 +03:00
db.cpp Merge #9353: Add data() method to CDataStream (and use it) 2017-10-23 19:07:45 +02:00
db.h Merge #9353: Add data() method to CDataStream (and use it) 2017-10-23 19:07:45 +02:00
rpcdump.cpp Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
rpcwallet.cpp fix Examples section of the RPC output for listreceivedbyaccount, listreceivedbyaccount and sendfrom commands (#1665) 2017-10-04 22:34:30 +03:00
wallet_ismine.cpp Bump copyright headers to 2015 2016-01-05 14:13:33 +01:00
wallet_ismine.h Backport Bitcoin Qt/Gui changes up to 0.14.x part 1 (#1614) 2017-09-07 18:59:00 +03:00
wallet.cpp Refactor PrivateSend (#1735) 2017-12-04 09:06:07 +03:00
wallet.h Refactor PrivateSend (#1735) 2017-12-04 09:06:07 +03:00
walletdb.cpp Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
walletdb.h HD wallet (#1405) 2017-05-29 14:51:40 +03:00