Eoous

Results 7 issues of Eoous

![TIM图片20190703183209](https://user-images.githubusercontent.com/38656355/60584976-32521580-9dc1-11e9-918b-c22d681d8c12.png) 类内私有成员图 ![TIM图片20190703183551](https://user-images.githubusercontent.com/38656355/60585058-662d3b00-9dc1-11e9-9f70-d61dad615347.png) lept_parse_array() ![TIM图片20190703183505](https://user-images.githubusercontent.com/38656355/60585083-71806680-9dc1-11e9-9251-1c861807b49c.png) 编译器提示不可访问 但是ctrl+f5可以运行成功 不知道为什么

Require cycle: node_modules\sjcl\sjcl.js -> node_modules\react-native-crypto\index.js -> node_modules\react-native-randombytes\index.js -> node_modules\sjcl\sjcl.js `"react-native-bip39": "^2.3.0"`

I'm using cosmos-sdk v0.46.13 to build blockchain. Correspond iavl version is v0.19.6. When commit large kv pairs in module in cosmos-sdk, got this error. I want to figure out why...

Is there a plan to add support for witness in TxInputs? Just add them into Input.

I don't know why this error happened. Is it possible? Also i don't know whether other key-values lost. The scenario: ``` 1. insert key1 value1 2. insert a lot of...

### Version of Git SHA 723c7c4384a7a9383e84d07bc8121101e3ba172f ### System OS Windows ### Installed tools _No response_ ### Others _No response_ ### Steps to reproduce it just run command `rollkit start` ###...

good first issue
T:code-hygiene
P:nice-to-have

## Description Use Proof in nmt instead of NMTProof. Changed `Makefile` for removing protobuf file generated by buf. Resolves #1429 --- #### PR checklist - [x] Tests written/updated - [...