openethereum/ethcore/src
Tomasz Drwięga 152a551e8b Transaction Queue banning (#2524)
* Blacklisting transaction queue

* Using blacklisting queue in miner

* Restoring todo [ci:skip]

* Blacklisting recipients and code

* Renaming blacklisting->banning

* CLI option for banning.

* Fixing submodule commit [ci:skip]

* Fixing RPC tests

* Additional logging when dropping transactions

* whitespace

[ci:skip]

* Configurable ban duration

* Reverting fix for pruning history from config file
2016-10-27 19:28:34 +02:00
..
blockchain Apply pending block details on commit (#2254) 2016-10-27 15:26:29 +02:00
blooms port ethcore 2016-09-01 14:29:59 +02:00
client Apply pending block details on commit (#2254) 2016-10-27 15:26:29 +02:00
engines Remove ethcore::common re-export module (#2792) 2016-10-24 18:35:25 +02:00
ethereum Remove ethcore::common re-export module (#2792) 2016-10-24 18:35:25 +02:00
evm Clippy bump (#2877) 2016-10-27 08:28:12 +02:00
json_tests enable suicide test (#2893) 2016-10-26 16:27:38 +02:00
migrations Clippy bump (#2877) 2016-10-27 08:28:12 +02:00
miner Transaction Queue banning (#2524) 2016-10-27 19:28:34 +02:00
snapshot Clippy bump (#2877) 2016-10-27 08:28:12 +02:00
spec Remove ethcore::common re-export module (#2792) 2016-10-24 18:35:25 +02:00
state Clippy bump (#2877) 2016-10-27 08:28:12 +02:00
tests Apply pending block details on commit (#2254) 2016-10-27 15:26:29 +02:00
trace Clippy bump (#2877) 2016-10-27 08:28:12 +02:00
types sweep most unwraps from ethcore crate, dapps crate (#2762) 2016-10-20 23:41:15 +02:00
verification Remove ethcore::common re-export module (#2792) 2016-10-24 18:35:25 +02:00
views port ethcore 2016-09-01 14:29:59 +02:00
account_db.rs Get rid of MemoryDB denote (#2881) 2016-10-26 13:53:47 +02:00
account_provider.rs Clippy bump (#2877) 2016-10-27 08:28:12 +02:00
action_params.rs Remove ethcore::common re-export module (#2792) 2016-10-24 18:35:25 +02:00
basic_types.rs Remove ethcore::common re-export module (#2792) 2016-10-24 18:35:25 +02:00
block.rs Clippy bump (#2877) 2016-10-27 08:28:12 +02:00
builtin.rs Fixing output of eth_call and Bytes deserialization (#2230) 2016-09-22 14:50:00 +02:00
cache_manager.rs Clippy bump (#2877) 2016-10-27 08:28:12 +02:00
db.rs Clippy bump (#2877) 2016-10-27 08:28:12 +02:00
env_info.rs improved naming 2016-08-04 08:52:31 +02:00
error.rs Transaction Queue banning (#2524) 2016-10-27 19:28:34 +02:00
executive.rs Remove ethcore::common re-export module (#2792) 2016-10-24 18:35:25 +02:00
externalities.rs Remove ethcore::common re-export module (#2792) 2016-10-24 18:35:25 +02:00
factory.rs Trie query recording and AccountDB factory for no mangling (#1944) 2016-08-24 16:53:36 +02:00
header.rs Remove ethcore::common re-export module (#2792) 2016-10-24 18:35:25 +02:00
lib.rs Transaction Queue banning (#2524) 2016-10-27 19:28:34 +02:00
pod_account.rs Remove ethcore::common re-export module (#2792) 2016-10-24 18:35:25 +02:00
pod_state.rs Remove ethcore::common re-export module (#2792) 2016-10-24 18:35:25 +02:00
service.rs Clippy bump (#2877) 2016-10-27 08:28:12 +02:00
state_db.rs Clippy bump (#2877) 2016-10-27 08:28:12 +02:00