elements/src/rpc
Tom Trevethan 2eb5b084bc
Enable sending of different assets to the same address (#1479)
* enable rawtransaction send multiple assets to same address

* fix whitespace

* Update test/functional/feature_issuance.py

Co-authored-by: Byron Hambly <byron@hambly.dev>

* Update test/functional/feature_issuance.py

Co-authored-by: Byron Hambly <byron@hambly.dev>

---------

Co-authored-by: Tom Trevethan <ttrevethan@blockstream.com>
Co-authored-by: Byron Hambly <byron@hambly.dev>
2025-07-30 12:41:37 +01:00
..
blockchain.cpp Merge bitcoin/bitcoin#30094: rpc: move UniValue in blockToJSON 2025-06-24 10:25:22 +01:00
blockchain.h Add src/node/* code to node:: namespace 2022-01-06 22:14:16 -05:00
client.cpp removed duplicate solving_data for funding tx rpcs 2025-07-07 15:55:11 +01:00
client.h
external_signer.cpp doc: Fix RPC result documentation 2021-09-21 11:13:29 +02:00
mining.cpp rpc: fix crash in getcompactsketch 2025-02-11 02:58:41 +00:00
mining.h rpc: create rpc/mining.h, hoist default max tries values to constant 2020-06-01 15:08:36 +02:00
misc.cpp rpc: fix crash in deriveaddresses when derivation index is 2147483647 2025-03-10 17:55:48 +00:00
net.cpp Merge 848b11615b into merged_master (Bitcoin PR bitcoin/bitcoin#22834) 2023-07-03 09:33:46 +00:00
protocol.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
rawtransaction.cpp rpc: Exclude descriptor when address is excluded 2025-03-10 13:35:38 +00:00
rawtransaction_util.cpp Enable sending of different assets to the same address (#1479) 2025-07-30 12:41:37 +01:00
rawtransaction_util.h Merge 623745ca74 into merged_master (Bitcoin PR bitcoin/bitcoin#23912) 2023-06-14 15:44:11 +00:00
register.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
request.cpp Merge bitcoin/bitcoin#28784: rpc: keep .cookie file if it was not generated 2025-06-24 10:25:22 +01:00
request.h Merge 623745ca74 into merged_master (Bitcoin PR bitcoin/bitcoin#23912) 2023-06-14 15:44:11 +00:00
server.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
server.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
server_util.cpp Add src/node/* code to node:: namespace 2022-01-06 22:14:16 -05:00
server_util.h Add src/node/* code to node:: namespace 2022-01-06 22:14:16 -05:00
util.cpp rpc: Capture potentially large UniValue by ref for rpcdoccheck 2025-03-10 16:21:25 +00:00
util.h amountfromvalue: add arg to check moneyrange 2025-01-17 13:09:10 +02:00