nimbus-eth1/nimbus
Ștefan Talpalaru 115843487c
general-state testsuite changes and better fork selection
- skipped the tests in allowedFailInCurrentBuild()
- replaced doAssert() with check() in testFixtureIndexes() so we can see
  both hash values on failure
- checking filename extension for JSON tests to avoid editor swap files
- replaced the duplicated block values in the main net's ChainConfig
  with values from forkBlocks
- allowed overriding the current fork in computations, because the old
  strategy of only looking at the block number doesn't work with JSON tests
  where the block number is usually 1
- explicitly pass the fork to gasCosts() and use it for conditional cost
  calculation
- fixed a logic error in the CREATE opcode
- fixed VM selection based on current fork in updateOpcodeExec()
- single point of control for supported forks in tests (just one fork, at the
  moment)
- 44 new test failures (that were probably passing for the wrong reasons)
2018-12-07 18:18:29 +01:00
..
db correcting account storage retrieval 2018-12-05 22:01:29 +07:00
p2p logging changes 2018-12-07 00:45:52 +01:00
rpc Add WhisperFilterOptions 2018-12-05 19:11:17 +02:00
utils Deal with the refactoring in status-im/nim-rlp#20 2018-09-26 12:58:23 +03:00
vm general-state testsuite changes and better fork selection 2018-12-07 18:18:29 +01:00
block_types.nim replace logging module with nim-chronicles (fixes #38) 2018-08-29 16:13:03 -06:00
config.nim general-state testsuite changes and better fork selection 2018-12-07 18:18:29 +01:00
constants.nim Minimal changes required for building the LES branch 2018-10-16 03:10:01 +03:00
errors.nim Refactor interpreter dispatch (#65) 2018-07-06 09:52:31 +02:00
genesis.nim put prune switch into usage 2018-12-05 21:58:34 +07:00
genesis_alloc.nim Added genesis initialization 2018-08-01 15:50:44 +03:00
lightchain_shell.nim Some renames 2018-05-28 13:22:28 +03:00
nimbus.nim logging changes 2018-12-07 00:45:52 +01:00
nimbus.nims Added --experimental:forLoopMacros to nims 2018-09-03 15:20:40 +03:00
tracer.nim put traceTransaction into action 2018-12-05 22:01:29 +07:00
transaction.nim Add initTransaction 2018-11-20 17:35:11 +00:00
utils.nim implement transaction tracer 2018-12-05 22:01:28 +07:00
validation.nim Remove validateCanonicalAddress 2018-07-19 19:04:01 +01:00
vm_state.nim implement transaction tracer 2018-12-05 22:01:28 +07:00
vm_state_transactions.nim general-state testsuite changes and better fork selection 2018-12-07 18:18:29 +01:00
vm_types.nim general-state testsuite changes and better fork selection 2018-12-07 18:18:29 +01:00