Daniel N. Werner
Daniel N. Werner
I solved this same error for myself by 1. Ensuring that my Java Compiler settings in Eclipse (Project Settings, Java Compiler, Compliance Level) was set to 1.6 for all projects....
What is the other issue you are seeing when you set your compliance settings to 1.6? I think setting the execution environment made the actual difference for me to be...
I had some issues with my toolchain starting in the upgrade from 0.3.1 -> 0.4.0, and TBH I'm not entirely sure why. I ended up writing two scripts to handle...
Have you been able to build statically some other way?
Converting to a draft as I address some test failures.
I ended up searching through the contract interface, and I didn't find an extant method for retrieving this. The motivation is to eliminate a race condition where we are looking...
Is there any interest in merging this?
Ok, thanks for the explanation! I wasn't even aware this was using plain Wifi. Sounds like an interesting problem. For now this still works best for me in my experiments....
Closing this PR because it would entail either a constraint for which old data would conflict or a table level lock.
Stole this for #975, thanks!