Erin Shaben
Erin Shaben
Create a POC showing the ability to integrate Truffle DB and Hardhat by importing Hardhat data into @truffle/db and decoding it. - Deploy a new contract locally with Hardhat and...
Hey! I tested this out with Moonriver to see if I could reproduce the issue, but I wasn't able to reproduce it. It seems to work as it should. Your...
After testing this out further, I was able to reproduce the issue whenever my wallet is not connected. I see the same errors: ``` "Error: could not detect network (event="noNetwork",...
same issue, please fix! 🙏
Created PR #878 for more complete RPC method descriptions and mobile first support. Outstanding work: - Of the items listed in the issue description the only one done is mobile...
@goushijie i tried your code snippet out using the latest version of py substrate interface, 1.7.3, and it worked as expected. can you please try to bump the version and...
Ah ok, I attempted this on a development node, not on moonbeam mainnet. So my command was the same as yours with the exception of the `--chain moonbeam` flag. Is...
I'm sorry that you lost your funds 😔💔 Moving forward, if you're running a node on mainnet, try to avoid using the `--unsafe-ws-external` command. As it exposes some methods that...
Thanks for the response! 🙂 Sure. This is one of the pages we're getting this error on: https://github.com/PureStake/moonbeam-docs/blob/master/builders/build/eth-api/dev-env/scaffold-eth.md When I run `git log --date=unix --format=%at -n 1 --diff-filter=A -- builders/build/eth-api/dev-env/scaffold-eth.md`...
@karlgo I implemented a workaround. Created a script that checks if the created data is after the last updated date, and, if so, changes the created date to be the...