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
It is crucial that both the client and server side of go-sequencing API is using exactly the same method of hashing transactions from a Batch. To ensure this, Batch.Hash() method should be defined. Without this, lastBatchHash parameter is very fragile to any implementation changes..
In case of Go implementation, this method will be available for programmers. It will also serve as an example for implementations in other languages.
The text was updated successfully, but these errors were encountered:
It is crucial that both the client and server side of go-sequencing API is using exactly the same method of hashing transactions from a
Batch
. To ensure this,Batch.Hash()
method should be defined. Without this,lastBatchHash
parameter is very fragile to any implementation changes..In case of Go implementation, this method will be available for programmers. It will also serve as an example for implementations in other languages.
The text was updated successfully, but these errors were encountered: