zcashd/src/wallet
Greg Pfeil 3bf966eef2
Address z_mergetoaddress review feedback
This removes a btest case (can’t mix Sprout and Sapling inputs in
z_mergetoaddress) that is no longer testable outside the RPC interface (and
there is an rpc-test for it already).

It also adds a new failure case in `WalletTxBuilder::PrepareTransaction` – we
now check that the fee is in `MoneyRange`. This is generally protected by
`AmountFromValue` in RPC calls, but we have tests that check it at this level,
and better safe than sorry.
2023-04-20 11:50:40 -06:00
..
gtest Address z_mergetoaddress review feedback 2023-04-20 11:50:40 -06:00
test Address z_mergetoaddress review feedback 2023-04-20 11:50:40 -06:00
asyncrpcoperation_common.cpp Address z_mergetoaddress review feedback 2023-04-20 11:50:40 -06:00
asyncrpcoperation_common.h Refactoring InsufficientFundsError 2023-03-09 13:04:17 -07:00
asyncrpcoperation_mergetoaddress.cpp Address z_mergetoaddress review feedback 2023-04-20 11:50:40 -06:00
asyncrpcoperation_mergetoaddress.h Many z_mergetoaddress updates 2023-04-20 01:24:39 -06:00
asyncrpcoperation_saplingmigration.cpp Propagate asOfHeight to all relevant RPC calls 2022-11-18 01:20:00 -07:00
asyncrpcoperation_saplingmigration.h lint: Fix missing or inconsistent include guards 2020-11-09 23:06:21 +00:00
asyncrpcoperation_sendmany.cpp Address review feedback on z_shieldcoinbase 2023-04-17 11:47:11 -06:00
asyncrpcoperation_sendmany.h Merge pull request #6524 from sellout/zip317-wallet-support 2023-04-14 14:14:11 -06:00
asyncrpcoperation_shieldcoinbase.cpp Address z_mergetoaddress review feedback 2023-04-20 11:50:40 -06:00
asyncrpcoperation_shieldcoinbase.h WalletTxBuilder support for net payments 2023-04-18 15:55:21 -06:00
crypter.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
crypter.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
db.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
db.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
memo.h Use the new `examine` macro to replace all instances of 2023-04-04 21:26:39 +01:00
orchard.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
orchard.h Use `cxx` bridge for all Orchard bundle inspection and validation 2023-04-07 12:16:28 +00:00
paymentdisclosure.cpp rust: Migrate Ed25519 FFI to `cxx` 2023-04-11 16:36:26 +00:00
paymentdisclosure.h rust: Migrate Ed25519 FFI to `cxx` 2023-04-11 16:36:26 +00:00
paymentdisclosuredb.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
paymentdisclosuredb.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
rpcdisclosure.cpp Merge pull request #5993 from str4d/5716-cxx-ed25519 2023-04-14 09:37:30 -06:00
rpcdump.cpp Use the new `examine` macro to replace all instances of 2023-04-04 21:26:39 +01:00
rpcwallet.cpp Address z_mergetoaddress review feedback 2023-04-20 11:50:40 -06:00
rpcwallet.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
wallet.cpp Correct -maxtxfee lower bound diagnostic messages 2023-04-18 15:00:27 -06:00
wallet.h Remove `-txconfirmtarget` config option 2023-04-18 07:51:17 -06:00
wallet_tx_builder.cpp Address z_mergetoaddress review feedback 2023-04-20 11:50:40 -06:00
wallet_tx_builder.h Address z_mergetoaddress review feedback 2023-04-20 11:50:40 -06:00
walletdb.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
walletdb.h Use the new `examine` macro to replace all instances of 2023-04-04 21:26:39 +01:00