Bai Chuan
Bai Chuan
move里测试时读取一个文件,现状只能在rust或者js里操作,如何在测试框架functional-test里支持? ``` { "root": "0xfc737972c3f091bde071c4e73bcf29273cc28e97484cbea4c93bb1bda5dbc71b", "proofs": [ { "address": "0x0000000000000000000000000a550c18", "index": 0, "amount": 1000000000, "proof": [ "0xc27bfc510a432edd4db55fd91fe82c852e38f1790a5a0f455f7d209e2efff9fc", "0xc66045013499090f37f7d6d34956f218edd8b24294c06f77c32a82ed0e9647c0" ] }, { "address": "0xffebfbb40556a9f585958bcb3fc233b3", "index": 1, "amount": 1000000000, "proof": [ "0x459334507452c90de981c298b0b2cb1a18410ee47c3fc7bbf6c18416553edcef",...
Use object dynamic field as key value store
The currently used jsonrpsee version is 0.16. When the rpc client creates the HttpClientBuilder, if the seed node `https:://dev-seed.rooch.network/` is passed in, an error will be thrown. ``` Error: Networking...
Define GraphQL query format and implement GraphQL Server.
part of https://github.com/rooch-network/rooch/issues/13 **Question A** There are two options for mapping Tokens from different chains: Option 1, direct mapping, similar to ERC20 Token, needs to deploy the contract every time;...
The current implementation of AnnotatedMoveValueView may be flawed. Coin balance defines the U256 type, but the type obtained from AnnotatedMoveValueView is U64(StrView(10000), and the expected type is U256(StrView(10000). Guess AnnotatedMoveValueView...
- [x] Optimize Indexer object type query - [x] Optimize Sqlite cache size - [x] Indexer and state query timeout - [ ] Indexer benchmark
Metrics - [x] #2139 - [ ] #2141 - [ ] #2142 - [ ] #2143 - [ ] #2144 ### Raw store metrics - pub raw_store_iter_latency_seconds: HistogramVec, - pub...
### Object Runtime Metrics - multi_get_objects_latency state_list_fields_at_latency_seconds - multi_get_objects_bytes - get_objects_latency state_list_fields_at_latency_seconds - get_objects_bytes
### Rawstore Metrics - raw_store_iter_latency_seconds - raw_store_iter_bytes - raw_store_get_latency_seconds - raw_store_get_bytes - raw_store_multiget_latency_seconds - raw_store_multiget_bytes - raw_store_put_latency_seconds - raw_store_put_bytes - raw_store_write_batch_latency_seconds - raw_store_write_batch_bytes - raw_store_put_sync_latency_seconds - raw_store_put_sync_bytes - raw_store_write_batch_sync_latency_seconds -...