We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用新版本的move,需要做的如下 Describe the Feature Request
Merge [wip dev branch] move update use new gas meter imp by nkysg · Pull Request [dev branch] move update use new gas meter imp #3795 · starcoinorg/starcoin
fix mpm issue
fix[Bug Report][dev branch] dev分支跑main历史高度区块2904689报 core_dump · Issue #3804 · starcoinorg/starcoin (修复,验证已运行890w块)
Rebase latest framework a.bug: branch proxima stdlib module failed to verify: VMError { major_status: INVALID_LOOP_BREAK, · Issue [sync/txn]:impl txn sync when node starts #220 · starcoinorg/starcoin-framework starcoin-framework现在到了v12版本,现在上线了哪个网络
Rebase latest Starcoin
move V6 downgrader V4版本(compare two versions difference) 类似ModuleBytecodeDowngrader,ScriptBytecodeDowgrader https://github.com/starcoinorg/starcoin/blob/96b05e2b0990a9fed5c40a0f0f1a32e1689a1145/vm/compiler/src/bytecode_transpose.rs#L20-L49
TableHandle使用16 byte AccountAddress还是使用32位的byte array(16 byte AccountAddress可能有冲突,32位byte array需要修改move代码)
dev分支目前table是开放的,合并到master时候需要暂时先关
abi/resolver/src/lib.rs 取消了Visibility::Script 属性 是否有影响
starcoin_framework代码需要把public(script)修改成public entry (新加的函数,老的保持兼容性使用script)
Describe Preferred Solution
Describe Alternatives
Related Code
Additional Context
If the feature request is approved, would you be willing to submit a PR? Yes / No (Help can be provided if you need assistance submitting a PR)
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Feature Request
使用新版本的move,需要做的如下
Describe the Feature Request
Merge [wip dev branch] move update use new gas meter imp by nkysg · Pull Request [dev branch] move update use new gas meter imp #3795 · starcoinorg/starcoin
fix mpm issue
fix[Bug Report][dev branch] dev分支跑main历史高度区块2904689报 core_dump · Issue #3804 · starcoinorg/starcoin (修复,验证已运行890w块)
Rebase latest framework
a.bug: branch proxima stdlib module failed to verify: VMError { major_status: INVALID_LOOP_BREAK, · Issue [sync/txn]:impl txn sync when node starts #220 · starcoinorg/starcoin-framework starcoin-framework现在到了v12版本,现在上线了哪个网络
Rebase latest Starcoin
move V6 downgrader V4版本(compare two versions difference)
类似ModuleBytecodeDowngrader,ScriptBytecodeDowgrader
https://github.com/starcoinorg/starcoin/blob/96b05e2b0990a9fed5c40a0f0f1a32e1689a1145/vm/compiler/src/bytecode_transpose.rs#L20-L49
TableHandle使用16 byte AccountAddress还是使用32位的byte array(16 byte AccountAddress可能有冲突,32位byte array需要修改move代码)
dev分支目前table是开放的,合并到master时候需要暂时先关
abi/resolver/src/lib.rs 取消了Visibility::Script 属性 是否有影响
starcoin_framework代码需要把public(script)修改成public entry (新加的函数,老的保持兼容性使用script)
Describe Preferred Solution
Describe Alternatives
Related Code
Additional Context
If the feature request is approved, would you be willing to submit a PR?
Yes / No (Help can be provided if you need assistance submitting a PR)
The text was updated successfully, but these errors were encountered: