Keys revelation in batch's semantics
Currently, we have the following semantics/classification when revealing a public key (list = batch, we assume fees and gas are sufficient) for a non revealed implicit account:
-
[ valid_pk ]->applied -
[ wrong_pk ]->refused -
[ valid_pk; valid_pk ]->branch_refused -
[ valid_pk; wrong_pk ]->branch_refused -
[ wrong_pk; valid_pk ]->refused -
[ valid_pk; ... ; valid_pk; wrong_pk ]->branch_refused
- Should the cases 4 and 6 be
refused? - What about 2 ?
- Does it make sens that a batch contains at most one reveal at the head of the list ?