Hungry
Hungry
How is this PR going? Is there ETA that goleveldb owner will merge it? Thanks!
yes I mean this commit https://github.com/syndtr/goleveldb/commit/f9080354173f192dfc8821931eacf9cfd6819253
Hi @bspot , It shouldn't happen, because in round_1_old_step_1.go, it sends out the ECDSAPub to new committee: ``` // 5. "broadcast" C_i to members of the NEW committee r1msg :=...
Hi @froyobin, I wonder whether your team get this PR audited by third party? If not, we would like to kick off a security review procedure
> Hi cong, we have not get this pr audited by any party. it would be great if you can have someone to audit the code. Thanks for your reply....
might impact performance a bit... will add a field hold the big int derived from key rather than calculate each time
> I think this can be reduced to fixed dude
> Temporary workaround: > > Remove `#import ` from `MQTTClient.h`. > > If you need to set the `LogLevel`: > > ```objc > [NSClassFromString(@"MQTTLog") performSelector:@selector(setLogLevel:) withObject:@(ddLogLevel)]; > ``` thx
do you mean we should: ``` override def filter(p: Symbol => Boolean): Scope = ( val filtered = toList filter p if (filtered.size == toList.size) this else newScopeWith(filtered: _*) )...
I'd like to investigate this one. If it beyond my capability, I will handle over to someone else ;)