Small update. Multisig is going slowly, but steadily forward. That is due to the fact that
we were and are busy with redoing handling of account states and unconfirmed TXes
(this is something that's been causing some harvesting problems recently).
It might sound like something trivial, but there have been some serious changes behind it,
and I don't think anyone of us would dare to make them, if it wasn't for the large number
of unit tests that we have.
Next release will include those changes, and we hope it's gonna be rock-solid.
As a treat, here's a table that shows coverage of code via tests:
element | classes tested | methods tested | lines tested |
core | 96% (202/210) | 96% (1332/1387) | 94% (4987/5259) |
nis | 95% (233/245) | 93% (1283/1372) | 91% (4566/5001) |
peer | 98% (50/51) | 90% (262/289) | 93% (848/908) |