Gav Wood
464c60145e
Fix up the windows build.
10 years ago
Gav Wood
dbf49bbc49
Better visualisation of sync.
10 years ago
Gav Wood
3024040ee8
windows build fix.
10 years ago
Gav Wood
8d95fbe59c
Better casting.
10 years ago
Gav Wood
e5cd66898c
Version bump.
10 years ago
chriseth
6f2731d3f3
Style.
10 years ago
Lefteris Karapetsas
560b09777e
Throw on FixedHash failure of String construction
I have had this bite me a few times when testing FixedHash with the
string constructor. A capital "X" in the 0x prefix, wrong number of hex
characters compared to the number of bytes the FixedHash has e.t.c. and there
was no warning. The hash had a 0 value while I was assuming it worked
fine.
Having it throw in case of error will guarantee that this won't happen again.
10 years ago
chriseth
ef3ccfcdaa
Use rlpList to construct some RLPs.
10 years ago
Vlad Gluhovsky
694ab29b8d
style update
10 years ago
Vlad Gluhovsky
9fe95754fe
FixedHash::operator++() introduced
10 years ago
chriseth
be4cd3a3c3
Some cosmetic work on TrieDB.
10 years ago
Lefteris Karapetsas
9fa6406240
Some initial tests for libdevcore/FixedHash
10 years ago
chriseth
537fb66645
Some comments for TrieCommon.h
10 years ago
Gav Wood
d73209158e
test for new transaction queue.
Some cleanups and enhacements to Guards & Notifier.
Fix an invariant TransactionQueue.
10 years ago
Gav Wood
4346b80f06
Revert "Txqueueasyncverify"
10 years ago
Vlad Gluhovsky
1b4f530735
FixedHash::bloomPart() bugfix: out of range
10 years ago
chriseth
16b62e5a84
Renamed actualSizeOfPrefix to sizeAsEncoded.
10 years ago
chriseth
aacb80120e
Removed empty line.
10 years ago
Gav Wood
1c009a5cec
Version bump.
10 years ago
Gav Wood
00a6208e79
Don't drop DB when chaning DB format.
Don't die when geth is run.
Repotting.
Fixed #2354 .
10 years ago
chriseth
ff74c2ebcb
Fix signed/unsigned warnings.
10 years ago
chriseth
b3dfe07c2f
Helper to find the length of an RLP item.
10 years ago
chriseth
5a94ff0f97
Use size_t for RLP and decode length more carefully.
10 years ago
chriseth
4ce9fe8ed0
Windwos fix.
10 years ago
chriseth
75795be231
Fixed typo.
10 years ago
chriseth
485a910523
Documentation and tests for RangeMask.
10 years ago
Gav Wood
56be35830a
Debug compile fix.
10 years ago
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