dogecoin/src/wallet
Jon Atack 0f34f54888
rpc: fix regression in gettransaction
PR 16866 renamed the 'decode' argument in gettransaction to 'verbose' to make it more consistent with other RPC calls like getrawtransaction.

However, it seems it inadvertently overloaded the 'details' fields when 'verbose' is passed. The result is that the original 'details' fields are no longer returned, which seems to be a breaking API change.

This PR takes the simplest path to restoring the 'details' fields by renaming them from 'details' back to 'decoded', while leaving the 'verbose' argument for API consistency.

It also addresses [this comment](https://github.com/bitcoin/bitcoin/pull/16185#discussion_r320740413) to mention that the 'decoded' field is identical to decoderawtransaction.

Update the RPC help, functional test, and release note.
2019-09-14 20:17:19 +02:00
..
test Encapsulate tx status in a Confirmation struct 2019-08-23 14:53:20 -04:00
coincontrol.cpp extract min & max depth onto coin control 2019-07-22 15:23:21 -04:00
coincontrol.h extract min & max depth onto coin control 2019-07-22 15:23:21 -04:00
coinselection.cpp
coinselection.h
crypter.cpp
crypter.h
db.cpp Merge #15588: Log the actual wallet file version and no longer publicly expose the "version" record 2019-07-27 22:45:31 +12:00
db.h Merge #15588: Log the actual wallet file version and no longer publicly expose the "version" record 2019-07-27 22:45:31 +12:00
feebumper.cpp
feebumper.h
fees.cpp
fees.h
init.cpp Use ArgsManager::NETWORK_ONLY flag 2019-07-27 22:51:58 +03:00
ismine.cpp
ismine.h
load.cpp scripted-diff: Make translation bilingual 2019-07-24 16:33:20 +03:00
load.h wallet: Fix documentation around WalletParameterInteraction 2019-09-03 14:10:25 -04:00
psbtwallet.cpp
psbtwallet.h
rpcdump.cpp Encapsulate tx status in a Confirmation struct 2019-08-23 14:53:20 -04:00
rpcwallet.cpp rpc: fix regression in gettransaction 2019-09-14 20:17:19 +02:00
rpcwallet.h
wallet.cpp Merge #16796: wallet: Fix segfault in CreateWalletFromFile 2019-09-09 23:34:05 +12:00
wallet.h Modify wallet tx status if has been reorged out 2019-08-29 11:17:51 -04:00
walletdb.cpp wallet: Drop unused OldKey 2019-07-31 18:35:46 +01:00
walletdb.h Add setting as known type 2019-07-30 06:36:34 +01:00
wallettool.cpp
wallettool.h
walletutil.cpp
walletutil.h