Tim B
Tim B
Taken onboard @crystalin comment to rewrite into a functional flavour, execution times are greatly improved as a by-product.  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...