-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
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
[cli] compile command support dir and deploy command support package. #2619
Conversation
jolestar
commented
Jun 22, 2021
•
edited
Loading
edited
- compile 命令支持单个 move 文件以及目录,deploy 命令支持部署 package 和单个 mv 文件
- 统一了所有命令中和交易相关的参数,以及 dry run -> execute 流程,简化了命令
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
accept
Codecov Report
@@ Coverage Diff @@
## master #2619 +/- ##
==========================================
- Coverage 32.55% 32.54% -0.00%
==========================================
Files 502 501 -1
Lines 43201 43123 -78
Branches 19303 19257 -46
==========================================
- Hits 14058 14031 -27
- Misses 15314 15389 +75
+ Partials 13829 13703 -126
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Benchmark for 235074bClick to view benchmark
|
Benchmark for e1ed839Click to view benchmark
|
1. Unify the transaction options. 2. Refactor transaction dry run and execute logic, omit repeat code.
Benchmark for 27ef9f7Click to view benchmark
|
…starcoinorg#2619) * [compiler] move some utils function from stdlib to compiler. * [txn-builder] Remove stdlib version argument from encode_transfer_script_function. * [cli] compile command support dir and deploy command support package. 1. Unify the transaction options. 2. Refactor transaction dry run and execute logic, omit repeat code. * [log] Change sync log level in test and dev chain.