grin/servers
Hanjiang Yu 56fed5093e Use next available key on duplicate coinbase commitment (#2737)
If a coinbase commitment hits a duplication and there is no transactions
to mine, it is possible that coinbase cannot be built for quite a long
time. This change tries to build coinbase with an empty key identifier
immediately in this case. The listening wallet will then use the next
available key to build a coinbase commitment, which is different from
the previous one and is unlikely to hit the duplication.
2019-04-15 15:16:33 -07:00
..
src Use next available key on duplicate coinbase commitment (#2737) 2019-04-15 15:16:33 -07:00
tests Reduce number of unwraps in servers crate (#2707) 2019-03-31 23:24:11 +02:00
Cargo.toml Bump version to 1.0.3 2019-04-02 16:29:18 +00:00