Andrey Petrov
Andrey Petrov
Hard to figure out what's going on in the diff since it's moving so quickly, could you spell it out for me please? Steps to reproduce, etc.
@maxknivets Please include the actual code (what's inside `server.py`?) and commands you ran, what version of Python, what operating system, etc. Basically make it as easy as possible for other...
Good question, it does not! There is jitter in several of the query generators but they're all fairly close to head: https://github.com/shazow/ethspam/blob/master/queries.go#L39 https://github.com/shazow/ethspam/blob/master/queries.go#L69-L70 https://github.com/shazow/ethspam/blob/master/state.go#L150-L153 Perhaps the State needs to add...
Ah, good to know! Please share what else you learn, especially if you figure out a way to make it work. Are you running the latest macOS Catalina? Also have...
Very cool, thanks!
I'd love nix support. :) If you could include a `flake.nix` derivation, so that any distro that supports the `nix` package manager (basically everything) will be able to automagically build...
I'll try to make it work out of band somehow, but right now none of this works on any of my devices unfortunately. So it is equally as pressing as...
One more note: I compiled forge etc from source, and I'm able to reliably patch the svm-downloaded `solc` binaries with `patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" ~/.svm/0.8.2/solc-0.8.2` for example, but unfortunately that...
Thanks, I'll give it a try soon!
Confirmed that the `--no-auto-detect` flag works as expected now. I'm not sure if something like `svm-rs` is fixable for NixOS and similar distros. By nature, non-statically-linked binaries don't work. We...