Results 244 comments of jolestar

> Could you talk a bit more about the motivation for this tool? > > * If we want to exactly describe a CompiledModule, we can do that in Rust...

> @jolestar how will it behave if there's more than one visibility modifier? For example: > > ```move > module beep::boop { > public(friend) native fun beep(); > } >...

> We already do this in Rust tests by just constructing the compiled module in Rust syntax Doing this in Rust is hard if we want to construct a complex...

> I'm mostly worried about accidental misuse with serialization. Maybe we can just put it behind a test only flag or something? EDIT: I suppose test only won't work well...

> My main concern is accidental usage. But if it is something like `CompiledModule::to_json` thats fine. If it's something like `CompiledModule::ser` thats an issue. Ok, I find a way to...

@tnowacki * Add `CompiledModule::to_json`, `CompiledModule::from_json`, `CompiledScript::to_json`, `CompiledScript::from_json`, and `CompiledModule`, `CompiledScript` no serde derive. * Add the `bytecode-converter` command to `move sandbox`.

> > I tried using an associated type before, the problem with this approach in my opinion as we have to keep a phantom error type inside StorageAdapter and other...

这种情况一般是版本太老了,可以升级一下版本试试

Any news on this? I try to find a way to integrate Prometheus with AWS CloudWatch, CloudWatch does not support Histogram([ContainerInsights-Prometheus-metrics-conversion](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus-metrics-conversion.html)), so I try to replace histogram with Summary(https://github.com/starcoinorg/starcoin/issues/1738).

> 有什么需要,举个例子。 bcs 解析成人类可读的结构?