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
4cb7993655
Project-wide reorganisation of namespaces.
10 years ago
Gav Wood
126335cdef
Partially rewired network.
10 years ago
Gav Wood
be1bf6b9bf
Split off general network layer.
10 years ago
Gav Wood
f5c22035fc
PoC-6 networking.
11 years ago
Tim Hughes
59c9da7f00
Workarounds for https://github.com/ethereum/cpp-ethereum/issues/128 and https://github.com/ethereum/cpp-ethereum/issues/129
11 years ago
Gav Wood
fb49ca64f6
Repotted network stuff.
11 years ago
Gav Wood
c1c02c461d
Remove Database when protocol version changes.
11 years ago
Gav Wood
491bb2ed95
Preparation for 0.3.11
11 years ago
Gav Wood
da4144bbb6
Better handling of bad transactions.
11 years ago
Gav Wood
7e38de2710
Avoid reprocessing future transactions until it's possible they're
valid.
11 years ago
Tim Hughes
7bfe57e2e0
Fix bug where buffer was being deleted underneath async_write operation.
Fix bug where member function called from async callback without holding valid shared_ptr to class.
11 years ago
Gav Wood
837240cb5a
New NameReg
11 years ago
Gav Wood
cbd41833d2
Bump protocol version.
11 years ago
Gav Wood
87e19602ea
VM test framework.
11 years ago
Gav Wood
3c5e26c182
Rebroadcast transactions on new block.
11 years ago
Tim Hughes
21a840e20a
Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles again but not sorted out linking dependencies yet.
11 years ago
Tim Hughes
4ab877de5e
s/ushort/unsigned short/ since ushort isn't actually defined.
11 years ago
Gav Wood
8dc00e8b21
Fixes for contract address states.
Minor fix for uncle rewards.
Assembler for EC-1 assembly.
Not-quite Test code for the VM.
11 years ago
Daniel Hams
42986e83a2
Little fixes in peer network.
(1) Use of unsigned port number
(2) Fix of copy pasta error in window isLocal logic
(3) On outgoing connection print endpoint instead of peer.endpoint
(this fixes 0.0.0.0 appearing in log on OSX as not fully initialised)
11 years ago
Gav Wood
46543c3b2e
Fix for multiple transactions.
Show transaction nonces.
Fix when sending transactions with data.
11 years ago
Gav Wood
b18a42d459
Less verbose.
11 years ago
Gav Wood
cbb32b13fb
Peer discovery fix.
11 years ago
Gav Wood
28dbbff366
Reduce network packing.
11 years ago
Gav Wood
9f8f2138da
Bug fixes and incoming/outgoing packet checking.
11 years ago
Gav Wood
0250d2f696
Fix for initial network-peer state.
11 years ago
Gav Wood
79939dd78d
Pending transactions actually are pending transactions, not just all
known transactions.
11 years ago
Muharem Hrnjadovic
be65dbc46d
Fixed the other occurrence of Foobar
11 years ago
Muharem Hrnjadovic
4bab3c57a5
Corrected license headers (Foobar -> cpp-ethereum)
11 years ago
Gav Wood
9d49915e64
Quick network fix - reduce the max packet sizes.
11 years ago
Gav Wood
b9d5602003
Various enhancements for P2P networking.
11 years ago
Gav Wood
8881172703
Back-off from connection after a few retries.
11 years ago
Gav Wood
8be99bd36c
Less hangy.
11 years ago
Gav Wood
607e380a4b
Fixes for Go interop.
11 years ago
Gav Wood
8b53cd1ff4
Exception fix.
11 years ago
Gav Wood
660fe8a0d4
Language.
11 years ago
Daniel Hams
b7fa15dfae
Peer listen port is mandatory in the hello so remove an unnecessary test.
11 years ago
Daniel Hams
f91609e247
Populate the peer address and port appropriately during the session creation time.
In addition, this patch will check both outgoing and incoming peers to determine
if they are in the V4 private address range and skip them.
Peer sessions that do not set a listen port are not propagated via the GetPeers functionality.
11 years ago
Gav Wood
995e935311
Fixes for spurious unknown parent blocks.
11 years ago
Gav Wood
5399507230
UI statefulness.
11 years ago
Gav Wood
21ef9b8561
Protocol version 3.
11 years ago
Gav Wood
1c91de2f71
RLP format fix.
11 years ago
Gav Wood
e992756d2e
Bump protocol version.
11 years ago
Gav Wood
b7ab00a798
Peers have IDs to solve duplicate peers issue.
No post-mine state visible in advance.
Additional parts of protocol no longer optional.
Protocol version bump.
Various GUI improvements.
Better (more dynamic) and more correct handling of fee structure.
11 years ago
Gav Wood
4fde0bd991
Better version strings.
11 years ago
Gav Wood
5736e7e15c
usleep moved to std impl.
11 years ago
Eric Lombrozo
923553dfa9
Replace usleep() and random()
11 years ago
Gav Wood
a46f6894ad
UI tweaks.
Additional diagnostics.
11 years ago
Gav Wood
1afda67310
GUI reboot.
Support for denominations in GUI.
Multi key wallet beginnings.
Transactional data beginnings.
GUI log.
Half-decent logging system.
11 years ago
Gav Wood
14c4d0819a
Repotted UPnP.
Random ports searched on fallback now.
Beginnings of foundations for event-based QML/JS integration.
11 years ago