imfly

Results 12 issues of imfly

现在来看,`book sm g` 感觉太累赘了,`g`完全没有必要,因为对一个目录来说,这里没有其他操作要做了,计划将其删除掉。

enhancement
wontfix

这里仅仅需要优化部分Api,配合chainclub.org的扩展开发。

目前常量配置文件有点分散,应该统一到一处,并将前端使用的常量尽量减少,比如:fee 能否作为系统常量,前端在没有旷工竞争的情况不需要用户去选择。

enhancement
dependencies

没有规矩,就是噩梦 😿 进一步规范如下: 原则:前后一致,逻辑一致,简单清晰 规范:名称一概使用`完整英文驼峰模式`,比如:blockId,而不是 block_id,更不是 b_id 影响到编码内容包括: 1. 数据库字段名称(不是数据库名称) 2. proto 对象字段 3. (类)属性和(类)方法 数据库名称不改变,仍然使用26个字符、_、数字组合,具体名字使用 完整英文

enhancement

Yes, it is important. 👍

Update all the documents: * [ ] @ddn/start, example project. * [ ] @ddn/ddn, command line tools. * [ ] @ddn/aob, asset on blockchain. * [ ] @ddn/crypto, decode and...

Over the next period, we will do the following things. 一、Development: 1. Add visual deployment; 2. Add customized packaging function; 3. Add POW mechanism; 4. Optimize wallet and blockchain browser;...

To facilitate users to quickly build deployment and development environment, add docker images of development and deployment。

enhancement