Zijing Zhang
Zijing Zhang
proxyman list ``` Hmm... listing it all Shell proxy settings : /root/.bashrc export http_proxy="http://http://127.0.0.1:7890/" export ftp_proxy="ftp://http://127.0.0.1:7890/" export rsync_proxy="rsync://http://127.0.0.1:7890/" export no_proxy="localhost,127.0.0.1,192.168.1.1,::1,*.local" export HTTP_PROXY="http://http://127.0.0.1:7890/" export FTP_PROXY="ftp://http://127.0.0.1:7890/" export RSYNC_PROXY="rsync://http://127.0.0.1:7890/" export NO_PROXY="localhost,127.0.0.1,192.168.1.1,::1,*.local" export https_proxy="http://127.0.0.1:7890/"...
2023/02/08 03:10:54 Listening on 0.0.0.0:7788, forwarding to http://192.168.3.1 2023/02/08 03:10:57 127.0.0.1:51890 GET / HTTP/1.1 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 2023/02/08 03:10:57 NXDOMAIN...
Like this 
To be done: - [x] #2 - [x] #4 - [ ] #3 - [ ] Unit tests
**What tutorial are you working in?** [Paste the URL of the Cosmos SDK tutorial.](https://github.com/cosmos/developer-portal/blob/main/tutorials/3-run-node/index.md) **Describe the bug** it reports this error ``` exec /usr/bin/simd: exec format error ``` **To reproduce**...
As reported in #237
## Overview This PR introduces enhancements to the hardware wallet integration within the `hwi` crate and improves the testing utilities in the `wallet` crate. ## Changes 1. Enabling `test-util` Feature...
This PR updates the function signatures in the `ext.rs` file to use `*mut` instead of `*const` for the `ssl` and `cert` parameters in the `SSL_use_certificate` and `SSL_use_PrivateKey` functions. This indicates...