Eric McCorkle

Results 2 issues of Eric McCorkle

Adds a timestamp trait, as well as an implementation of cyclic timestamps using a rock-paper-scissors counter combined with a traditional integer counter. Unlike a naive integer counter, these these counters...

feature
feedback wanted
crossbeam-utils
design

ChaincodeBase attempts to parse SSL certificates and keys provided by an external launcher in the following manner: ``` final SslContext createSSLContext() throws IOException { final byte[] ckb = Files.readAllBytes(Paths.get(this.tlsClientKeyPath)); final...

help wanted