Lion - dapplion

Results 415 comments of Lion - dapplion

In that case what would be the syntax to access a value at an index? `cont[index]` or `cont.get(index)`?

A valuable point of not using Map is that the code looks and feels more like the official spec. I'm not sure if that's important but it's a plus to...

> Curious if anyone else is seeing this still.... not sure if Pari and his team are still running Kurtosis frequently post-merge? Pari is no longer running Kurtosis for Lodestar,...

> Unless this is something else others are seeing, I'd recommend closing @dapplion No one is running Lodestar in Kurtosis so it's expect that no-one is seeing it

@tuyennhv Can you plot block times with an histogram like here? It will illustrate better the distribution https://twitter.com/dapplion/status/1575431858522886144

Expanding on "Migrate leftover sim tests from e2e, to make e2e tests more stable and fast" By migrate I mean: cover the test / code paths with a successful sim...

The transaction linked above is not constructed correctly (has a 0x04 byte prefixed to the address) but that shouldn't make the decode crash. Actually the code that is crashing is...

@holgerd77 Take a look at https://github.com/fetchai/blst-ts/pull/1 :eyes: potential support for browsers of blst which is the lib used by all consensus clients in production over Herumi

Thanks for the heads up @dot-asm ! Will update our CI too

Thanks! Would you mind sharing a bit about your understatement of the problem? > Meanwhile require("blst") in the main script before you create workers, even if the main script doesn't...