Results 36 issues of Zihan Zheng

The SSL certificate of https://vitalik.ca/ has expired.

I posted this issue into Erigon discord two months ago. However, this issue still persists in the latest version and it makes many RPC APIs misbehave. I don't have time...

Erigon version: 2022.02.02-beta OS & Version: Linux Request: ``` curl http://127.0.0.1:8545/ -H "Content-Type: application/json" --data '{ "method": "debug_traceCall", "params" :[ { "from": "0x0123456789012345678901234567890123456789", "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", "data": "0x", "value": "0x0" },...

when I dump big groups, I don't know the total message count. So I can't figure out the progress of dumping this group. I want something like message count percentage...

## Overview [TIP]: # ( DO NOT include screenshots of your actual database! ) [NOTE]: # ( Give a BRIEF summary about your problem ) Modification time and creation time...

bug

#### System information Erigon version: [2022.02.02-beta](https://github.com/ledgerwatch/erigon/releases/tag/v2022.02.02) OS & Version: Linux Commit hash : #### Expected behaviour The first parameter of `eth_callBundle` should be a list of raw txs, according to...

when I run the following command: `LD_PRELOAD=a.so proxychains env` what I get: `LD_PRELOAD=libproxychains.so.3` what I expect: `LD_PRELOAD=a.so libproxychains.so.3`