Closed
Description
With #755, generate_block() allows the caller to create blocks via RPC. However, they will need to supply encoded signed transactions. This issue is a note to replicate Bitcoin's functionality, allowing the caller to accept transactions or transaction IDs (which refer to transactions in the mempool).
See #755 for more detail.