Results 6 issues of jim luo

**Summary of changes** Changes introduced in this pull request: - Added new fields "Default" and "Balance" to wallet list subcommand **Reference issue to close (if applicable)** Closes #1778 **Other information...

**Summary of changes** Changes introduced in this pull request: - Add forest_libp2p and key_management packages dependencies missing features for unit test. @lemmih thanks for your review, I've just forked new...

**Issue summary** Add output fields "Default" and "Balance" to cli wallet list ```sh ❯ ./forest wallet list Address Default Balance t1ss6z757xy46h2qhxgnk4rummmjwmpbtwcnkdcki X 0 ``` **Other information and links**

Status: Needs Triage

**Issue summary** ```sh ❯ cargo test --package key_management chain error[E0599]: no method named `verify` found for struct `fvm_shared::crypto::signature::Signature` in the current scope --> key_management/src/wallet.rs:419:13 | 419 | sig.verify(&msg, &addr).unwrap(); |...

Status: Needs Triage

**Summary of changes** Changes introduced in this pull request: - Added error handling for PR https://github.com/ChainSafe/forest/pull/1785 **Reference issue to close (if applicable)** Closes https://github.com/ChainSafe/forest/issues/1778 **Other information and links**

curl -v -X POST --data-binary @bin_data http://xxx.com It's OK. But binary data always return header "Content-length:0" by wireshark curl.send('http://xxx.com', { method='POST', data=binary data} ) curl.curl_easy_setopt(handle, curl.CURLOPT_POSTFIELDSIZE, #args.data) still not work....

bug