-
Notifications
You must be signed in to change notification settings - Fork 255
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
add sign and send txs in file #1307
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #1307 +/- ##
==========================================
- Coverage 61.88% 61.80% -0.08%
==========================================
Files 171 171
Lines 23741 23741
==========================================
- Hits 14692 14674 -18
- Misses 7213 7228 +15
- Partials 1836 1839 +3 ☔ View full report in Codecov by Sentry. |
394a879
to
04c5c38
Compare
🎉 This PR is included in version 1.68.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
增加签名和发送批量交易命令(数据在指定文件中按行排列)
扩展wallet sign命令, -d指定数据文件时,执行从文件中解析数据批量签名, -o指定输出文件(默认sign.out)
扩展wallet send命令, -d指定数据文件时,执行从文件中解析数据批量发送