hedera-hcs-sxc-java icon indicating copy to clipboard operation
hedera-hcs-sxc-java copied to clipboard

Implement generic order function for applicationMessages isBefore(m1,m2)

Open zoperado opened this issue 4 years ago • 0 comments

Various places of the core require testing the order of a message - for instance key rotation requires testing the order of initialisation to avoid race conditions. The order function needs to be exposed to the API so that app-participants have direct access to it.

zoperado avatar May 11 '20 13:05 zoperado