You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
dashhive/DashTx.js@786715c#diff-dcba0694ad59e9893af33895826b399745c8e3ace322c260c2e9ab5244bb0427R1166
Needs test for L2 AssetLockProof TX DashTx.js#86
bincode
, fully signed and ready to broadcast00000003ce0acb07
(the grpc header + bincode)
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.
The text was updated successfully, but these errors were encountered: