aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-04-08[amount] Add support for negative fee ratesMarcoFalke
2016-04-08[amount] test negative fee rates and full constructorMarcoFalke
2016-04-02Merge #7691: [Wallet] refactor wallet/init interactionWladimir J. van der Laan
2016-04-01Fix typo: Optimizaton -> Optimizationpaveljanik
2016-03-31Merge #7772: Clear the input line after activating autocompleteJonas Schnelli
2016-03-31Merge #7763: Put hex-encoded version in UpdateTipWladimir J. van der Laan
2016-03-31Reformat version in UpdateTip and other messagesPieter Wuille
2016-03-31Merge #7766: rpc: Register calls where they are definedWladimir J. van der Laan
2016-03-31rpc: Register calls where they are definedWladimir J. van der Laan
2016-03-30Clear the input line after activating autocompletePavel Janík
2016-03-30Merge #7648: BIP9 versionbits softfork for BIP68, BIP112 and BIP113Wladimir J. van der Laan
2016-03-30Merge #7761: [Qt] remove trailing output-index from transaction-idWladimir J. van der Laan
2016-03-30Merge #7573: P2P: add maxtimeadjustment command line optionWladimir J. van der Laan
2016-03-29Merge #7723: build: python 3 compatibilityWladimir J. van der Laan
2016-03-29build: python 3 compatibilityWladimir J. van der Laan
2016-03-29P2P: add maxtimeadjustment command line optionmruddy
2016-03-29[Qt] remove trailing output-index from transaction-idJonas Schnelli
2016-03-29Merge #7558: [RPC] Add import/removeprunedfunds rpc callWladimir J. van der Laan
2016-03-29Merge #7742: [Wallet][RPC] add missing abandon status documentationWladimir J. van der Laan
2016-03-29[Wallet][RPC] add missing abandon status documentationJonas Schnelli
2016-03-25Merge #7732: [Qt] Debug window: replace "Build date" with "Datadir"Wladimir J. van der Laan
2016-03-24[Qt] remove unused formatBuildDate methodJonas Schnelli
2016-03-24Merge #7506: Use CCoinControl selection in CWallet::FundTransactionWladimir J. van der Laan
2016-03-23Fix lockunspents help messageJoão Barbosa
2016-03-23[Wallet][RPC] add abandoned status to listtransactionsJonas Schnelli
2016-03-23Added companion removeprunedfunds call.instagibbs
2016-03-23Add importprunedfunds rpc callinstagibbs
2016-03-23Merge #7715: Fix calculation of balances and available coins.Wladimir J. van der Laan
2016-03-23Merge #7671: [RPC] Add generatetoaddress rpc to mine to an addressWladimir J. van der Laan
2016-03-22Prevent multiple calls to CWallet::AvailableCoinsJoão Barbosa
2016-03-22[Qt] Debug window: replace "Build date" with "Datadir"Jonas Schnelli
2016-03-22[Wallet] refactor wallet/init interactionJonas Schnelli
2016-03-21Implement "feefilter" P2P message.Alex Morcos
2016-03-21Create generatetoaddress rpcAndrew C
2016-03-21Merge #7692: Remove p2p alert systemWladimir J. van der Laan
2016-03-21Merge #7726: Correct importaddress help reference to importpubkeyWladimir J. van der Laan
2016-03-21Merge #7712: Improve COutPoint less operatorWladimir J. van der Laan
2016-03-21Merge #7708: De-neuter NODE_BLOOMWladimir J. van der Laan
2016-03-21Merge #7705: [amount] Add tests and make GetFee() monotonicWladimir J. van der Laan
2016-03-21Merge #7656: Improve EncodeBase58 performanceWladimir J. van der Laan
2016-03-21Correct importaddress help reference to importpubkeyDenis Lukianov
2016-03-19[amount] Preempt issues with negative fee ratesMarcoFalke
2016-03-18Always disconnect old nodes which request filtered connections.Patrick Strateman
2016-03-18protocol.h/cpp: Removes NetMsgType::ALERTThomas Kerin
2016-03-18FormattingBtcDrak
2016-03-18Remove alert keysBtcDrak
2016-03-18Remove `-alerts` optionBtcDrak
2016-03-18Update alert notification and GUIBtcDrak
2016-03-18Remove p2p alert handlingBtcDrak
2016-03-18Fix calculation of balances and available coins.Alex Morcos