Martin HS

Results 537 comments of Martin HS

Re 2). How? How can you tell which sig is the one being called?

Oh wow. I remembered having implemented a 4byte-tracer long ago, and thought it may have gotten lost since then. But it's actually sitting right here: https://github.com/ethereum/go-ethereum/blob/master/eth/tracers/internal/tracers/4byte_tracer.js So it's fairly trivial...

Usage ``` > debug.traceTransaction( "0x214e597e35da083692f5386141e69f47e973b2c56e7a8073b1ea08fd7571e9de", {tracer: "4byteTracer"}) { 0x27dc297e-128: 1, 0x38cc4831-0: 2, 0x524f3889-96: 1, 0xadf59f99-288: 1, 0xc281d19e-0: 1 } ``` The tracer output format is a dictionary, where each key...

Doing a dump now, going to take a few more hours. In the meanwhile, I've downloaded the data for about 500K (top-level) transactions (the data also covers internal `CALL`-variants), and...

@pipermerriam , you wanted to weigh in the gas and gasprice. Do you really that is needed? Also, I still don't see how this will solve anything regarding duplicates, but...

@ligi the full json is `105M`, raw list of signatures is `40M`, the sorted and counted list is `6.5M` (zipped `1.4M`) is here: [signatures_sorted_counted.lst.gz](https://github.com/ethereum-lists/4bytes/files/2089576/signatures_sorted_counted.lst.gz)

Any update on this? We would prefer to be able to use a vendored dependency of duktape instead of other hacks around it.

> It is necessary to not have X11 running in dom0 when sys-gui-gpu starts. So, any pointers on how one accomplishes that?

> `systemctl disable lightdm.service` and `qvm-prefs sys-gui-gpu autostart True` should do that. I tried that, unfortunately the effect of sys-gui-gpu autostart seems to be that it crashes earlier, immediately during...

Oh, just saw this in my `guest-sys-gui-gpu.log`: ``` [2022-08-11 04:16:44] [ 2.780620] i915 0000:00:05.0: Your graphics device 46a6 is not properly supported by the driver in this [2022-08-11 04:16:44] [...