Lion - dapplion

Results 385 comments of Lion - dapplion
trafficstars

> Aggregating 2**17 signatures I'm not concerned about aggregating the signatures but creating them hahaha With noble signing 2**17 would take 3.64 hours so doing the benchmark 2-4 times you...

Thanks for looking into this! I think BLST takes care of that, but it would be good to add a test. Transfering to bls repo.

Feel free to do a PR with the test and a fix if you want! I can do the latter if you need help.

CC: @wemeetagain what do you think? This is the approach we were using before ESM modules

I've had some confusion with that, in herumi's implementation it's called `.isZero()` while in BLST `is_inf()`. Would you want to use the name infinity?

Hey @faustbrian since it's not immediately necessary for ethereum consensus clients it's hasn't been prioritized. You should open an issue to herumi's repo too to get coverage there first. He...

Leaving open since it's a good request! Please circle back once it lands in https://github.com/herumi/bls-eth-wasm/issues/16

Related to https://github.com/ChainSafe/lodestar/issues/3682 Tests should download the OpenAPI spec and assert responses follow its format

@dadepo SSZ fromJson already does property validation for all important data structures on the ingress side at runtime To ensure we conform with the spec on output, just generate testers...

> > just generate testers from the OpenAPI schema > > @dapplion do you by chance have any tool in mind that does this? The ones I see are for...