Max Kupriianov

Results 15 issues of Max Kupriianov

Hi, I'm not connected with this project, I know it's been around since 2014, and seems it is still active. Is there any info about compatible devices in 2019? Does...

Testcase from https://github.com/skarademir/naturalsort/blob/master/naturalsort_test.go ``` BenchmarkHandySort 3000000 517 ns/op BenchmarkNaturalSort 50000 28738 ns/op ``` A real battle-case from https://github.com/xlab/handysort/blob/master/strings_test.go (10000 random alphanumeric strings) ``` BenchmarkStringSort 500 2665145 ns/op BenchmarkHandyStringSort 100 11817051...

A perfect example how the code should look like: [tinySMS/src/rpdu/tsms_rpdu.c](https://doubango.googlecode.com/svn/branches/2.0/tinySMS/src/rpdu/tsms_rpdu.c) (note the comments and references)

enhancement

Resolves https://github.com/iqlusioninc/liquidity-staking-module/issues/113

Hello! I've been picking upstream changes for rebasing onto 0.47.x and stumbled upon a new enum in the querier of `x/staking` that looks like this: ```proto enum TokenizeShareLockStatus { LOCKED...