Open xcthulhu opened 9 years ago
You're using so much gas contract creation is failing. So this would never work on the current live chain. That said if you want to use it anyway for w/e reason do t.gas_limit = 200000000 and then it'll have a higher gas limit and work
I am having problems with using while loops in
def init():
functions in Contracts.Specifically, I have installed the following versions of serpent and pyethereum:
Here's my contract:
312
happens to be the length of the buffer used by Mersenne Twister.If I replace
311
with310
, there are no problems.Here's how I am testing this code:
Should print
1
five times. Instead here's my exception and stacktrace: