221 Commits (dadac26d0eff896056f1b3bfc18a09df512bb9e4)

Author SHA1 Message Date
Gav Wood fcb629acda ethkey utility with bare key tools. 10 years ago
Vitalik Buterin 9ba9536f73 Switched r and p 10 years ago
Gav Wood 422be5eb46 Fixes and use actual master password for encrypting by default. 10 years ago
Gav Wood 8399161a8e Nicer password dialog. 10 years ago
Gav Wood 29cbfdb25d allow reencrypting key. 10 years ago
Gav Wood a3cc9cc10b Ability to import version 1 keys. Possibly. 10 years ago
Gav Wood b0117dcf57 Scrypt support 10 years ago
Gav Wood e789f645ea Ability to import version 1 keys. Possibly. 10 years ago
Gav Wood 27654ae52c Scrypt support 10 years ago
Gav Wood 715a63620b Move OverlayDB (leveldb dependent) back into libdevcrypto. 10 years ago
Gav Wood 05ea9941c9 Move non-cryptopp dependent stuff into devcore. 10 years ago
Gav Wood 9adde95145 SHA3, RIPEMD160 and SHA256 are now not cryptopp impls. 10 years ago
arkpar 4e358001ac orderedTrieRoot testing 10 years ago
arkpar e19ac5054c use TrieHash for transactions and receipts roots 10 years ago
Gav Wood fea144622a Bump and build fix. 10 years ago
Gav Wood ac60b992c6 Parallelised BlockQueue. 10 years ago
arkpar b50d44b8ac Trie optimizations 10 years ago
Gav Wood 96028db82c More diagnostics for the BadRoot bug. 10 years ago
subtly 6439506e37 Fix for when macos doesn't set HOME environment variable. 10 years ago
Gav Wood 368532c107 Extra diagnostics, assertions and fail-safes for tracking BadRoot bug. 10 years ago
Gav Wood 34bc96bbdc Quick fix for web3 keys dir. 10 years ago
Gav Wood 68714c59f8 Integrate KeyManager. 10 years ago
Gav Wood 7f6cdce158 Repotted SecretStore and KeyManager. 10 years ago
Gav Wood cd64adc541 Basic key manager. 10 years ago
Gav Wood 6aa6265989 Fix #1826 10 years ago
arkpar de3ff170c8 use boost hash function for FixedHash, asio adress. Style fixes 10 years ago
arkpar cc5a617aa6 set and map to hash tables 10 years ago
Gav Wood 61cfa1517d Initial stab at KeyManager. 10 years ago
Gav Wood 1b1c2e95d1 Trie maps consolidated for speed. 10 years ago
Gav Wood 83f57b9ed0 Avoid more maps, more lookups and SHA3. 10 years ago
Gav Wood 1069295ec6 Fix for chain fork instance. 10 years ago
Gav Wood fb8d05b06e Always commit to state DB in batches. 10 years ago
chriseth a895217db6 Use BUILD_SHARED_LIB 10 years ago
winsvega acfe49e79d issues: r, s < 1 10 years ago
winsvega 5ef3ba1177 issues: right r<1, s<1 comparation 10 years ago
winsvega 46a6609948 Issues: Transaction R,S change 10 years ago
winsvega 210a1a9401 issues: min transaction s value is 1 10 years ago
Gav Wood 55b9038d6f More awesome logging stuff. 10 years ago
Gav Wood dad9a32d33 Better logging. 10 years ago
CJentzsch 63010e146a fixes 10 years ago
CJentzsch 338e5bd088 Restructure test folders 10 years ago
Gav Wood f104697747 Redo thread safety in Client. Rework some Worker threading stuff. 10 years ago
Gav Wood 51f575e049 Blockchain import/export. 10 years ago
Gav Wood e3aa60c445 Fix and clean up of State class. 10 years ago
Gav Wood db30ab24a0 Make paranoia safe again after a break caused by BlockChain cache 10 years ago
Gav Wood 1f161895fd Place ethash cache in a more clearly shared folder. 10 years ago
chriseth 79fb35fd69 Exception-throwing assert. 10 years ago
Paweł Bylica 94718485cd Small improvements here and there 10 years ago
subtly 55d83c40fa fix for -warning in cryptopp.cpp. add mutex to host iteration of peers for connect. only try to connect to as many peers as is necessary. update unit test. 10 years ago
subtly 7d1de2b402 replace go counter logic. remove dead test code. 10 years ago