jolestar
jolestar
just waiting the sync task finished
@yourmoonlight The main network block's snapshot needs to be updated.
grep "prologue runtime unknown: " from log
PackageTxnManager:submit_upgrade_plan_with_cap 这个在 https://github.com/starcoinorg/starcoin/pull/1543 中解决
TokenLockPool:how to init other token's pool 和 SortedLinkedList:the pointers at prev & next 这个暂时被移走了,先不放到 stdlib 中。
How about we just keep `build/StarcoinFramework/docs`? @WGB5445 @baichuan3 @jiangying000 @yubing744 @sanlee42
Ok, let's remove the build dir from the git repo. The primary purpose of keeping the build directory was to detect bytecode changes that the Move or OS versions version...
> 不过感觉普通用户主动质押stc的动力似乎没有那么强;starswap质押star得到vestar后,不仅可以投票、获得质押利息,还多了加速流动性挖矿加速赚取star的功能 DAO 里质押 stc 也是要给奖励的
插件升级带来的问题的有一个可能的解决方案: 1. 安装插件的时候记录插件的版本号(这个版本号需要和账号下的 Package Version 对应)。 2. 执行的时候,如果发现 DAO 安装的插件版本号和插件最新的版本号不一致,则直接报错,或者作为一个设置,是否自动升级插件版本。 3. 前端插件的版本要和插件地址下的 Package Version 关联,即便是只升级前端,也需要走一次链上交易更新版本。 4. 如果使用插件的 DAO 设置为不自动升级,则插件每发一个版本,该 DAO 需要走一次重新安装的流程。
> 我觉得服务可以共享,插件不应该共享,我们平时使用的软件里的插件,感觉都是独立下载安装的 插件只是个称呼而已,可以理解成 SaaS 服务式的插件。比如 Confluence 中的插件,肯定不会让用户保留多个版本。如果觉得插件的独立安装的概念太强,改个名字也行。