Kirat Singh
Kirat Singh
Currently, the emission txn generated by the node is the default one, which spends only the current emission box. It would be useful to allow generation of custom emission txns...
Would like a review, because implementing IUnspentBoxesLoader feels wrong due to needing an Address. Also no way to paginate boxes from the WalletAPI as far as I can tell, so...
PR adds new api route for miners to use a given public key as minerPK when creating block candidates. Useful for Lithos or any other contract which is asking miners...
This PR adds a new mining API route to create a candidate under a given miner public key. This is needed for Lithos as collateralized pools require the block reward...