openethereum/util/src
Marek Kotewicz 6b074e8fb2 secret store separated from util (#1304)
* bump rust-crypto

* initial version of account provider utilizing secret store

* update lazy_static to latest version

* AccountProvider accounts method

* new AccountProvider tests in progress

* basic tests for new AccountProvider

* ethcore compiles with new account provider and secret store

* ethcore-rpc build now compiling with new AccountProvider

* most rpc tests passing with new accounts_provider

* fixed basic_authority tests

* fixed eth_transaction_count rpc test

* fixed mocked/eth.rs tests

* fixed personal tests

* fixed personal signer rpc tests

* removed warnings

* parity compiling fine with new sstore

* fixed import direction

* do not unlock temporarily when we have the password

* removed TODO in account import

* display warning on auto account import failure

* fixed compiling of ethstore on windows

* ethstore as a part of parity repo

* added ethkey
2016-06-20 00:10:34 +02:00
..
io Tests 2016-06-17 18:26:54 +02:00
journaldb Use constants for DatabaseConfig (#1318) 2016-06-18 17:58:28 +02:00
migration Bloomchain (#1014) 2016-05-26 18:24:51 +02:00
network Fixing warnings (#1321) 2016-06-18 15:11:10 +02:00
rlp Security audit issues fixed (#1279) 2016-06-15 00:58:08 +02:00
trie Refactor triedb constructors to error on invalid state root (#1230) 2016-06-07 11:44:09 -07:00
bytes.rs Bumping clippy & fixing warnings (#1024) 2016-05-02 13:13:12 +02:00
common.rs VM tracing and JSON RPC endpoint for it. (#1169) 2016-06-02 12:40:31 +02:00
crypto.rs remove all possible unsafe code in crypto (#1168) 2016-05-28 21:48:42 +02:00
error.rs address match style concerns 2016-05-22 12:41:45 -04:00
from_json.rs uint to separated crate 2016-03-01 00:21:15 +03:00
hash.rs remove unnecessary reference 2016-06-07 16:18:50 +02:00
hashdb.rs Update deprecated HashDB methods in docs. 2016-03-30 01:36:35 -04:00
heapsizeof.rs uint to separated crate 2016-03-01 00:21:15 +03:00
json_aid.rs expunge x! from util 2016-05-31 16:40:48 +02:00
kvdb.rs migration fixes (#1155) 2016-05-27 08:23:29 +02:00
lib.rs secret store separated from util (#1304) 2016-06-20 00:10:34 +02:00
log.rs Adding tests for RotatingLogger 2016-04-20 00:47:56 +02:00
math.rs added license in every *.rs file 2016-02-05 13:40:41 +01:00
memorydb.rs Fixing warnings 2016-04-06 10:55:40 +02:00
misc.rs State diffing, exposed through JSONRPC. 2016-05-31 21:03:44 +02:00
network_settings.rs Fixing status page displaying homestead (#1020) 2016-04-30 18:58:28 +01:00
nibbleslice.rs Fixing clippy warnings. Implementing PartialEq for Uints 2016-02-23 11:40:23 +01:00
numbers.rs uint to separated crate 2016-03-01 00:21:15 +03:00
overlaydb.rs Fixing warnings 2016-04-06 10:55:40 +02:00
panics.rs Exception handling in RPC & WebApps 2016-04-23 12:29:12 +02:00
path.rs Security audit issues fixed (#1279) 2016-06-15 00:58:08 +02:00
semantic_version.rs doc typo 2016-02-17 03:17:02 +03:00
sha3.rs Fixed some tests 2016-02-16 17:54:34 +01:00
squeeze.rs added license in every *.rs file 2016-02-05 13:40:41 +01:00
standard.rs added license in every *.rs file 2016-02-05 13:40:41 +01:00
table.rs unknonw lint 2016-03-13 21:39:23 +01:00
triehash.rs added license in every *.rs file 2016-02-05 13:40:41 +01:00
using_queue.rs UsingQueue: Tests for new function, remove unused function. 2016-03-24 23:15:51 +01:00
vector.rs added license in every *.rs file 2016-02-05 13:40:41 +01:00