richard

Results 10 issues of richard

ref: https://github.com/ipfs/kubo/issues/8585#issuecomment-1485079021 Result: (1) left:v0.14.0 right:v0.14.0+`IPFS_PROFILE=server` It can be found from the log that after adding the environment variable, the scanning of the internal network was reduced. ![image](https://github.com/user-attachments/assets/b742c638-9915-45a5-9b80-02315fbff61a) (2)v0.14.0+`IPFS_PROFILE=server` restart...

logs: ``` rpc-1 | INFO [11-26|08:37:27.196] [sendRawTransaction] start to process raw tx uid=403f5479-17d4-42f7-9494-7129e7dc5bad rpc_method=eth_sendRawTransaction txHash=0x3927e1238678a5016ff16e75f068b00717c4f661860aaefd7f5c7ab6b01d0ce0 txHash=3927e1..1d0ce0 timestamp=1,732,610,247 time=2024-11-26T08:37:27+0000 rpc-1 | INFO [11-26|08:37:27.197] [sendRawTransaction] sending raw transaction uid=403f5479-17d4-42f7-9494-7129e7dc5bad rpc_method=eth_sendRawTransaction txHash=0x3927e1238678a5016ff16e75f068b00717c4f661860aaefd7f5c7ab6b01d0ce0 tx=0x02f9017b8501823cf4028301a4db85012a05f2008512a05f2000830249f094f6184a9dfde104945cbf77389c11262b5e90623080b901040cc7326300000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000a844a7424d9c80000000000000000000000000000c3459220570b14f7908adc524f7ceac9c9eb424e000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000009dc95a9c6ef6a1e6987e5581e054b7bc9e39c3e8000000000000000000000000587c88dc28bc00694cf071e1a36cea5863aceda0c001a07c863033c2ec0898cf6afeac992a2404a895d671fc13e820a975c547d1798c3ea05a29e6bf2d00e5d84f39202c2e7b3983e604a6f67918d197c24efe6c9ac19b57...

## 📝 Summary fix: https://github.com/flashbots/rpc-endpoint/issues/161 ## ⛱ Motivation and Context rpc_endpoint_requests don't have filed `ip_hash`, save to db will failed ``` CREATE TABLE rpc_endpoint_requests( id uuid not null unique primary...

``` saveRecord failed requestId=1ea91a92-9394-46ea-911d-053a82f1954d error="SaveRequestEntry failed could not find name ip_hash in database.RequestEntry{Id:uuid.UUID{0x1e, 0xa9, 0x1a, 0x92, 0x93, 0x94, 0x46, 0xea, 0x91, 0x1d, 0x5, 0x3a, 0x82, 0xf1, 0x95, 0x4d}, ReceivedAt:time.Date(2024, time.November,...

**Describe the bug** https://nimbus.guide/faq.html#what-is-long-range-sync is empty **To Reproduce** Steps to reproduce the behavior: 1. Platform details (OS, architecture): '...' 2. Branch/commit used: '...' 3. Commands being executed: '...' 4. Relevant...

### Description Updates Endurance USDC artifacts ### Backward compatibility ### Testing

The current codebase is missing some DB migration SQL, causing errors: ``` time="2025-08-22T06:18:45Z" level=error msg="error getting validator data" _file=validator.go _function=github.com/gobitfly/eth2-beaconchain-explorer/handlers.Validator _line=1155 errType="*errors.errorString" error="error retrieving blocks_switch_to_compounding_requests of validator 51909: ERROR: relation...

https://github.com/gobitfly/eth2-beaconchain-explorer/pull/3081 lack migrate sql

`time="2025-07-03T08:19:11Z" level=error msg="error executing template" error="error retrieving block attestation data: ERROR: column \"committeebits\" does not exist (SQLSTATE 42703)" error type="*errors.errorString" file=slot.go function=Slot info=GetSlotPageData module=handlers route=/slot/154880`

ref: https://github.com/gobitfly/eth2-beaconchain-explorer/pull/3062 `time="2025-07-03T08:47:34Z" level=error msg="error executing template" error="error retrieving block deposit data: ERROR: relation \"blocks_exit_requests\" does not exist (SQLSTATE 42P01)" error type="*errors.errorString" file=slot.go function=Slot info=GetSlotPageData module=handlers route=/slot/159360`