Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-04 | Merge #9450: Increment MIT licence copyright header year on files modified ↵ | Wladimir J. van der Laan | |
in 2016 27765b6 Increment MIT Licence copyright header year on files modified in 2016 (isle2983) | |||
2017-01-03 | Merge #8776: Wallet refactoring leading up to multiwallet | Pieter Wuille | |
5394b39 Wallet: Split main logic from InitLoadWallet into CreateWalletFromFile (Luke Dashjr) fb0c934 Wallet: Let the interval-flushing thread figure out the filename (Luke Dashjr) | |||
2017-01-03 | qt,wallet: Fix a few typos in messages | Wladimir J. van der Laan | |
As reported by [yahoe.001](https://www.transifex.com/user/profile/yahoe.001/). | |||
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-12-30 | SetMerkleBranch: remove unused code, remove cs_main lock requirement | Jonas Schnelli | |
2016-12-24 | Un-expose mapArgs from utils.h | Matt Corallo | |
2016-12-23 | Introduce (and use) an IsArgSet accessor method | Matt Corallo | |
2016-12-21 | Merge #8589: Inline CTxInWitness inside CTxIn | Wladimir J. van der Laan | |
f6fb7ac Move CTxInWitness inside CTxIn (Pieter Wuille) | |||
2016-12-21 | Merge #8717: [WALLET] Addition of ImmatureCreditCached to MarkDirty() | Wladimir J. van der Laan | |
a560378 [WALLET] Addition of ImmatureCreditCached to MarkDirty() (Spencer Lievens) | |||
2016-12-20 | Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ↵ | Wladimir J. van der Laan | |
ATMP cee1612 reduce number of lookups in TransactionWithinChainLimit (Gregory Sanders) af9bedb Test for fix of txn chaining in wallet (Gregory Sanders) 5882c09 CreateTransaction: Don't return success with too-many-ancestor txn (Gregory Sanders) 0b2294a SelectCoinsMinConf: Prefer coins with fewer ancestors (Gregory Sanders) | |||
2016-12-20 | Merge #9316: [wallet] Disable free transactions when relay is disabled | Wladimir J. van der Laan | |
faf4ca8 [wallet] Disable free transactions when relay is disabled (MarcoFalke) | |||
2016-12-19 | Merge #9311: Flush wallet after abandontransaction | Wladimir J. van der Laan | |
0632939 Flush wallet after abandontransaction (Alex Morcos) | |||
2016-12-14 | Merge #9290: Make RelayWalletTransaction attempt to AcceptToMemoryPool. | Pieter Wuille | |
f692fce Make RelayWalletTransaction attempt to AcceptToMemoryPool. (Gregory Maxwell) | |||
2016-12-13 | CreateTransaction: Don't return success with too-many-ancestor txn | Gregory Sanders | |
2016-12-13 | SelectCoinsMinConf: Prefer coins with fewer ancestors | Gregory Sanders | |
2016-12-13 | Merge #9326: Update for OpenSSL 1.1 API. | Wladimir J. van der Laan | |
b05b1af Fix qt/paymentrequestplus.cpp for OpenSSL 1.1 API. (Gregory Maxwell) bae1eef Fix wallet/test/crypto_tests.cpp for OpenSSL 1.1 API. (Gregory Maxwell) | |||
2016-12-13 | Merge #9302: Return txid even if ATMP fails for new transaction | Wladimir J. van der Laan | |
b3a7410 Return txid even if ATMP fails for new transaction (Pieter Wuille) | |||
2016-12-12 | Fix wallet/test/crypto_tests.cpp for OpenSSL 1.1 API. | Gregory Maxwell | |
This avoids a compile failure on newly installed debian stretch systems. | |||
2016-12-10 | [wallet] Disable free transactions when relay is disabled | MarcoFalke | |
2016-12-09 | Flush wallet after abandontransaction | Alex Morcos | |
2016-12-08 | Return txid even if ATMP fails for new transaction | Pieter Wuille | |
2016-12-06 | [Wallet] Bugfix: FRT: don't terminate when keypool is empty | Jonas Schnelli | |
2016-12-06 | Make RelayWalletTransaction attempt to AcceptToMemoryPool. | Gregory Maxwell | |
This resolves an issue where a wallet transaction which failed to relay previously because it couldn't make it into the mempool will not try again until restart, even though mempool conditions may have changed. Abandoned and known-conflicted transactions are skipped. Some concern was expressed that there may be users with many unknown conflicts would waste a lot of CPU time trying to add them to their memory pools over and over again. But I am doubtful these users exist in any number, if they do exist they have worse problems, and they can mitigate any performance issue this might have by abandoning the transactions in question. | |||
2016-12-05 | Add option to return non-segwit serialization via rpc | Gregory Sanders | |
2016-12-05 | Merge #9165: SendMoney: use already-calculated balance | Wladimir J. van der Laan | |
ea83d00 SendMoney: use already-calculated balance (instagibbs) | |||
2016-12-04 | Move CTxInWitness inside CTxIn | Pieter Wuille | |
2016-12-02 | Make DecodeHexTx return a CMutableTransaction | Pieter Wuille | |
2016-12-02 | Make CWalletTx store a CTransactionRef instead of inheriting | Pieter Wuille | |
2016-12-02 | Rename the remaining main.{h,cpp} to validation.{h,cpp} | Matt Corallo | |
2016-11-23 | Merge #9204: Clarify CreateTransaction error messages | Wladimir J. van der Laan | |
918b126 fix CreateTransaction error messages (instagibbs) | |||
2016-11-23 | Merge #9141: Remove unnecessary calls to CheckFinalTx | Wladimir J. van der Laan | |
4512550 Remove unnecessary calls to CheckFinalTx (Jonas Schnelli) | |||
2016-11-23 | Merge #9142: Move -salvagewallet, -zap(wtx) to where they belong | Wladimir J. van der Laan | |
2e44893 Move -salvagewallet, -zap(wtx) to where they belong (Jonas Schnelli) | |||
2016-11-22 | fix CreateTransaction error messages | instagibbs | |
2016-11-19 | Make CBlock::vtx a vector of shared_ptr<CTransaction> | Pieter Wuille | |
2016-11-16 | Merge #9155: [trivial] update comments for tx weight | MarcoFalke | |
07ede5d update comments for tx weight (Brian Deery) | |||
2016-11-15 | Merge #9164: [trivial] credit values are CAmount | Pieter Wuille | |
20c3215 credit values are CAmount (Gregory Sanders) | |||
2016-11-15 | SendMoney: use already-calculated balance | instagibbs | |
2016-11-15 | credit values are CAmount | Gregory Sanders | |
2016-11-14 | update comments for tx weight | Brian Deery | |
2016-11-12 | Remove unnecessary calls to CheckFinalTx | Jonas Schnelli | |
2016-11-12 | Move -salvagewallet, -zap(wtx) to where they belong | Jonas Schnelli | |
2016-11-11 | Make strWalletFile const | Jonas Schnelli | |
2016-11-11 | Wallet: Split main logic from InitLoadWallet into CreateWalletFromFile | Luke Dashjr | |
2016-11-11 | Wallet: Let the interval-flushing thread figure out the filename | Luke Dashjr | |
2016-11-10 | Initialize variable to prevent compiler warning | Pavel Janík | |
2016-11-07 | Get rid of nType and nVersion | Pieter Wuille | |
Remove the nType and nVersion as parameters to all serialization methods and functions. There is only one place where it's read and has an impact (in CAddress), and even there it does not impact any of the recursively invoked serializers. Instead, the few places that need nType or nVersion are changed to read it directly from the stream object, through GetType() and GetVersion() methods which are added to all stream classes. | |||
2016-11-07 | Merge #8981: Wshadow: Do not shadow argument with a local variable | Wladimir J. van der Laan | |
ff6639b Do not shadow local variable (Pavel Janík) | |||
2016-11-03 | Merge #9071: Declare wallet.h functions inline | Wladimir J. van der Laan | |
2ca882a Declare wallet.h functions inline (Pieter Wuille) | |||
2016-11-02 | Merge #9036: wallet: Change default confirm target from 2 to 6 | Pieter Wuille | |
0fdf810 wallet: Change default confirm target from 2 to 6 (Wladimir J. van der Laan) | |||
2016-11-02 | Declare wallet.h functions inline | Pieter Wuille | |