Paweł Bylica
15afbdd282
Workaround for incorrect mixed type big int comparison.
Fixes ethereum/cpp-ethereum#1977 .
10 years ago
Gav Wood
61318ba3ab
Bad blocks get good treatment.
10 years ago
Gav Wood
fcb629acda
ethkey utility with bare key tools.
10 years ago
Gav Wood
8399161a8e
Nicer password dialog.
Cleanups and fixes for secretstore and keyman.
10 years ago
Paweł Bylica
663adb4492
Apply chriseth's idea about improving find_base64_char_index helper function.
10 years ago
Gav Wood
742f2dbcc8
Build fix.
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
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
Paweł Bylica
83a0b93797
Little improved base64 implementation.
Global variable type changed from dynamic constructed std::string to constant char array.
Truncating conversion eliminated (no MSVC warning).
Unit tests added.
10 years ago
Gav Wood
b0dba6b559
Version bump push all valid "ready" transactions to the network asap.
10 years ago
Lefteris Karapetsas
74c2179c55
Don't echo written password under win32
10 years ago
Gav Wood
802024ba0e
Bump.
10 years ago
Gav Wood
c7424bfce7
Version bump.
10 years ago
Lefteris Karapetsas
f724508902
Bump password size to 256 chars
10 years ago
Lefteris Karapetsas
44cd78d647
Improve getpass() usage
As can be seen from: http://unixhelp.ed.ac.uk/CGI/man-cgi?getpass+3
getpass() is a deprecated function and it's advised not to use
it.
What's more all signals are disabled so (SIGINT, SIGQUIT, SIGSTOP,
SIGTSTOP) will do nothing and as such if the user wants to quit the
program while typing the password in the password loop he is out of
luck.
With this commit we get a manual version of getpass(), inspired by this
SO answer: http://stackoverflow.com/a/1196696/110395
10 years ago
Gav Wood
6978731367
Bump.
10 years ago
Gav Wood
da1fcbb19b
DAG generation improvements.
Generate next DAG in AZ!
Cleanups to Ethash & Aux.
DAG Progress in AZ.
10 years ago
Gav Wood
0f496a04bc
Default srgument to structured logger to fix build.
10 years ago
Gav Wood
488cfae8cb
Version bump.
10 years ago
Gav Wood
b3f8518716
Structured logger can output to a file.
Better support of imports/keys and key manager integration for eth.
10 years ago
Gav Wood
4011d4de71
Don't echo passwords.
10 years ago
Gav Wood
68714c59f8
Integrate KeyManager.
10 years ago
Gav Wood
7f6cdce158
Repotted SecretStore and KeyManager.
10 years ago
Gav Wood
568e46a32b
Bump.
10 years ago
Gav Wood
b2857b26ea
Version bump, 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
97f936d30c
Only report worker stuff when it's laggy.
Cleanups ETH_ -> DEV_
10 years ago
Gav Wood
dd305e4ed2
Version bump.
10 years ago
Gav Wood
ae74058320
Windows build fixes.
10 years ago
Gav Wood
677eb456b2
Optimisations QString -> string, make AZ snappier by refactoring UI of
accounts.
10 years ago
arkpar
7387a1c250
replaces cache maps with hash tables, reverted noteCanonChanged
10 years ago
Marek Kotewicz
07fb87681c
cleanup
10 years ago
arkpar
90d06cb7b3
more performance optimizations
10 years ago
arkpar
a1c84c7172
blockchain download and import performance optimizations
10 years ago
Gav Wood
1aa1950d75
Invariant utilities.
10 years ago
Gav Wood
1b1c2e95d1
Trie maps consolidated for speed.
10 years ago
Gav Wood
fd5ea37e55
Transaction nonce now "sorted". Fixes #1615
10 years ago
Gav Wood
7bef9ed491
Tidy and conformalise the toHex API.
10 years ago
Marek Kotewicz
72afc0c7d1
cleanup, libjsengine
10 years ago
Marek Kotewicz
a60d88379f
v8 integration initial commit
10 years ago
Gav Wood
231dc01bc0
ICAP class for everything ICAP.
10 years ago
winsvega
3e945094c2
BlockWeight: data fix
refactoring
10 years ago
winsvega
0e758af143
BlockWeight: toCompactHex
refactoring
10 years ago
chriseth
a895217db6
Use BUILD_SHARED_LIB
10 years ago