Ron

Results 46 comments of Ron

@AurevoirXavier notice that this lib use `state_getPairs` to get all validators https://github.com/paritytech/substrate-debug-kit/blob/22f804bbdbaa3c7068baf33e950bbcf0e04f3d90/offline-election/src/subcommands/staking.rs#L37 and take too long to timeout, will it better to use `state_getKeysPaged` instead?

问题现在存的是明文,不是引用

[cmdb.postman_collection.json.zip](https://github.com/brookshi/Hitchhiker/files/1343399/cmdb.postman_collection.json.zip)

谢谢,不过目录结构好像没有保留 5-1,5-2应该是在5之下的子目录 ![2017-09-29 16-15-21](https://user-images.githubusercontent.com/4383920/31006959-716c7ab0-a531-11e7-823a-469a9534ca65.png)

是否可以兼容postman的运行期环境变量设置函数 ![2017-09-30 10-31-47](https://user-images.githubusercontent.com/4383920/31041615-e225a396-a5ca-11e7-8f88-30f828ab6647.png) 另外现在通过batch edit拷贝粘贴方式导入原postman的环境变量还是不太方便,最好可以直接导入文件

netty太底层了,直接用阿里或网易的云信服务完了

> @yrong if you are referring to the cycle detection warnings, this is actually a feature which is really useful. Is it breaking anything for you ? nothing block. just...

@vgeddes @musnit yes, maybe better to use [weightToFee](https://github.com/paritytech/cumulus/blob/93ee44ca35ba440dc9c437fe33a5b8bf4c41a8a6/parachains/runtimes/assets/statemint/src/xcm_config.rs#L185) instead

> what beacon apis do you require to work for testing? https://github.com/Snowfork/snowbridge/blob/main/web/packages/test/scripts/fetch-beacon-data.sh More context we are [snowbridge](https://docs.snowbridge.network/), by leveraging these api to relay beacon finality updates to polkadot. We maintain...

> The light client apis should work either way. Just confirmed with @claravanstaden testing with lodestar 1.19.0 with flags ```--execution.engineMock --eth1 false``` it seems everything works fine. So this won't...