David Murdoch

Results 226 comments of David Murdoch

Hm, it seems that no transactions are being sent here. Can you provide a reproduction script?

I haven't run this yet, but are you sure your hardhat mnemonic matches your ganache mnemonic? And that the accounts they are using are the same (your logged `"owner address"`...

There are 10 value transfer transactions in the logs above. I think something in your set up is draining the accounts. Try starting Ganache with `--verbose`.

Seeing the same when updating from `1.4.11` to `1.5.5`. ``` Caused by: relative URL without a base at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/swc-0.275.0/src/lib.rs:386 ERROR failed to read input source map: failed to parse inline...

My hunch is that this issue is caused by npm packages that include references to source maps (via `//# sourceMappingURL=` comments) but omit the referenced source map files from the...

When I run `xcrun stapler validate` on the dmg it returns "Ganache-2.7.2-mac.dmg does not have a ticket stapled to it.", When I unzip "Ganache-2.7.2.mac.zip" and run `stapler validate` on the...

I think Apple changed something. It's happened before to me.

@DeeDeeG. Downgrading to `[email protected]` worked! It broke my windows build though (`npm ci` now fails), so I have to conditionally downgrade based on the OS.