DragonDev1906

Results 10 comments of DragonDev1906

Interesting point, `Rollback()` ignoring `Fork()` does mean that you can undo the last `Fork` call by rolling back the entire side-chain (only keeping the canonical chain). However, it doesn't match...

> Prettt cool. Will this be released in V4.x, or is it slated for V5? 5.0 (see the Milestone), since it is a breaking change on the ABI of basically...

> Right now we are working on a couple of big refactors One more (related) thing, as you've mentioned refactors: For now I've decided to not use Helios (instead using...

Would like to mention that this still happens in 0.10.0.4, and there are other blocks for which this happens. I think it's every time all three verts of a triangle...

> are you doing something where this is blocking you? No, I'm likely going to need serde anyways. Even if I don't the main downside is longer compile times. For...

I've had this happen, too, and have seen it happen to others. I don't know if it is related to server restarts, my current guess is that it has something...

Here is some more information: It looks like the FinalityUpdate changes whenever the attested header changes, even if the sync_committee_size is 1. Though I'm still not sure when this would...

> For the [/eth/v1/beacon/light_client/finality_update](https://ethereum.github.io/beacon-APIs/#/Beacon/getLightClientFinalityUpdate) endpoint, part of this is due to some blocks simply not including a good sync aggregate, in this case you have to wait for the next...

Still the case in version 0.9.6.1: ![image](https://user-images.githubusercontent.com/8270201/188245360-89beb254-c476-4d39-a309-b90e7adcd7c0.png) The following was not fixed with this update: > Fixed: Plants would sometimes fail to render and would only show outline when targeted...

Here is another (related) point: When using any of the following wasm-pack does not find the LICENSE file, which usually resides in the workspace root: ```bash cd crates/my_crate && wasm-pack...