In simple terms: We need a functional test to create the intermediate and final data / byte representations related to registering an identity with tested test fixtures:
That's more important than documentation, code samples, etc.
What does the CPU need to operate on?
What does the network card send out to the world?
I think these are just the basic things you'd give to anyone that you expect to implement a protocol - what are working inputs, what are working outputs, and what are the intermediate representations necessary to check that the bits in the middle are correct.
In simple terms: We need a functional test to create the intermediate and final data / byte representations related to registering an identity with tested test fixtures:
bincode
, fully signed and ready to broadcast00000003ce0acb07
That's more important than documentation, code samples, etc. What does the CPU need to operate on? What does the network card send out to the world?
I think these are just the basic things you'd give to anyone that you expect to implement a protocol - what are working inputs, what are working outputs, and what are the intermediate representations necessary to check that the bits in the middle are correct.