winsvega
winsvega
``` Request: {"jsonrpc":"2.0","method":"eth_getTransactionCount","params":["0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "0x1"],"id":8} Reply: {"id":8,"jsonrpc":"2.0","result":"10"} ``` aleth response with string. geth response with int. ``` Request: {"jsonrpc":"2.0","method":"eth_getTransactionCount","params":["0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "0x1"],"id":8} Reply: {"jsonrpc":"2.0","id":8,"result":10} ```
``` void ClientTest::modifyTimestamp(int64_t _timestamp) { Block block(chainParams().accountStartNonce); DEV_READ_GUARDED(x_preSeal) block = m_preSeal; Transactions transactions; DEV_READ_GUARDED(x_postSeal) transactions = m_postSeal.pending(); block.resetCurrent(_timestamp); DEV_WRITE_GUARDED(x_preSeal) m_preSeal = block; auto& lastHashes = bc().lastBlockHashes(); assert(bc().currentHash() == block.info().parentHash()); for...
fixes #5611
export .info files with filled tests containing test research information like. ranges of the tests, number of transactions, networks in use like opcode usage (actual executed usage) potential code coverage...
Since besu has implemented test RPC it is a part of test stats program: http://retesteth.ethdevops.io/ Besu runs fine, but many tests are still red and I am trying to reach...
as requested by @hmijail but more feedback is needed
Cut the repo https://github.com/winsvega/solidity.git to have only whats required to use lllc