erigon-pulse/eth
Andrew Ashikhmin 45d34ff038
Quiet virtual stage bodies in PoS validator (#6576)
In the vein of PR #5574.

Logs before:
```
[INFO] [01-13|12:37:02.940] [2/16 Headers] Handling new payload      height=25889655 hash=0xe41526b51c04f1a2547d356d4009ff43b9f2e
b8691fce5f0cdc2a9e763b23828
[INFO] [01-13|12:37:02.940] [2/7 Bodies] Writing block bodies        block_num=25889655 remaining=0 alloc=108.4MB sys=222.5MB
[INFO] [01-13|12:37:02.942] [2/16 Headers] Waiting for Consensus Layer... 
```

Logs after:
```
[INFO] [01-13|12:50:55.227] [2/16 Headers] Handling new payload      height=25891426 hash=0x2b890eb0ae6e3ce32fe6cad02d1defebbea71ec27d8c02c42233f369a27f40ad
[INFO] [01-13|12:50:55.237] [2/16 Headers] Waiting for Consensus Layer... 
```
2023-01-13 13:25:13 +00:00
..
calltracer Native tracers step 10 - remove duplicate SelfDestruct capture, clean up (#6440) 2022-12-26 04:56:39 +00:00
ethconfig HashState: parallel promote cleanly (#6512) 2023-01-09 11:01:21 +07:00
ethconsensusconfig Integration: configure correct consensus engine (#6492) 2023-01-03 12:20:18 +07:00
ethutils Remove duplicate file extension (#4177) 2022-05-17 10:43:30 +01:00
filters feat: enhance API erigon_getLatestLogs (#6078) 2022-11-29 15:14:41 +07:00
gasprice Avoiding leaking the popped item (#6193) 2022-12-04 11:17:02 +07:00
integrity Use hex package to convert bytes to string (#6205) 2022-12-05 09:06:16 +07:00
protocols/eth [Clean-up] Switch protocol to types.(Raw)Body (#6537) 2023-01-09 14:39:49 +00:00
stagedsync Quiet virtual stage bodies in PoS validator (#6576) 2023-01-13 13:25:13 +00:00
tracers core/vm: Make INVALID a defined opcode (#6477) 2022-12-30 17:13:54 +01:00
api_backend.go Inner errors (#2774) 2021-10-04 22:16:52 +07:00
api_test.go up version of uint256 lib (#2082) 2021-06-04 17:25:28 +01:00
api.go Embed rpcdaemon: prepared direct clients (#3492) 2022-02-12 19:47:19 +07:00
backend.go Fix hive tests and reorganise the fix for body download problem (#6515) 2023-01-06 12:43:46 +00:00
bloombits.go remove database field from Ethereum object (#1750) 2021-04-19 14:56:44 +07:00
discovery.go rename (#1978) 2021-05-20 19:25:53 +01:00
state_accessor.go remove database field from Ethereum object (#1750) 2021-04-19 14:56:44 +07:00