Andrei Maiboroda

Results 131 comments of Andrei Maiboroda

@pedrocns do you want to finish this?

> What was the blocker on this? Lack of time / lack of usefulness? Rather lack of usefulness. But this PR is ready from my side except `evmc_create_aleth_precompiles` naming problem...

I moved `trace()` call to a common place, but didn't deal with exceptions yet.

I'm getting now assertion failure at the STOP opcode (`startPC` out of bounds of `evmc->m_code`). So the test from the description looks like ``` Running tests using path: "C:\dev\cpp-ethereum\test\jsontests" Running...

The test that executes all valid opcodes, might be useful for testing this: ``` testeth -t GeneralStateTests/stTransactionTest -- --vmtrace --singletest Opcodes_TransactionInit --vm interpreter ``` But the output is huge...

Here's the summary of what is affected in aleth by changes in tracing: - VM trace output in logs at TRACE verbosity for aleth and testeth - `--jsontrace` option of...

We saw already that we sometimes keep asking the peer for the same block many times despite its `NoMoreHeaders` answer. Its rating is already decreased in this case, but it...

You'll have to parse your JSON first with some library, then use `RLPStream` class to encode the data.

@trungtt1981 I did some fixes around this recently, could you try another time with latest code?