tersec

Results 145 comments of tersec

https://github.com/status-im/nimbus-eth2/pull/3600

> Other than trace logs, is there another feature for debugging besides compiling with print statements around the area? That's what I typically do -- well, rather, add logging as...

https://github.com/prysmaticlabs/prysm/issues/7985#issuecomment-843209422 describes one approach to this.

In general, anything which forces the `static` into being parsed as part of an expression rather than part of a a statement will suffice (along the lines of how `(;foo)`...

One can scan for other keywords which appear in a prefix position in both statements and expressions, and, e.g., `try` seems to have the same kind of problem: `echo(try: 0...

@chfast that would be helpful, yes. I'm not very familiar with the structure of either Aleth (which, as far as I know, claims to be EMVC-compatible) or Geth, especially in...

Approximately? It runs as part of Nimbus, and I adapted its message interface in https://github.com/status-im/nimbus/commit/f91bb16bdd5c1e3c70e200599c19a1e5f89569d3 to to mostly align with EVMC.

Likely not. It doesn't implement `CALL`, in particular. I've been browsing the GeneralStateTests' code and many of them should work. I wouldn't expect full functionality immediately.

Makes sense. Would be happy to discuss this in a call, or any other way.

> rocksdb supports snappy encryption in general, but it's not compiled in everywhere.. it might also be that we disabled it in our code to avoid runtime issues when the...