smartcontracts

Results 302 comments of smartcontracts

Yes, that's correct, p2p should be much faster and you avoid the extra overhead of the DTL

@artjoma you can use GCMODE=full if you don't need the entire archive state. Should be much smaller.

Yep, it looks like this link goes nowhere. @hayeah - should we just remove the link/section or do you have an idea of what should be there?

Whoops, I bet I know what's causing this. Thanks for the report! Will try to fix in the next few days :-)

This is proving slightly more challenging to fix than I'd originally guessed. I need to do some refactoring to make this feasible (refactoring for the better, but still refactoring). It...

Hi, unfortunately mocking internal functions can't be supported until we refactor the code to integrate at a deeper level. We probably have to modify the ethereumjs-VM entirely for this to...

Great idea! And very straightforward. I'll get a PR out for this over the weekend.

@0xGorilla this is related to our plan to add mocking for libraries in general, which requires that deeper rewrite we discussed. It's definitely a huge value add but will take...

Sorry for the delay here, I'm trying to reproduce this locally using the code snippet you provided but having issues doing so. Do you have a repository you can share...