Gav Wood
|
3c78f0f951
|
Better logging/descriptive exceptions on invariants.
|
10 years ago |
Lefteris Karapetsas
|
b9b1936477
|
contains() gets moved to CommonData.h
- It also now uses std::find()
|
10 years ago |
arkpar
|
e22e3d2d85
|
fixing linux build
|
10 years ago |
Vlad Gluhovsky
|
0ce9b446d9
|
warning fixed
|
10 years ago |
chriseth
|
63bbf058ce
|
Fixed counter modification when appending assemblies.
|
10 years ago |
Gav Wood
|
a7cd6c5173
|
Make pretty function work again.
RLP can use unordered_sets.
|
10 years ago |
Lefteris Karapetsas
|
2f8c657e0d
|
Appease clang sanitizier in TrieCommon.cpp
An unsigned expression gets gets 1 subtracted from it at some point and
this causes the sanitizer to emit a warning. Proper casting fixes it
|
10 years ago |
Gav Wood
|
7f945041e8
|
Additional info on slow blocks.
|
10 years ago |
Gav Wood
|
096662a692
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Lefteris Karapetsas
|
7a5b93db43
|
Fix potential uint overflow in toBigEndian
|
10 years ago |
CJentzsch
|
4565afcb51
|
create directory if not existent when writing to file
|
10 years ago |
CJentzsch
|
bb28a49016
|
add filename as exception information
|
10 years ago |
CJentzsch
|
b6782665d7
|
use boost throw exceptions
|
10 years ago |
Gav Wood
|
43a6d825c3
|
Support rocksdb alternative.
|
10 years ago |
Gav Wood
|
955a1d1bb1
|
Version bump.
|
10 years ago |
Paweł Bylica
|
f75e1fbdcd
|
Eliminate undefied behavior in RLPStream.
|
10 years ago |
chriseth
|
af93ec370d
|
Safe file writing and some tests.
|
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 |
chriseth
|
5848faeb49
|
Some documentation and checks for vector_ref.
|
10 years ago |
chriseth
|
93003a1224
|
Some changes in libdevcore.
|
10 years ago |
chriseth
|
2c37204a69
|
KeyManager refactoring to increase readability.
|
10 years ago |
gluk256
|
5c2018d1bc
|
Update FixedHash.h
|
10 years ago |
Vlad Gluhovsky
|
4fd0d70c47
|
FixedHash::bloom() refactored
|
10 years ago |
Gav Wood
|
eb140df18a
|
Admin methods.
|
10 years ago |
Gav Wood
|
20e4fc7b93
|
First JSONRPC admin method.
|
10 years ago |
Gav Wood
|
1593d20e6c
|
Fix for FixedHash::operator~().
|
10 years ago |
Gav Wood
|
db4762bd48
|
Fix copyTo to manage when ranges overlap;
more efficient precompiled move.
|
10 years ago |
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 |