Results 80 issues of ytrezq

[`object_iter`](http://gitdb.readthedocs.org/en/latest/api.html#gitdb.pack.PackEntity.create) is a list, but of what type ? Ostream or Oinfo. I think it would worth to precise it.

acknowledged

When generating graphviz output, if a block ends with `REVERT`, porosity will link matching next block in the graph as if `REVERT` doesn’t stop contract execution (as if execution continues...

It seems disassembling this code shouln’t require block walking since it’s only for disassembling. The bytecode below is being used in a deployed smart contract managing more than 700,000 ethers....

If verifier contract doesn’t hash a message itself and the hash doesn’t require a pre‑image, then there’s a problem similar but different from signature malleability described [here](https://yondon.blog/2019/01/01/how-not-to-use-ecdsa/ "scroll down the...

to do

The exact copy of ꜱᴡᴄ 105 but with tokens. This is especially meanfull with Wrapped Ether being the de‑facto official Ethereum to ᴇʀᴄ‑20 wrapper and tokens that will always bear...

// Do not allow contracts to game the system require(!isContract(caller)); There’s a well‑known case where a caller has codesize of 0 and is a contract. It should always use a...

Some tokens allow to record approval amount using permit which in return is used by some exchanges which use relayers where the user send a signature in a web portal...

I couldn’t find the answer myself. I just need my own node enpoint `parity_tracecallmany` for evading Tornado Cash rpc censorship so I would like to reduce database size for the...

My isp is throttling per tcp connection speed. So that in my case using `rclone copy folder onedrive:` is capped at around 100Mb/s But if I do that same copy...

enhancement

Took a while to understand why `ldb compact` always does nothing but after debugging in turns out the column family is never passed to `CompactRange`. Please fix this !