acolytec3

Results 215 comments of acolytec3

@shikhardb were you able to solve your issue?

Going to try updating to the vitest 2.0 beta release at some point and see if that helps.

Note, for now, we've just added `@chainsafe/blst` as a direct dependency for ultralight so we can proceed but will update if/when this gets resolved on the lodestar side.

> `@chainsafe/bls` is designed isomorphicly and to work with either `@chainsafe/blst` or `bls-eth-wasm` depending on if its running client or server side. Looks like the `blst` side is setup as...

>In its current form, LES is incompatible with browsers because it uses the RLPx protocol. But LES doesn't need RLPx and would work just as well over HTTP. It would...

I'm not 100% confident it works right now (it did last summer which is the last time I touched it) but [here](https://github.com/ethereumjs/ethereumjs-monorepo/blob/master/packages/client/examples/light-browser-sync.md) is the write-up for how to get it...

@wemeetagain This contribution is from a new member of the Ultralight team (@AnthonyMadia) and is being worked along the lines of #199 that I believe you and I discussed a...

Okay, all the unit tests are passing now. Not sure why the e2e tests are failing since I don't run the bootnodes so not sure if they're just not up...

There's something still not right with making connections to other nodes. I'm not able to reach public bootnodes on the portal network either and the messages are timing out so...