You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move upgrade, command line development tool improvement, miner client support stratum mining pool protocol, stdlib v5 follow-up update
Compatibility notes:
cleaned up and refactored some cli commands, some commands are not compatible
The account address literals in the new Move source code need to be prefixed with @ symbols, for example, 0xA550C18 needs to be changed to @0xA550C18.
Upgrade recommendation:
Please upgrade to the new version to be ready for open third-party Move contract deployment
[cli] console commands that require password are not recorded in the command history (#2591)
[cli] Clean up and unify commands 1. migrate debug commands to dev 2. replace _ symbols in commands with - (#2593) (#2599) (#2606)
[transaction] transfers use the 0x1::TransferScripts::peer_to_peer_v2 function in stdlib v5, which no longer requires the auth key parameter (#2609)
[types] Implemented ReceiptIdentifier in AccountAddress, deprecated the auth key field in ReceiptIdentifier, now AccountAddress == ReceiptIdentifier, e.g. 0xb3b40cb6dbb335b69f5405ec43f8e7ce == stc1pkw6qedkmkv6md865qhky8788ecajgscp , both are different format of address (#2627)
[mv] Validate ScriptFunction parameters while validating transactions (#2624)
[move-cli] Upgrade move cli, and include in starcoin release binary package (#2629)
[cli] dev compile command support directory and dev deploy command support Package binary, dry run transaction output improved (#2619) (#2623)
[move] Move VM upgraded to v1.3 (diem 1.3) Note: The address literals in the new Move syntax need to be prefixed with the @ symbol (#2603)
[miner] miner client supports stratum mining pool protocol (#2617)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Move upgrade, command line development tool improvement, miner client support stratum mining pool protocol, stdlib v5 follow-up update
Compatibility notes:
@
symbols, for example,0xA550C18
needs to be changed to@0xA550C18
.Upgrade recommendation:
Please upgrade to the new version to be ready for open third-party Move contract deployment
_
symbols in commands with-
(#2593) (#2599) (#2606)@
symbol (#2603)0x1::Token::TokenPair<0x1::TokenA::TokenA, 0x1::TokenB::TokenB>
(#2631)中文说明
Move 版本升级, 命令行开发工具改进, miner client 支持 stratum 矿池协议, stdlib v5 升级后续更新
兼容性说明:
@
符号前缀, 比如0xA550C18
需要改为@0xA550C18
升级建议:
请升级到新版以准备好开放第三方合约部署
_
符号用-
替换 (#2593) (#2599) (#2606)@
符号前缀 (#2603)0x1::Token::TokenPair<0x1::TokenA::TokenA, 0x1::TokenB::TokenB>
(#2631)This discussion was created from the release v1.3.0.
Beta Was this translation helpful? Give feedback.
All reactions