Luke Schoen

Results 182 comments of Luke Schoen

Help from Jam on Substrate Builders Program: > you don't have access to std::env in wasm, so you probably need to additionally put those tests behind a feature flag -...

Action required from forum user with sufficient privileges

@cmichi sure, i can't right at the moment though as i'm about to board a long flight. i'll have plenty of time in a couple of weeks, but i'll try...

> @ltfschoen Sorry for such a late answer, are you up for merging `master` and resolving the conflicts? I've merged `master` and resolved the conflicts.

I just opened node_modules/bitcore-mnemoic/node_modules/bitcore-lib/index.js and commented out the following lines of code ``` bitcore.versionGuard = function(version) { // if (version !== undefined) { // var message = 'More than one...

> A quick hack to fix it is wrapping all calls to `wasm-pack` in a global mutex. For example, if one has `wasm-pack` installed through Cargo, then one can place...

instead of running ```bash export SUBSTRATE_CONTRACTS_NODE_VERSION=v0.40.0 cargo install contracts-node --git https://github.com/paritytech/substrate-contracts-node.git --tag ${SUBSTRATE_CONTRACTS_NODE_VERSION} --force --locked ``` if i change it to run the following instead it doesn't generate that error...

**Replicate issue:** * Go to https://polkadot.js.org/apps > Network > Explorer * Enter a valid block number at the top right input box > Click Play icon **Relevant code:** https://github.com/polkadot-js/apps/blob/master/packages/page-explorer/src/BlockInfo/ByHash.tsx#L125 https://github.com/polkadot-js/apps/blob/master/packages/page-explorer/src/BlockInfo/Summary.tsx#L82

I just experienced this using outdated Brave version 1.73.104 Chromium: 131.0.6778.204 (Official Build) (arm64) Yet it worked properly at same time when I used outdated Chrome version 136.0.7103.113 (Official Build)...

For context, I'm trying to connect with >100 accounts. In the popup console I also get the same error `Uncaught (in promise) Error: Resource::kQuotaBytes quota exceeded` whenever I click the...