Tianji Wu
Tianji Wu
Import from [DBML](https://www.dbml.org/)?
@meirf I see the review marathon on your https://golang.org/cl/85577. Are you still interested in working on it? I'm happy to help implementing/merging/working on this issue. Do you have a public...
@meirf I also feel this is a change too large to be merged once. Probably split into Framer + Transport. It seems the Transport API is still experimental, but changes...
I will take it over from @meirf to work on this issue, and I have created a new CL https://golang.org/cl/181497. Since @bradfitz is on leave recently, is there anyone else...
You can write a Codec wrapper which acts like a middleware.
卡在"Now, Please restart Sync."的时候,试试用浏览器打开: https://config.resilio.com/sync.conf 试试能不能下载咱们的配置文件。注意浏览器要关闭代理服务器。如果出错,可以看看是不是SSL证书的问题,还是hosts没有配置成功。
Same problem here. Besu version: 24.3 Nimbus verison: 24.3.0 log: ``` NTC 2024-04-14 12:13:10.358+00:00 Attestation failed to match head topics="chaindag" epoch=276750 validator=87a3ef28 INF 2024-04-14 12:13:11.001+00:00 Slot start topics="beacnde" head=627179d7:8856063 delay=1ms94us524ns...
> If could be that the initially imported deposit snapshot was incorrect (doing a new checkpoint sync should fix it). > > * Did this start happening after an update,...
I did resynced deposit snapshot. It worked for now.
Luckily I have a copy of the previous deposit snapshot, in two format. From API: ``` $ curl -X GET http://localhost:5052/eth/v1/beacon/deposit_snapshot {"data":{"finalized":["0xed851189578e43fe30657d1e6193b45bef7ee7a6e226eaebc9675d801081dd6d","0x51d304594b583192b6579834499c62376a0fca2233b96aee21e87c6fd5c28637","0xdd0ab193e510ea7ddf508fc9c2900c2098eae2fc49a10d7c25293975fa7c3ca9","0x77f61de440cb93a2c0222f8241f9a6726c75a5e919341abe02a30e0331b0c355","0xdbf9383ebffa839826fc89f993f1ef289c808a951310ff376866c46952c2c619","0xe7bb3cc87417966cf117c124f5ce0394e834d5350a3f3a699cd13271a657b01b","0xcd51fb3413c81cc4c88adca8bf399e96e3fdd3443b0c48f74bde393e92c44edd","0xcc1bc98fe5b78d66581d4f7ea317e642947806215095c738ee6263a6064b0923","0x78545fc1d24b409a8278a0f87985a792a430be3d63f2d94d4fcc17bee0e6b12e","0x102068d3bffe793aadd25cd44bfb6b840b0743c1772538dbbf79eec54c7aa756","0xe58dd9471eb26bee450525e5a4cf0f5141417a1bc10ec16f2cc91ea45188e242","0x8e3ef7a9c1604f777b9acb267b0a5b07bae59068bab7afe5158a9d2f5b4bbd0d","0xd47c6b785cafa0975c9edf49ff18f403a216c2259137c0e7d45f32a789d678f8"],"deposit_root":"0xedc61e5bb048448f184a0003560a33db848104623ea4055e287206b1d9292290","deposit_count":"780148","execution_block_hash":"0xd162f42047b00d9712b021bd8c7c80e299360126adb246237e64fd4e1a0f0d92","execution_block_height":"17403122"}} ``` From DB: ``` sqlite> select hex(value) from...