Many of the cli commands require the miner address. If the user is running a node, it should be required and the default should be used. The edge cases are nonsense otherwise. This is especially an issue because all local data will be miner pubkey encoded via packx
Examples of where the mining address is required:
tapedrive snapshot get-tape
tapedrive snapshot resync
tapedrive archive
The fix is to either remove the miner name nonsense entirely or add it to the context.
Many of the cli commands require the miner address. If the user is running a node, it should be required and the default should be used. The edge cases are nonsense otherwise. This is especially an issue because all local data will be miner pubkey encoded via packx
Examples of where the mining address is required:
tapedrive snapshot get-tapetapedrive snapshot resynctapedrive archiveThe fix is to either remove the miner name nonsense entirely or add it to the context.