openethereum/ethcore/src
Toralf Wittner 2b05eb43a9 Add util/mem to zero out memory on drop. (#8356)
* Add `util/mem` to zero out memory on drop.

* Remove nonsense.

* Remove `Into` impls for `Memzero`.

* Update ethereum-types and remove H256Mut.
2018-04-11 13:57:12 +02:00
..
account_provider Fix wallet import (#7873) 2018-02-14 14:21:58 +01:00
blockchain Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
blooms revert removing blooms (#8066) 2018-03-12 20:15:55 +00:00
client Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
engines Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
ethereum Add Ethereum Social support (#8325) 2018-04-09 16:18:00 +02:00
json_tests Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
miner Use hyper 0.11 in ethcore-miner and improvements in parity-reactor (#8335) 2018-04-10 13:51:29 +02:00
snapshot Add util/mem to zero out memory on drop. (#8356) 2018-04-11 13:57:12 +02:00
spec Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
state Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
tests Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
trace Replace all Rlp usages with UntrustedRlp except for ethcore views (#8233) 2018-03-29 11:19:45 +02:00
verification Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
views Replace all Rlp usages with UntrustedRlp except for ethcore views (#8233) 2018-03-29 11:19:45 +02:00
account_db.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
block.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
builtin.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
cache_manager.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
db.rs Separate migrations from util (#6690) 2017-10-10 20:01:27 +02:00
encoded.rs Replace all Rlp usages with UntrustedRlp except for ethcore views (#8233) 2018-03-29 11:19:45 +02:00
error.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
executed.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
executive.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
externalities.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
factory.rs Kovan WASM fork code (#7849) 2018-02-19 12:27:42 +01:00
header.rs Decouple timestamp open-block-assignment/verification to Engine (#8305) 2018-04-05 10:11:21 +02:00
lib.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
machine.rs Validate if gas limit is not zero (#8307) 2018-04-05 00:14:59 +09:00
pod_account.rs removed redundant PodAccount::new method (#7928) 2018-02-19 10:58:04 +01:00
pod_state.rs clean up account fmt::Debug (#7983) 2018-02-27 18:37:36 +01:00
state_db.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
test_helpers.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
tx_filter.rs fixed ethcore tx_filter (#8200) 2018-03-28 10:59:16 +01:00