Gav Wood
56a7bfa7fe
Fixes and better reactivity for the Account Naming infrastructure.
10 years ago
Vlad Gluhovsky
dd14158a08
verbosity changed
10 years ago
chriseth
2bcaf47811
Use unique_ptr for RLPXFrameCoder.
10 years ago
chriseth
b78ee4c18c
Reduce usage of "new".
10 years ago
Vlad Gluhovsky
2314668581
style update
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
chriseth
db0bcb9f8c
Fixed creation of shared_ptr in RLPXSocket.
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
chriseth
bf63f32a5e
Cleanup m_sessions.
10 years ago
Vlad Gluhovsky
e000d36b3c
debug
10 years ago
chriseth
f07cd202f9
Fix for connecting to host without colon.
10 years ago
debris
e1a72950d5
now policy CMP0042 is set to OLD
This reverts commit 61e99b1040
.
10 years ago
Gav Wood
61e99b1040
Revert "fixed cmake policy CMP0042, MACOSX RPATH"
10 years ago
debris
4374ec50c2
fixed cmake policy CMP0042, MACOSX RPATH
10 years ago
subtly
47a55d62e0
staging progress
10 years ago
Lefteris Karapetsas
e62f9c108a
Error checking in resolveHost()
- Properly check if what follows after ':' is a number and catch the
exception thrown. Before this we were segfaulting with an uncaught
exception
- Return an empty endpoing if we have an error so it can be detected by
the calling web3 server code and show 'false' in the console instead
of 'true'
10 years ago
Gav Wood
c3933466d7
implement admin_net_nodeInfo.
10 years ago
Paweł Bylica
a51037e645
Fix incorrect std::move.
10 years ago
Gav Wood
591b4c8c64
Secure datatypes now copyable only to similar datatypes.
More restrictions on usage to prevent accidental data leakage.
10 years ago
Gav Wood
818fa25bba
Secure datatypes now copyable only to similar datatypes.
More restrictions on usage to prevent accidental data leakage.
10 years ago
Gav Wood
2f19861858
Secure datatypes now copyable only to similar datatypes.
More restrictions on usage to prevent accidental data leakage.
10 years ago
subtly
65cd7c563b
Don't reschedule handshake timeout during last phase of handshake.
10 years ago
subtly
dd2462de27
Don't reschedule handshake timeout following completion or error.
10 years ago
subtly
110c1099b6
possible fix for pause on shutdown. thread names in macos for easier debugging.
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
3e5542cd95
Host: Fix guard. Fix acceptor loop when connection count exceeded. Acceptor loop exit on shutdown.
10 years ago
arkpar
855ba20a0f
fixed ethashcl build
10 years ago
Gav Wood
15ebaea13f
Build fix in RLPX.
10 years ago
subtly
fd6a96058a
Remove unused move.
10 years ago
subtly
20ca0ff247
Remove packet copy constructor. Simplify bool use.
10 years ago
subtly
c2fff08327
Update RLPXFrameWriter.h
10 years ago
subtly
2991bf4097
Use const, nudge buildbot.
10 years ago
subtly
4f02a4fee8
Const frame info. Typo. Const arguments.
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
subtly
99a97e05f0
Cleanup. More fixes. More tests.
10 years ago
subtly
bd2d99f169
Fixup and document frame writer. Add test for coalesced packets.
10 years ago
Paweł Bylica
42d9edc9b0
Fix up rvalue references. Avoid a copy of an EVM code in ExtVM.
10 years ago
subtly
639b4fb13c
Cleanup. Interface for enqueuing packets. Fix: Include packet type in total size.
10 years ago
arkpar
440f6e7dc2
import transactions in a separate thread
10 years ago
subtly
52228e5ad6
enum renamed
10 years ago
subtly
bcca52c443
mux/demux working test
10 years ago
arkpar
c7a516714d
prioritized transaction queue
Conflicts:
libethereum/TransactionQueue.cpp
msvc build fix
10 years ago
arkpar
cf54c31c3c
fixed starved download, removed obsolete invariant
10 years ago