Tim B

Results 19 comments of Tim B

Taken onboard @crystalin comment to rewrite into a functional flavour, execution times are greatly improved as a by-product. ![image](https://user-images.githubusercontent.com/79199034/194540049-01936985-ac22-4d7f-82c9-ce6cf8a9dec2.png) TODO: Add ETH block tests too

Hi @alcuadrado is this still in the pipeline?

This is still an issue in bun 1.1.0

@micalevisk that isn't the case for me. Cpu-features works fine for both esm/cjs running with node. --- For context: What i actually care about is `testcontainers` which is a very...

countdown seems fixed in **apps** `v0.133.2-96`, the invalid issue and linking still appears active

We've now deployed async backing to public testnet, you can see the defects at: https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fwss.api.moonbase.moonbeam.network#/explorer

@IkerAlus it looks to be fixed in latest version published :+1:

Have you been running this against a tracing node?

ts-node can be axed entirely with a drop-in replacement for [tsx](https://github.com/esbuild-kit/tsx). This should unblock you entirely from allowing ESM TS support for HardHat > [!NOTE]\ > I have gone through...

this is a code snippet of the test im running: ``` const limit = 500; const keyPrefix = u8aToHex( u8aConcat(xxhashAsU8a("EVM", 128), xxhashAsU8a("AccountCodes", 128)) ); const growthFactor = 1.5; let last_key...