Marek Kotewicz
5d7f374a38
leveldb downloaded locally
10 years ago
Gav Wood
3b17797b46
Build fixes.
10 years ago
Gav Wood
7dfd83e8f5
Whisper API change for topics.
Don't keep dead nodes.
10 years ago
Gav Wood
50c11a2151
Stupid MSVC fixes.
10 years ago
Gav Wood
c1bc090104
Log pricing update.
10 years ago
Gav Wood
759b85af9f
Compilation fixes for windows.
10 years ago
Gav Wood
038b865baa
Protocol bump for shh.
10 years ago
Gav Wood
9a97e73933
New Whisper protocol - uint32s for topics.
10 years ago
sveneh
c29321d01c
full project compile with crypto++ dependency
10 years ago
subtly
b50578f1e6
coding standards, documentation, new exception syntax
10 years ago
Gav Wood
2c193627ed
Draft of new LOG/bloom/headers/block format.
10 years ago
Gav Wood
2c29f1bc3a
Minor reload issue eased.
10 years ago
Gav Wood
2df5cc9fda
Whispers pane.
10 years ago
Gav Wood
bfd797c3a1
Whisperer in AZ.
More Whisper fixups.
10 years ago
Gav Wood
11015aba10
TTL works.
10 years ago
Gav Wood
b9ba1943c4
Latest PoC-7 serpent.
10 years ago
Gav Wood
e1d42ee250
Update serpent.
Disable wallet import for now.
10 years ago
Gav Wood
6181b6d2c7
Whisper is functional from the JS API.
10 years ago
Gav Wood
eda9393fd0
Watch API.
10 years ago
Gav Wood
00e4eb1ef3
Whisper can sign messages.
10 years ago
Gav Wood
cad2a1579c
Topic TopicMAsk builders.
10 years ago
Gav Wood
5b8e26f63d
Whisper fixes.
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
Gav Wood
c7634c27b0
Correct namespace for a few things in devcrypto.
Added lower_bound to TrieDB.
Added nextActiveAddress to State.
10 years ago
subtly
fc14f46a63
add headers to cmake
10 years ago
Gav Wood
07c804a885
Vast P2P networking improvements, mainly for peer discovery, management
and handling.
10 years ago
Gav Wood
a37d214ecb
Undefine clogS for windows builds.
10 years ago
Gav Wood
72449d349a
PoC-7: Dynamic message IDs.
10 years ago
Gav Wood
20ad46c481
PoC-7: versioned subprotocols.
10 years ago
Gav Wood
95c063202c
Block hash download fix.
10 years ago
Gav Wood
234cc551b6
more attempts to mimic what Vitalik did with wallet encryption.
10 years ago
Gav Wood
be0d17d3da
add virtual notes.
10 years ago
Gav Wood
e1e66b5817
Windows updates.
10 years ago
Gav Wood
6692dc3ff4
Repotting.
10 years ago
Tim Hughes
682603f834
Revert use of operator T(), etc and remove conflicting cast operator to unsigned from RLP.
unsigned is size_t on 32 bit builds, and the compiler therefore thinks conversion from RLP to vector<T> is ambiguous between:
RLP::operator vector<T>() const
and
vector<T>::vector<T>(size_t size)
10 years ago
Tim Hughes
00d461a74a
Disable SCUs on non MSVC builds.
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
6d209e7885
Add framework for WebThree clients.
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
a3740efebb
Repot.
No memsize increase on 0.
10 years ago
Gav Wood
fa1b3853b3
Reorganisation.
10 years ago
Gav Wood
54a21ab3bd
Quick commit.
10 years ago
Gav Wood
a7ce9a80f1
First vaguely semi-functional version of whisper.
10 years ago
Gav Wood
c3e6682c3b
Numerous bug fixes.
10 years ago