Eason Gao

Results 10 comments of Eason Gao

> 1. 输入 scm gro > 2. 按TAB键,变成 scm Group > 3. 再按两次TAB键,变成 scm inGroup,与保持cm Group不变的预期不一致。 `inGroup` 是 `Group` 下一级别的命令,现在的匹配逻辑是用输入的去匹配所有的命令,当两次 tab 的时候就匹配到了 `inGroup`。 准备重构模糊匹配逻辑了

> validator对proposal进行验证投票的时候,需要对proposal的时间进行验证。 验证提出 proposal 的时间在某一区间范围内吗

Capsule can add the `ckb-std` dependency to the `Cargo.toml` file in template.

The feature is developing.

As the annotation below: https://github.com/axonweb3/axon/blob/3dbfe5a515c8c46eec434d4584acec13b8d69649/core/executor/src/system_contract/metadata/store.rs#L19-L42 The metadata info stores in a column of RocksDB which is different from the trie. However, the metadata trie root is stored in the storage...

As I said in the previous [comment](https://github.com/axonweb3/axon/issues/1561#issuecomment-1813949920), there is no doubt that we can prove the `metadata_root` is in the storage trie (through the proof of `METADATA_ROOT_KEY`). Now the question...

> * [ ] `axon_getMetadataStorageAt` > * [ ] `axon_getMetadataProof` > * [ ] `axon_getCkbLightClientStorageAt` > * [ ] `axon_getCkbLightClientProof` (p.s. I didn't find any API for it.) > *...

> > * [ ] `axon_getMetadataStorageAt` > > * [ ] `axon_getMetadataProof` > > * [ ] `axon_getCkbLightClientStorageAt` > > * [ ] `axon_getCkbLightClientProof` (p.s. I didn't find any API...

The original repo is here [https://github.com/zeroqn/ophelia.](https://github.com/zeroqn/ophelia)

The project wrap the crytpo functions with a same trait.