Simon de la Rouviere

Results 33 comments of Simon de la Rouviere

@richoakley interesting point. Haven't thought about that. You would do something like "pay-per-chapter"? Or fund someone a monthly "pay" to keep churning out new stuff? What would patron-only posts look...

Definitely something to consider! :)

Hey @scottfits. .send() fails silently, yes. I checked your code (the relevant part), and yes, this is only a problem for the owner. If they used a contract to buy...

@duivestein excellent! Spot on.

Move away from specific examples, but will mention this.

Hi! Experiencing this currently during development. 1) Created a contract. Deployed upgradeable contract to dev network using `deploy`. 2) Turn off dev chain. 3) Add new variable to contract (not...

> A trick we sometimes do when calculating how a transaction affected balance, without taking into account gas, is to set gasPrice: 0 for that tx (which works fine on...

Yes. Suspect that's the best solution. You then don't touch advanceBlock, and merely do an evm_mine to a future time. I don't think you need to use evm_timeIncrease then? I...

Here's some additional information: If I start with deploying it as 'ugpradeable', it *does* create the 'networks' object. Subsequently, deploying a regular version of the same contract overwrites this 'networks'...