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
2024-03-20
wallet: track mempool conflicts
ishaanam
2024-03-14
scripted-diff: wallet: s/TxStateConflicted/TxStateBlockConflicted
ishaanam
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-11-07
Merge bitcoin/bitcoin#28546: wallet: prevent bugs from invalid transaction he...
Andrew Chow
2023-10-27
refactor: Add LIFETIMEBOUND to all (w)txid getters
MarcoFalke
2023-10-26
Merge bitcoin/bitcoin#28107: util: Type-safe transaction identifiers
Andrew Chow
2023-10-23
Merge bitcoin/bitcoin#28609: wallet: Reload watchonly and solvables wallets a...
Ryan Ofsky
2023-10-23
wallet, refactor: Add CWalletTx::updateState function
Ryan Ofsky
2023-10-19
wallet: Copy all tx metadata to watchonly wallet
Andrew Chow
2023-10-12
Introduce types for txids & wtxids
dergoegge
2023-09-27
wallet: Add TxStateString function for debugging and logging
Ryan Ofsky
2023-04-11
wallet: Add wallet/types.h for simple public enum and struct types
Ryan Ofsky
2023-01-30
Merge bitcoin/bitcoin#26499: wallet: Abandon descendants of orphaned coinbases
glozow
2023-01-10
wallet: Automatically abandon orphaned coinbases and their children
Andrew Chow
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-08-29
wallet: Deduplicate Resend and ReacceptWalletTransactions
Andrew Chow
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