David Murdoch
David Murdoch
BigInt was introduced in node 10.4.0 (which uses V8 v6.7), which is why I started testing at this version. Test run output: ```shell david @ ~/work/bigint-buffer (master) └─ $ ▶...
I'm using root cookie (http://wordpress.org/plugins/root-cookie/) to change my wordpress cookie path to "/" (root). If I send a pull request to add a "Cookie Path" option, would this be a...
Per https://github.com/ds300/patch-package/issues/84, it is not safe to publish npm packages with patched dependencies. This notice should be prominent in patch-package documentation. Note: I don't expect this PR to be merged...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Bringing issue #2940 back to life here. The [email protected] WebsocketProvider subscribes...
Update to Ganache v7 should be faster than v6, but many users don't experience this in many (most?) cases as Truffle's web3 must poll for changes (example: https://github.com/OpenZeppelin/openzeppelin-upgrades/pull/523). If truffle...
See #5295 for additional context.
- [x] trufflesuite/ganache#3327 - [ ] trufflesuite/truffle#5193 - [ ] trufflesuite/truffle#5195 - [ ] trufflesuite/trufflesuite.com#1267
Draft PR because I don't know the intricacies of Truffle well enough to be confident this works well enough. I'm not sure I replaced the right Web3.providers.HttpProvider calls. This only...
Which isn't truffle's fault, since Ganache hasn't yet published it yet. But it will Soon:tm:!
The current event name is "ganache:vm:tx:console.log", but this will likely change before it is released in ganache. See also: #5193