openethereum/src
Tomusdrw 0a5666f2c0 Simple Gas calculation based on instruction gas price tier 2016-01-13 15:21:13 +01:00
..
bin Client now takes Spec instead of Engine 2016-01-11 12:28:59 +01:00
ethereum Merge branch 'master' of github.com:gavofyork/ethcore into verification 2016-01-12 13:31:49 +01:00
evm Simple Gas calculation based on instruction gas price tier 2016-01-13 15:21:13 +01:00
sync Verification integrated into client/queue 2016-01-11 13:42:32 +01:00
tests Utils for consensus test decoding and better layout. 2016-01-12 16:20:29 +01:00
account.rs State::new_contract. 2016-01-09 14:19:35 +01:00
action_params.rs Integrate Executive into State. 2016-01-11 17:37:22 +01:00
basic_types.rs Transaction includes signature. 2016-01-11 20:36:29 +01:00
block.rs Nicer transaction validation API. Nicer OutOfBounds API in general. 2016-01-12 11:44:16 +01:00
blockchain.rs Verification tests 2016-01-12 13:14:01 +01:00
builtin.rs Engine and Spec are now thread safe 2016-01-11 11:51:31 +01:00
client.rs Verification tests 2016-01-12 13:14:01 +01:00
common.rs Move evm::EvmParams -> ActionParams. 2016-01-11 16:33:08 +01:00
engine.rs Move EvmSchedule -> evm::Schedule 2016-01-11 16:28:30 +01:00
env_info.rs test cleanup 2016-01-11 22:32:01 +01:00
error.rs Use U512s for ether cost calculation. 2016-01-12 17:40:34 +01:00
executive.rs Simple Gas calculation based on instruction gas price tier 2016-01-13 15:21:13 +01:00
extras.rs Merge branch 'master' of github.com:gavofyork/ethcore into network 2016-01-11 01:07:58 +01:00
header.rs Merge branch 'master' of github.com:gavofyork/ethcore into verification 2016-01-12 13:31:49 +01:00
lib.rs Utils for consensus test decoding and better layout. 2016-01-12 16:20:29 +01:00
log_entry.rs added max_depth to executive, fixed bugs in externalities call, added "bomb" tests 2016-01-12 13:39:12 +01:00
null_engine.rs Move EvmSchedule -> evm::Schedule 2016-01-11 16:28:30 +01:00
queue.rs Verification tests 2016-01-12 13:14:01 +01:00
receipt.rs Integrate Executive into State. 2016-01-11 17:37:22 +01:00
spec.rs Engine and Spec are now thread safe 2016-01-11 11:51:31 +01:00
state.rs State::exists, docs and tests. 2016-01-12 12:34:14 +01:00
transaction.rs executive tests in progress 2016-01-12 18:31:47 +01:00
verification.rs Some additional tests 2016-01-12 13:43:43 +01:00
views.rs Merge branch 'master' of github.com:gavofyork/ethcore into network 2016-01-11 01:07:58 +01:00