openethereum/ethcore/src
Tomasz Drwięga 04d5b5cbe6 Merge branch 'master' into h256
Conflicts:
	ethcore/src/account.rs
2016-04-09 11:27:19 +02:00
..
blockchain Fixing warnings 2016-04-06 10:55:40 +02:00
chainfilter Fixing warnings 2016-04-06 10:55:40 +02:00
client Fixed eth_call nonce and gas handling 2016-04-06 13:05:58 +02:00
ethereum Merge remote-tracking branch 'origin/master' into bettermining 2016-03-28 09:44:34 +02:00
evm Fixing warnings 2016-04-06 10:55:40 +02:00
json_tests fixed homestead transition block number in transaction json-tests 2016-03-29 14:34:03 +02:00
spec Avoid tracing DELEGATECALL and CALLCODE. Plus tests for it. 2016-03-20 19:20:37 +01:00
tests Differentiate between ClosedBlock (can be reopened) and LockedBlock (cannot). 2016-03-27 20:33:23 +02:00
verification Fixing warnings 2016-04-06 10:55:40 +02:00
account.rs Update account.rs 2016-04-08 17:42:17 -07:00
account_db.rs Check for NULL_RLP in AccountDB 2016-03-13 21:28:57 +01:00
account_diff.rs nightly fixes 2016-02-14 12:54:27 +01:00
action_params.rs simplified trace from functions, removed clippy warnings 2016-04-01 03:08:42 +02:00
basic_types.rs Removing superflous check for nightly 2016-03-11 11:16:49 +01:00
block.rs Fixing warnings 2016-04-06 10:55:40 +02:00
block_queue.rs Merge pull request #893 from ethcore/closing 2016-04-07 12:36:19 +02:00
builtin.rs pricing { linear: {} } 2016-03-18 22:54:36 +01:00
common.rs Add doumentation, make tracing optional and expose at OpenBlock level. 2016-03-19 12:54:34 +01:00
engine.rs Avoid tracing DELEGATECALL and CALLCODE. Plus tests for it. 2016-03-20 19:20:37 +01:00
env_info.rs fixed loading of executive tests, unrevealed failing consensus tests 2016-03-24 01:25:59 +01:00
error.rs Merge branch 'master' into tx_queue_timeout 2016-03-18 19:36:32 +01:00
executive.rs Fixed eth_call nonce and gas handling 2016-04-06 13:05:58 +02:00
externalities.rs Tests for lots more configurations. 2016-03-20 16:24:19 +01:00
extras.rs Fixing clippy warnings 2016-03-11 10:58:51 +01:00
filter.rs Merge branch 'jsonrpc2' into rpc_poll_ids 2016-02-24 10:35:15 +01:00
header.rs Test. 2016-03-02 23:41:15 +01:00
lib.rs Merge pull request #772 from ethcore/tracing 2016-03-19 23:52:23 +01:00
log_entry.rs refactored state tests 2016-03-25 13:08:57 +01:00
null_engine.rs Avoid tracing DELEGATECALL and CALLCODE. Plus tests for it. 2016-03-20 19:20:37 +01:00
pod_account.rs fixed loading of executive tests, unrevealed failing consensus tests 2016-03-24 01:25:59 +01:00
pod_state.rs use ethjson module to load chain json tests 2016-03-19 18:13:14 +01:00
receipt.rs test for eth_getTransactionReceipt 2016-03-21 11:47:50 +01:00
service.rs Auto detect available port 2016-03-20 16:21:49 +01:00
state.rs Fixed eth_call nonce and gas handling 2016-04-06 13:05:58 +02:00
state_diff.rs fixed loading of executive tests, unrevealed failing consensus tests 2016-03-24 01:25:59 +01:00
substate.rs Test for failed create transactions, failed actions are logged as such. 2016-03-20 12:04:31 +01:00
trace.rs simplified trace from functions, removed clippy warnings 2016-04-01 03:08:42 +02:00
transaction.rs removed unused code 2016-03-29 13:34:12 +02:00
views.rs implemented eth_call 2016-03-19 21:37:11 +01:00