uvd
uvd
Change move syntax highlighting
### 🐛 bug 描述 yarn build ### 📷 复现步骤 | Recurrence steps ``` $ max build Hello PRO Using openapi Plugin info - Umi v4.0.11 error - jsMinifier: esbuild is...
## Motivation Use Move syntax highlighter for Move ### Have you read the [Contributing Guidelines on pull requests](https://github.com/diem/diem/blob/latest/CONTRIBUTING.md#pull-requests)? Yes ## Test Plan No
implement serde crate compatibility thx
## Motivation Use Move syntax highlighter for Move ### Have you read the [Contributing Guidelines on pull requests](https://github.com/diem/diem/blob/main/CONTRIBUTING.md#pull-requests)? Yes ## Test Plan No
# Feature Request **Describe the Feature Request** 新增一个带分页的 state.list_resource 和 state.get_account_state_set 接口 **Describe Preferred Solution** 假如一个地址资源太多 一次拿那么多数据是不是会太影响性能 比如这个地址 0x8355417c88d969f656935244641256ad **Describe Alternatives** **Related Code** ```shell uvd, [2022/6/2 3:09 PM] curl --location...
# 🚀 Feature Request error add error message ## Motivation Can MAKE it EASY for the application layer to show and know what the error is, especially the error of...
# 🚀 Feature Request support public const ## Motivation Easy to export shared const ## Pitch ## Additional context ```move public const CONST_1 : u64 = 400001; public(friend) const CONST_2:...
# 🚀 Feature Request make a de facto standard tool library of move, and then can be shared on each chain such Starcoin, Sui, Aptos , and then Each chain...