Results 244 comments of jolestar

Great move! There are already some Defi projects implemented with Move, can we collect them in one repo or document? like awesome-move? 1. [Starswap](https://github.com/Elements-Studio/starswap-core) a Uniswap like protocol implemented with...

> * All of the different instantiations of `Coin` from Diem, StarCoin, 0L, and Pontem. There are some very different minting/burning/issuance properties implemented in these coins, and it would be...

> Maybe we need to start a new issue to discuss this? I write an issue for this https://github.com/diem/move/issues/91

Close this, this feature will support by https://github.com/move-language/move/pull/566

> Optimistic: my inclination would be to look into [Arbitrum Nitro](https://medium.com/offchainlabs/arbitrum-nitro-sneak-preview-44550d9054f5), which alleges to provide fraud proofs for arbitrary WASM code. Engineering an optimisitic rollup is very challenging, whereas compilation...

> I like this proposal, a couple of thoughts: > > * I wonder whether this would be better defined in parallel to the planned `Map` type. The key table...

The starcoin-framework implements [U256](https://github.com/starcoinorg/starcoin-framework/blob/main/sources/U256.move) in Move by the native method. But we still expect the primitive u256.

这个有好的计算方式吗?SMT 的叶节点有多少貌似也没有简单的方法知道? @nkysg

Maybe we migrate the version release and compatibility tools from stdlib to mpm? @lerencao