wangtsiao

Results 5 issues of wangtsiao

没有任何print,始终是connecting

文件include/sm2.h,第195行: ``` #ifdef __cplusplus extern "C" { #endif #endif ``` 改为 ``` #ifdef __cplusplus } #endif #endif ```

I found `maxFeePerGas` and `baseFee` fields are not adopted in bsc when i recently reading reposity. so why not remove this `baseFee` check in unit tests? ``` --- FAIL: TestOfflineBlockPrune...

bug

### What command(s) is the bug in? cargo test --release --test circuits real_prover::serial_test_super_circuit_multiple_erc20_openzeppelin_transfers -- --nocapture 2>&1 ### Describe the bug `mock_prover` passes tests, but the following error occurs when switching...

T-bug

Just a little personal suggestion, why not just put the implementation code of gmssl/sha2.h into this project, so that users don't need to download and install the gmssl project.