You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to reproduce #242 in the current live challenge, I've realized the "Rigged Roll" was much smoother there, because in the extension challenge I had to refresh the blocks by hitting a regular roll or by using the faucet, in order to get a new block to be able to rig roll.
In our live version of the challenge, hardhat is configured to have block auto mining, but in our extensions it's not.
If the behaviour is too specific to implement it in create-eth maybe we should just hint it in the new readme?
Yes, maybe we can an autoMining flag to the hardhat config template at create-eth (and maybe an interval too) to add this to the resulting hardhat.config.ts file. cc/ @carletex@technophile-04
If you think this is the way to go, I can add this.
I guess the "issue" is that with automining you get the TX mined instantly, but when is disabled (so interval mining is enabled) you have to wait a bit (the interval time). If the interval time is 1s I guess is fine...
In any case, since we discussed, we should rethink some of the customization options for create-eth templates (allow total customization for config objects files). I'll create an issue for it so we can discuss.
Trying to reproduce #242 in the current live challenge, I've realized the "Rigged Roll" was much smoother there, because in the extension challenge I had to refresh the blocks by hitting a regular roll or by using the faucet, in order to get a new block to be able to rig roll.
In our live version of the challenge, hardhat is configured to have block auto mining, but in our extensions it's not.
If the behaviour is too specific to implement it in
create-eth
maybe we should just hint it in the new readme?The text was updated successfully, but these errors were encountered: