Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-18 | refactor: remove unused using directives | fanquake | |
2022-06-06 | rpc: fix inappropriate warning for address type p2sh-segwit in ↵ | brunoerg | |
createmultisig and addmultisigaddress | |||
2022-05-18 | scripted-diff: Use getInt<T> over get_int/get_int64 | MacroFake | |
-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-03 | rpc: Move output script RPCs to separate file | MacroFake | |
Can be reviewed with --color-moved=dimmed-zebra --color-moved-ws=ignore-all-space |