Gav Wood
|
a060c46b4c
|
Cleaned up some of network. Added HostSpec.
|
10 years ago |
Vlad Gluhovsky
|
2996033df0
|
bugfix: error code 995
|
10 years ago |
Liana Husikyan
|
00752984a1
|
added checks to prevent the self assignment
|
10 years ago |
Gav Wood
|
a8982ade28
|
JSON-RPC now interprets ICAP addresses and throws when hex addresses are bad.
ICAP accepts 35-character "invalid IBAN" addresses.
Console quits with quit.
Many UI tweaks in eth.
|
10 years ago |
Vlad Gluhovsky
|
432e1988f9
|
refactoring
|
10 years ago |
Vlad Gluhovsky
|
2764ca4dbb
|
WhisperDB class split
|
10 years ago |
Vlad Gluhovsky
|
0d4ffff47e
|
bugfix: reap()
|
10 years ago |
Vlad Gluhovsky
|
ff4cbd8dab
|
bugfix: vector::iterator
|
10 years ago |
Vlad Gluhovsky
|
8493348667
|
bugfix: reap() refcatored
|
10 years ago |
Paweł Bylica
|
49ebc887ec
|
Fix warning about scalar initialization
|
10 years ago |
subtly
|
614b61b67a
|
Fix deadlineop/ops mutexes. Rerun discovery regardless of whether timer is cancelled, due to asio prematurely cancelling timer.
|
10 years ago |
subtly
|
f0c925086d
|
Fixes for #2337, #2349, #2288, #2333, #1398.
|
10 years ago |
arkpar
|
c7a516714d
|
prioritized transaction queue
Conflicts:
libethereum/TransactionQueue.cpp
msvc build fix
|
10 years ago |
subtly
|
e82f8db2de
|
Prep for #2179. Abstract parsing of frame header from Session into struct. Catch unhandled exceptions thrown by ASIO.
|
10 years ago |
Paweł Bylica
|
4205cf79f9
|
Remove pessimising moves.
|
10 years ago |
Gav Wood
|
19f3a58021
|
Reduce p2p net verbosity.
|
10 years ago |
subtly
|
be5aa3dbf0
|
cleanup
|
10 years ago |
subtly
|
fc34ceb83f
|
Guard m_node.endpoint access and updates.
|
10 years ago |
arkpar
|
de3ff170c8
|
use boost hash function for FixedHash, asio adress. Style fixes
|
10 years ago |
arkpar
|
cc5a617aa6
|
set and map to hash tables
|
10 years ago |
subtly
|
f176a1ce13
|
add missing const
|
10 years ago |
subtly
|
30acd1343a
|
Windows keyword error for _inline.
|
10 years ago |
subtly
|
52213f258e
|
encapsulate IP endpoint address as byte string
|
10 years ago |
subtly
|
00cbab85ae
|
fix for insensitive windows compiler which reserves 'inline'. default initial values for packet timestamps.
|
10 years ago |
subtly
|
b3f4e7777b
|
Minor semantic updates. Support unspecified address for NodeIPEndpoint.
|
10 years ago |
subtly
|
d76dfef797
|
update peer host test. support unspecified ip.
|
10 years ago |
subtly
|
e9dfa8642e
|
compiles (v4 endpoint changes)
|
10 years ago |
Gav Wood
|
dad9a32d33
|
Better logging.
|
10 years ago |
Gav Wood
|
9671c5405b
|
Harsher penalty for screwing the DB.
|
10 years ago |
subtly
|
2dbee779c8
|
naming. consistent use of uint16_t for port.
|
10 years ago |
subtly
|
280df58d94
|
More explicit initialization of nodes and peers.
|
10 years ago |
subtly
|
b8f93a6b37
|
set socketid for logging
|
10 years ago |
subtly
|
3703587753
|
doc static for testing
|
10 years ago |
subtly
|
49c4bba993
|
cleanup/prep endpoint semantics for #1558 and #1557
|
10 years ago |
subtly
|
29f40bff0f
|
makePeer and support setting listen IP.
|
10 years ago |
subtly
|
14e83ffb28
|
clarify method doc
|
10 years ago |
subtly
|
5959a58071
|
abstract overriding tcp endpoint
|
10 years ago |
subtly
|
45df4ab10f
|
isIPType helpers
|
10 years ago |
subtly
|
7445f9020e
|
Merge host and nodetable network protocol version.
|
10 years ago |
jhuntley
|
0bf7d15a57
|
asio.h and windows.h build comments as per request.
|
10 years ago |
Gav Wood
|
2c6b18f01b
|
Add EVMJIT.
|
10 years ago |
Lu Guanqun
|
77a15f749f
|
change typedef to using according to preferred coding style
|
10 years ago |
subtly
|
e9538b23c8
|
updates for code-review
|
10 years ago |
subtly
|
92f9ec8c42
|
import/export peers and nodes
|
10 years ago |
subtly
|
98a2d193c2
|
updates and fixes for code review
|
10 years ago |
subtly
|
d7e3065f97
|
Remove unused code paths with confidence. Rename key/identity to alias. Inherit Peer from Node and update Host/Session to use Node::endpoint instead of previous Peer::address.
|
10 years ago |
subtly
|
94c09508fd
|
Merging in new data structure for nodes from node-table. End result will be consolidation into NodeId, Node (id and endpoints), NodeEntry (as in table), and Peer (connected node as in host). Rename PeerInfo to PeerSessionInfo. Rename NodeInfo to PeerInfo. PeerSessionInfo which is information about the Peer connection and will be split/merged into Node and PeerInfo. Add node-table callbacks for Host to perform connect node if there are not enough nodes.
|
10 years ago |
Gav Wood
|
b2446f651f
|
Remove verbosity.
|
10 years ago |
subtly
|
c1ae9fc126
|
pr fixes
|
10 years ago |
Gav Wood
|
b0cf1e60f6
|
Fix #394. Still quite dirty, but correct at least.
|
10 years ago |