Byron Hambly
|
8499b13762
|
lint: fix lint issues
|
2024-12-03 14:02:33 +02:00 |
|
Byron Hambly
|
ad90efac48
|
Merge 47c86a023d into merged_master (Bitcoin PR bitcoin/bitcoin#25466)
|
2024-10-17 10:54:37 +02:00 |
|
James Dorfman
|
95d6ba74ad
|
Merge 06ea2783a2 into merged_master (Bitcoin PR bitcoin/bitcoin#25220)
|
2024-09-09 17:22:47 +00:00 |
|
James Dorfman
|
06a6044137
|
Merge 0de36941ec into merged_master (Bitcoin PR bitcoin/bitcoin#25153)
|
2024-08-13 06:00:38 +00:00 |
|
James Dorfman
|
67145b693d
|
Merge c290249fff into merged_master (Bitcoin PR bitcoin/bitcoin#25058)
|
2024-08-09 03:19:24 +00:00 |
|
fanquake
|
d6787bc19b
|
refactor: remove unused using directives
|
2022-07-18 17:25:03 +01:00 |
|
brunoerg
|
eaf6f630c0
|
rpc: fix inappropriate warning for address type p2sh-segwit in createmultisig and addmultisigaddress
|
2022-06-06 09:46:02 -03:00 |
|
MacroFake
|
fa9af21878
|
scripted-diff: Use getInt<T> over get_int/get_int64
-BEGIN VERIFY SCRIPT-
sed -i 's|\<get_int64\>|getInt<int64_t>|g' $(git grep -l get_int ':(exclude)src/univalue')
sed -i 's|\<get_int\>|getInt<int>|g' $(git grep -l get_int ':(exclude)src/univalue')
-END VERIFY SCRIPT-
|
2022-05-18 19:15:03 +02:00 |
|
MacroFake
|
fa87eb8ce1
|
rpc: Move output script RPCs to separate file
Can be reviewed with --color-moved=dimmed-zebra --color-moved-ws=ignore-all-space
|
2022-05-03 08:59:18 +02:00 |
|