neobytes/src/wallet
Wladimir J. van der Laan 19a2d668cf Merge #9039: Various serialization simplifcations and optimizations
d59a518 Use fixed preallocation instead of costly GetSerializeSize (Pieter Wuille)
25a211a Add optimized CSizeComputer serializers (Pieter Wuille)
a2929a2 Make CSerAction's ForRead() constexpr (Pieter Wuille)
a603925 Avoid -Wshadow errors (Pieter Wuille)
5284721 Get rid of nType and nVersion (Pieter Wuille)
657e05a Make GetSerializeSize a wrapper on top of CSizeComputer (Pieter Wuille)
fad9b66 Make nType and nVersion private and sometimes const (Pieter Wuille)
c2c5d42 Make streams' read and write return void (Pieter Wuille)
50e8a9c Remove unused ReadVersion and WriteVersion (Pieter Wuille)
2018-01-15 06:14:15 +01:00
..
test Merge #8753: Locked memory manager 2018-01-13 13:44:39 +01:00
coincontrol.h Merge #8989: [Qt] overhaul smart-fee slider, adjust default confirmation target 2018-01-13 13:44:38 +01:00
crypter.cpp Merge #8753: Locked memory manager 2018-01-13 13:44:39 +01:00
crypter.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
db.cpp Merge #8191: Do not shadow variables in src/wallet 2018-01-09 14:16:37 +01:00
db.h Merge #8564: [Wallet] remove unused code/conditions in ReadAtCursor 2018-01-09 14:04:21 +01:00
rpcdump.cpp Merge #8981: Wshadow: Do not shadow argument with a local variable 2018-01-15 06:13:44 +01:00
rpcwallet.cpp Merge #9041: keypoololdest denote Unix epoch, not GMT 2018-01-13 13:44:38 +01:00
rpcwallet.h Merge #8163: Do not shadow global RPC table variable (tableRPC) 2018-01-09 14:16:37 +01:00
wallet.cpp Merge #8977: [Wallet] Refactor wallet/init interaction (Reaccept wtx, flush thread) 2018-01-13 13:44:39 +01:00
wallet.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
walletdb.cpp Merge #8828: Move CWalletDB::ReorderTransactions to CWallet 2018-01-13 13:44:39 +01:00
walletdb.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00