subtly
|
59d88742c2
|
Prep for supporting both cryptopp and secp256k1. Link (old) secp256k1 library to devcrypto. Rename cryptopp Secp256k1 to Secp256k1PP. Update toPublic to use secp256k1 library and add test.
|
10 years ago |
Gav Wood
|
43a6d825c3
|
Support rocksdb alternative.
|
10 years ago |
chriseth
|
af93ec370d
|
Safe file writing and some tests.
|
10 years ago |
chriseth
|
db803547fa
|
Fixes.
|
10 years ago |
chriseth
|
b21b77d208
|
Fix to correctly write nonce during tests.
|
10 years ago |
chriseth
|
0fccf207ac
|
Fixed parameter.
|
10 years ago |
chriseth
|
0b6a09b9cf
|
Nonce refactoring.
|
10 years ago |
chriseth
|
9e51db8b82
|
Do not fail if seed cannot be written to file.
|
10 years ago |
chriseth
|
db88799cf9
|
Try not to write files in tests.
|
10 years ago |
chriseth
|
8793244ed3
|
Throw exception upon failed encryption.
|
10 years ago |
chriseth
|
58e7640850
|
Throw some more exceptions.
|
10 years ago |
chriseth
|
212ac9366d
|
Cleanup of SecretStore.
Added documentation, more failure checking and some general cleanup.
|
10 years ago |
CJentzsch
|
07b811ebfa
|
basic AES tests
|
10 years ago |
Gav Wood
|
87cf8dd5d6
|
VM provides information on its performance.
Make guarding of DB optional.
Various updates to syncing.
Start of a holistic reputation manager.
|
10 years ago |
Gav Wood
|
e81fc1e68f
|
Minor debug alterations/fixes for blockchain downloading to make it play
marginally better with the braindead Go strategy.
Import key without address.
|
10 years ago |
arkpar
|
acf11858f7
|
style
|
10 years ago |
Paweł Bylica
|
4205cf79f9
|
Remove pessimising moves.
|
10 years ago |
Paweł Bylica
|
3a550d6ac7
|
Fix input data validation for ECRECOVER precompiled contract.
|
10 years ago |
arkpar
|
5eb685da7c
|
Moved transaction verification to verifier thread
|
10 years ago |
Gav Wood
|
e8b582f3cf
|
Add secret store test.
Remove unneccessary components of scrypt.
|
10 years ago |
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.
Cleanups and fixes for secretstore and keyman.
|
10 years ago |
Gav Wood
|
29cbfdb25d
|
allow reencrypting key.
windows fix.
|
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.
Setup for using TrieRoot.
|
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 |