Ha DANG

Results 13 issues of Ha DANG

Why we don't get the db stats directly from the **Total** line in the current leveldb output below? ``` Compactions Level | Tables | Size(MB) | Time(sec) | Read(MB) |...

type:docs

I run erigon version `2022.99.99-dev-64bc837c` on **Linux Debian 10x** with 16GB RAM but always face the OOM exception. #### Steps to reproduce the behaviour just run erigon like `/build/bin/erigon --chain=goerli...

gateway

### What does this PR do? To support new rpc block number types after the merge of ethereum https://github.com/ethereum/go-ethereum/blob/master/rpc/types.go#L64 to resolve #1772 ### Where should the reviewer start? https://github.com/ethereum/go-ethereum/blob/master/rpc/types.go#L64 ###...

Why **web3j** didn't implement this method? Or if possible how can I do it? ``` eth.getBlock("finalized").number ```

enhancement

After the merge, geth introduce two new block numbers 'finalized' and 'safe' as on this PR https://github.com/ethereum/go-ethereum/pull/25580 BSC will support them or at least the 'finalized' block?

to more convenient for running testing by using fakenet, we introduce the `--init genesis.json` flag to be able allocate some account and pre-compiled contract for testing. the genesis json file...