arkpar
f32961daa8
fixed bad blocks handling in BlockQueue
10 years ago
Gav Wood
e895b4c847
Version bump.
10 years ago
arkpar
0a44c7ab4f
block queue limiting and other fixes
10 years ago
Gav Wood
4f70cfb09a
Fix for isChannelVisible link error.
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
4e17c58938
Remove all other support code in favour of exception information.
10 years ago
Gav Wood
afd84b0b4b
Expand eth cli
Fixes #2125
10 years ago
Gav Wood
7bff0d1f7d
Faster State diffs.
Support canary contract to stop mining.
Manage rude nodes.
10 years ago
Gav Wood
095b6f8189
Report bad blocks using published standards.
10 years ago
CJentzsch
f78b6166d7
add eth(CLI) functionalities
10 years ago
arkpar
bec5703d33
hash download reporting
10 years ago
Gav Wood
3589c73b75
Version bump.
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
Gav Wood
4894766804
Protect g_logOverride - don't use it directly.
Fixed #2056
10 years ago
gluk256
9e353e3d7a
Update Log.h
10 years ago
Vlad Gluhovsky
a7f861a46b
comment updated
10 years ago
gluk256
e4cd2fee17
Update Log.h
10 years ago
Vlad Gluhovsky
2ef63e583d
fixed peer test
10 years ago
gluk256
ff1f386df8
Update TransientDirectory.cpp
switched to no-throw version of remove_all()
10 years ago
Paweł Bylica
9ad3cdfcb5
Boost mutiprecision number comparison bug workaround 2
I add fixed version of boost/multiprecision/detail/number_compare.hpp to sources. It is injected with #included if buggy version of boost detected.
10 years ago
Vlad Gluhovsky
f070e3b493
a minor update
10 years ago
Vlad Gluhovsky
19e8b136fc
exception in destructor
10 years ago
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