Paweł Bylica
Paweł Bylica
This is a preview of the EVMC feature https://github.com/ethereum/evmc/pull/32. ## Changes 1. The trace reflects the state of the VM **after** the execution of an opcode. 2. This allows to...
A public announcement that Aleth is no longer considered an Ethereum Client anyhow. This is a list of additional task related to that. - [ ] Have a blog post...
The aleth-interpreter uses exception types from LegacyVM. These exceptions carry additional information which is discarded anyway when converting exceptions to `evmc_status_code`. I believe it will be enough to have single...
The report https://arxiv.org/pdf/1905.00553.pdf show that `BLOCKHASH` is very slow comparing to its price. This is also confirmed by @holiman's report https://github.com/holiman/vmstats (raw data: https://docs.google.com/spreadsheets/d/1zjF6YWrVxfNoj0fH3WRek-G4Bw0fbbOnRusC0gMtmL0/edit#gid=852228130)  Is `GASPRICE` something we should...
In https://github.com/ethereum/evmone/pull/85 there is the `evm-test` tool that can test the aleth-interpreter DLL. I have run it already and noticed some failures. One is fixed by #5651. Many of failures...
This can happen when closing eth client. ``` ================================================================= ==25778==ERROR: AddressSanitizer: heap-use-after-free on address 0x607000022a70 at pc 0x0000004952b9 bp 0x7ffd1a6b8900 sp 0x7ffd1a6b88f0 READ of size 8 at 0x607000022a70 thread T0...