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
Age
Commit message (
Expand
)
Author
2016-06-22
[RPC] Add wallet support for witness transactions (using P2SH)
Pieter Wuille
2016-06-22
BIP143: Signing logic
Pieter Wuille
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-06-20
Merge #7687: Stop treating importaddress'ed scripts as change
Wladimir J. van der Laan
2016-06-17
[wallet] tests: Don't use floating point
MarcoFalke
2016-06-14
Merge #8035: [Wallet] Add simplest BIP32/deterministic key generation impleme...
Wladimir J. van der Laan
2016-06-14
Detect -usehd mismatches when wallet.dat already exists
Jonas Schnelli
2016-06-09
build: Get rid of `CLIENT_DATE`
Wladimir J. van der Laan
2016-06-08
Fix two warnings for comparison between signed and unsigned
Pieter Wuille
2016-06-07
[rpc] fundrawtransaction feeRate: Use BTC/kB
MarcoFalke
2016-06-06
[rpc] fundrawtransaction: Fix help text and interface
MarcoFalke
2016-06-06
Improve CWallet API with new GetAccountPubkey function.
Patrick Strateman
2016-06-06
Merge #8137: Improve CWallet API with new AccountMove function.
Wladimir J. van der Laan
2016-06-03
Merge #7967: [RPC] add feerate option to fundrawtransaction
Wladimir J. van der Laan
2016-06-03
Merge #7825: Prevent multiple calls to ExtractDestination
Pieter Wuille
2016-06-02
Stop treating importaddress'ed scripts as change
Pieter Wuille
2016-06-02
Improve CWallet API with new AccountMove function.
Patrick Strateman
2016-06-01
[Wallet] use constant for bip32 hardened key limit
Jonas Schnelli
2016-06-01
Merge #7689: Replace OpenSSL AES with ctaes-based version
Pieter Wuille
2016-05-31
[Wallet] Add simplest BIP32/deterministic key generation implementation
Jonas Schnelli
2016-05-29
Always require OS randomness when generating secret keys
Pieter Wuille
2016-05-25
Merge #8061: [Wallet] Improve Wallet encapsulation
Pieter Wuille
2016-05-17
Merge #8038: [qa, doc] Various minor fixes
MarcoFalke
2016-05-16
Move BackupWallet to CWallet::BackupWallet
Patrick Strateman
2016-05-16
Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalance
Patrick Strateman
2016-05-16
Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool.
Gregory Maxwell
2016-05-13
crypter: add tests for crypter
Cory Fields
2016-05-13
crypter: add a BytesToKey clone to replace the use of openssl
Cory Fields
2016-05-13
crypter: hook up the new aes cbc classes
Cory Fields
2016-05-13
crypter: constify encrypt/decrypt
Cory Fields
2016-05-13
crypter: fix the stored initialization vector size
Cory Fields
2016-05-10
[doc] Remove outdated line from listunspent RPC help, fix typo
MarcoFalke
2016-05-10
Merge #8028: Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk
Wladimir J. van der Laan
2016-05-10
init: Move berkeleydb version reporting to wallet
Wladimir J. van der Laan
2016-05-09
Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk
Patrick Strateman
2016-05-06
Prevent multiple calls to ExtractDestination
Pedro Branco
2016-05-06
Add more clear interface for CoinControl.h regarding individual feerate
Jonas Schnelli
2016-04-28
[RPC] add feerate option to fundrawtransaction
Jonas Schnelli
2016-04-25
Merge #7688: List solvability in listunspent output and improve help
Wladimir J. van der Laan
2016-04-22
Merge #7816: [Wallet] slighly refactor GetOldestKeyPoolTime()
Wladimir J. van der Laan
2016-04-19
Merge #7787: [Moveonly] Create ui_interface.cpp
Wladimir J. van der Laan
2016-04-19
Merge #7905: test: move accounting_tests and rpc_wallet_tests to wallet/test
Wladimir J. van der Laan
2016-04-18
test: Rename wallet.dat to wallet_test.dat
Wladimir J. van der Laan
2016-04-18
wallet_ismine.h → script/ismine.h
Wladimir J. van der Laan
2016-04-18
test: Create test fixture for wallet
Wladimir J. van der Laan
2016-04-18
Merge #7900: fix spelling mistake
Wladimir J. van der Laan
2016-04-18
test: move accounting_tests and rpc_wallet_tests to wallet/test
Wladimir J. van der Laan
2016-04-17
fix spelling mistake
Chris Moore
2016-04-16
add missing newline
Chris Moore
[next]