L.Y

Results 13 issues of L.Y

For fix https://github.com/gobitfly/eth2-beaconchain-explorer/issues/2754

**Describe the bug** Building fails on arm64 when executed: ``` make all ``` **To Reproduce** ``` ~/work/fsn/pos-devnet/eth2-beaconchain-explorer master ❯ go version lyfsn go version go1.20 darwin/arm64 ~/work/fsn/pos-devnet/eth2-beaconchain-explorer master ❯ make...

## PR description When Besu starts, it reads the entire contents of the genesis file (besu.json) and traverses all accounts in memory to calculate the genesis state hash. This value...

For fix: ``` ~/work/fsn/polygon-edge develop ❯ make build wangyufsn go build -o polygon-edge -ldflags="\ -X 'github.com/0xPolygon/polygon-edge/versioning.Version=' \ -X 'github.com/0xPolygon/polygon-edge/versioning.Commit=34e08f1e41e79e8a54549bd40c3da1a76a045c9a'\ -X 'github.com/0xPolygon/polygon-edge/versioning.Branch=develop'\ -X 'github.com/0xPolygon/polygon-edge/versioning.BuildTime=Tue Oct 31 20:28:29 CST 2023'" \ main.go...

## PR description In summary, if a user employs a large genesis file and activates the `--genesis-state-hash-cache-enabled` parameter, their node can start in under **10 seconds**, requiring less than **2GB...

Before the fix, `blockData.BaseFeePerGas` was `[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0...

This eth method `eth_getBlockReceipts` needs a hex string value block number as the first parameter. Before this code is fixed, this error will occur. ``` 2024/03/11 10:17:41 error doing requestReceipts...

**Adding a new chain to the Explorer** To get a new chain added to the Explorer, you will need to submit the following: 1. JSON-RPC spec for Wallets **(only if...

type: new chain request

### Describe the bug I started a new node in a custom network to sync data from block 0 to the latest block, and encountered this error. The Docker container...

C-bug
S-needs-triage

### Description `StorageGasOracle` is `Ownable` and must have a constructor. ``` Compiler run failed: Error (3415): No arguments passed to the base constructor. Specify the arguments or mark "StorageGasOracle" as...