Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-16 | util: move util/message to common/signmessage | Ryan Ofsky | |
Move util/message to common/signmessage so it is named more clearly, and because the util library is not supposed to depend on other libraries besides the crypto library. The signmessage functions use CKey, CPubKey, PKHash, and DecodeDestination functions in the consensus and common libraries. | |||
2024-03-01 | rpc: access some args by name | stickies-v | |
Use the new key-based Arg helper in a few locations to show how it is used. | |||
2022-04-28 | rpc: Move signmessage RPC util to new file | MacroFake | |
Can be reviewed with --color-moved=dimmed-zebra --color-moved-ws=ignore-all-space |