index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
transaction.h
Age
Commit message (
Expand
)
Author
2022-02-01
wallet: add GetWitnessHash()
brunoerg
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-11-15
refactor: Make CWalletTx sync state type-safe
Russell Yanofsky
2021-10-21
doc: Fix CWalletTx::Confirmation doc
MarcoFalke
2021-10-05
Merge bitcoin/bitcoin#22951: consensus: move amount.h into consensus
MarcoFalke
2021-09-30
Replace use of locale dependent atoi(…) with locale-independent std::from_c...
practicalswift
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-12
wallet: refactor: avoid duplicate lookup on `mapValue["timesmart"]`
Sebastian Falbesoner
2021-09-12
wallet: refactor: inline function WriteOrderPos()
Sebastian Falbesoner
2021-09-10
wallet: refactor: inline function ReadOrderPos()
Sebastian Falbesoner
2021-09-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
2021-05-31
refactor: Switch serialize to uint8_t (1/n)
MarcoFalke
2021-05-26
MOVEONLY: CWallet transaction code out of wallet.cpp/.h
Russell Yanofsky