Luke Schoen

Results 182 comments of Luke Schoen

> @ltfschoen was this correctly closed or still a wip? i think the PR would help the community use docker. sorry i was doing the polkadot europe hackathon so haven't...

@NukeManDan actually now that i think about it you were correct in closing this PR. i'll create a new PR to update the Substrate Docker instructions, since we'll remove the...

I created this post to get community feedback on the risk of spam from this PR https://substrate.stackexchange.com/questions/6835/how-to-reduce-arbitrage-spam-risk-if-tx-fees-are-paid-with-exotic-assets-instead I have the following suggestions: #### Transfer overpayments to treasury and allow refunds...

i'm using Truffle 5.10.0 / Node.js v18.16.0 and still encountering these errors. I tried running `truffle test --verbose-rpc --debug --network moonbase` and troubleshooting in different ways listed below: * turning...

maybe try using stable and 1.69 instead of 1.68 ``` stable-x86_64-unknown-linux-gnu (default) rustc 1.69.0 (84c898d65 2023-04-16) ``` i've been able to use it in my code here https://github.com/ltfschoen/InkTemplate/pull/16/files#diff-84af1add043372bf3be8123a2d3477b5f1d436cc0dbbf322c0bcd3c99249adb2 you can...

> So by default an individual substrate-contracts-node is spun up per test. I like the idea of providing an environment variable like `E2E_BACKGROUND_CONTRACTS_NODE_URL=ws://localhost:9944`. But instead of that environment variable referring...

also see https://github.com/paritytech/cargo-contract/issues/1103

Possibly unrelated but when I'm using Brave and I'm also using a VPN (e.g. ProtonVPN), turning off the VPN sometimes overcomes the delay. That's ok macOS. Sometimes I just use...

Polkadot.js, Metamask, Talisman, Argent X, Keplr. Maybe it could also be something to do with this? https://github.com/polkadot-js/extension/issues/1250#issuecomment-1931926244

Other references with similar functionality: * app-js package of Polkadot-JS Apps https://polkadot.js.org/apps/#/js * https://github.com/parity-js/dapp-console