Gav Wood
5fd79ae914
First little commit - not workign yet.
10 years ago
Christoph Jentzsch
62c49018ed
Check validity of signature values r,s,v
10 years ago
subtly
0f86ce7545
ecdh, ecdhe, initial aes classes
10 years ago
Gav Wood
1d16e1556f
Ready for move to log entries in JS API.
10 years ago
Gav Wood
3b786cf004
Fix for log blooms.
10 years ago
Gav Wood
2ff0317fb6
Get logblooms/receipts into the database.
10 years ago
Marek Kotewicz
7b681b0913
fix for compiling under llvm
10 years ago
Gav Wood
2c193627ed
Draft of new LOG/bloom/headers/block format.
10 years ago
Gav Wood
bfd797c3a1
Whisperer in AZ.
More Whisper fixups.
10 years ago
Gav Wood
e14416d96a
web3, web3.eth, web3.shh for the JS API.
Following up on Whisper for the dream C++ API.
Crpyto stubs in ready for Alex.
stdserv.js updated to latest.
10 years ago
Tim Hughes
65401e5b37
Fixed all the VS2013 build issues.
- Updated projects after all the re-potting.
- For simplicity, there's just one VS project for all the libethereum projects, however VS doesn't like duplicate source file names within the same project. To get around this I've created some "single compilation units" for some folders, these probably also compile faster than multiple files.
- Some 32bit only compile errors in RLP (cryptic template ambiguity) were resolved by explicitly invoking operator T() rather than doing a cast to T.
- Moved multiple implementations of toString(h256s const& _bs) into FixedHash.h
- Release shutdown deadlock problem is outstanding.
10 years ago
Gav Wood
515a1c22a9
Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Rename ethential to devcore.
10 years ago
Gav Wood
4cb7993655
Project-wide reorganisation of namespaces.
10 years ago
Gav Wood
54a21ab3bd
Quick commit.
10 years ago
Gav Wood
f5c22035fc
PoC-6 networking.
11 years ago
Gav Wood
7190a52992
Nicer signing for clang.
11 years ago
Gav Wood
f550217449
Updates to assembler - see the sub-codes.
11 years ago
Gav Wood
114354126e
First set of commits. Not yet working.
11 years ago
Gav Wood
0c5dbd7def
Bloom filters for blocks.
11 years ago
Gav Wood
cc31ebd40b
Transaction manifest.
11 years ago
Gav Wood
25183afd7c
Project refactor. Introduce the Serpent library.
11 years ago
Tim Hughes
496a77bdf8
Fixed all the windows compile errors and project reorg with the exception of the more complex problem in Parser.cpp
11 years ago
Gav Wood
57129c2007
Mining view.
11 years ago
Gav Wood
e8217ea489
Major reorganisation.
New libs (libethsupport, libevm, liblll).
New LLLC binary.
11 years ago
Gav Wood
250ed6ab89
Basics of new string-based JS-API data passing.
11 years ago
Gav Wood
5f6e533169
Accounts all the same "type".
11 years ago
Gav Wood
648fbc57c9
Split out libethcore from libethereum.
11 years ago
Eric Lombrozo
2f30342c50
clang complains about nonexplicit operator precedence in expression h = (h << 5 - h) + i
11 years ago
Gav Wood
82612a7027
Move additional Trie implementations to tests where they belong.
11 years ago
Gav Wood
736557ca4c
Various headers from the repotting.
Log has documentation.
11 years ago