subtly
|
44f80248ad
|
coding standards, h512 node id, mute warnings for clang builds. attempt inherited constructor fix for windows.
|
10 years ago |
subtly
|
70b4389b09
|
distance isn't hamming
|
10 years ago |
subtly
|
c9982a4cb6
|
manually populate nodes for test rather than leveraging ping
|
10 years ago |
subtly
|
a54e2cee9a
|
code review updates
|
10 years ago |
subtly
|
cf4c63a066
|
try to fix windows build
|
10 years ago |
subtly
|
cffc27417a
|
inline << operator, mute logging
|
10 years ago |
subtly
|
d5f0679fb3
|
send multiple neighbors packets when size is over datagram size limit.
|
10 years ago |
subtly
|
bf05c50c78
|
test encoding/decoding neighbors. add MAC.
|
10 years ago |
subtly
|
ba455270c0
|
memory
|
10 years ago |
subtly
|
4216162fc1
|
message signing and verification. shutdown io/thread before dealloc in nodetable/testnodetables.
|
10 years ago |
subtly
|
c06054f63e
|
basic implementation of packets
|
10 years ago |
subtly
|
82d40b6ff8
|
more implementating of packets
|
10 years ago |
subtly
|
2a1ea35f7f
|
send/receive messages (not yet interepreted)
|
10 years ago |
subtly
|
da5acab432
|
refactor constants to be determined during compile. added RLPXDatagram. constructors and updates to datagram constructors. docs and logging. WIP tests and host/harness for NodeTable.
|
10 years ago |
subtly
|
b2a06bb98d
|
Merge branch 'develop' into p2p
|
10 years ago |
subtly
|
6131bd62d6
|
NodeTable into own files.
|
10 years ago |
subtly
|
5da5631400
|
repot.
|
10 years ago |
Gav Wood
|
79b5b6c026
|
Merge branch 'poc-7+' into develop
|
10 years ago |
Gav Wood
|
f1f34cbe32
|
Fixes/workarounds for tests.
|
10 years ago |
Gav Wood
|
744136830d
|
const-> constant
|
10 years ago |
subtly
|
64360b8664
|
Merge branch 'develop' into p2p
|
10 years ago |
subtly
|
7ab02cf487
|
move some things for udp. added a class for kademlia.
|
10 years ago |
Gav Wood
|
bc8981fe4c
|
Back to PoC-8.
|
10 years ago |
Gav Wood
|
447dc48499
|
Merge branch 'develop' into poc-7+
|
10 years ago |
Gav Wood
|
dfc05942aa
|
Rollback to PoC-7.
|
10 years ago |
Gav Wood
|
9cf423936b
|
Substantial bugs fixed in ethereum.js.
|
10 years ago |
Gav Wood
|
d5cd81d06a
|
Allow interaction with PV49.
Remove unneeded include.
|
10 years ago |
Gav Wood
|
169419d9d2
|
Fixups for API changes.
|
10 years ago |
Gav Wood
|
78c202cae4
|
Fixed #683
|
10 years ago |
Gav Wood
|
50fe9f6180
|
Merge branch 'poc-7+' into develop
|
10 years ago |
Gav Wood
|
1e3495a747
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
6b9d23de68
|
SHA-3 hashing to web3.
|
10 years ago |
Gav Wood
|
852d3c5bb5
|
Allow nice names from JS.
|
10 years ago |
Gav Wood
|
01700a7049
|
Merge pull request #690 from caktux/neth_memleak
fix memory leak on str in neth
|
10 years ago |
Gav Wood
|
df7e02cd49
|
Merge pull request #688 from caktux/develop
fix 'Value stored to 'x' is never read' in neth
|
10 years ago |
caktux
|
5446b44fc6
|
fix memory leak on str in neth
|
10 years ago |
subtly
|
dd4c7152b4
|
socket is created in disconnected state. socket can't be created in open state because shared_ptr methods aren't available to doRead until after class has been constructed and the socket is dependent on ioservice running.
|
10 years ago |
caktux
|
abea5ded66
|
fix 'Value stored to 'x' is never read' in neth
|
10 years ago |
Gav Wood
|
f08f0c5481
|
Merge pull request #687 from imapp-pl/develop-evmcc
Workaround for Ubuntu broken LLVM package
|
10 years ago |
Paweł Bylica
|
4d85b6f26c
|
Workaround for Ubuntu broken LLVM package (llvm-3.5-dev does not have correct cmake files)
|
10 years ago |
Gav Wood
|
0119bfca43
|
Kill unneeded rubbish. Add docs.
|
10 years ago |
Gav Wood
|
176b682ce1
|
Use new lead() API.
|
10 years ago |
Gav Wood
|
8307e6511d
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
c15da67ba6
|
Documentation, repotting.
|
10 years ago |
Gav Wood
|
c3fba00f2f
|
Merge pull request #437 from imapp-pl/pr-jit
EVM JIT connector
|
10 years ago |
Gav Wood
|
fe34eae469
|
Versions bump.
|
10 years ago |
Gav Wood
|
d6aee23642
|
Blocktime targets 12s.
|
10 years ago |
Paweł Bylica
|
22535d527b
|
Update evmjit submodule
|
10 years ago |
subtly
|
46a286f6e7
|
fix the fix
|
10 years ago |
subtly
|
27d79a2f17
|
initialize atomics so udp messages are delivered on linux #656
|
10 years ago |