Gav Wood
6ee69c2141
Version bump.
10 years ago
Marek Kotewicz
5d7f374a38
leveldb downloaded locally
10 years ago
subtly
965e5bd58c
coding standards
10 years ago
subtly
de099b2d8b
remove network pause.
fix client repeat-disconnect loop.
removed resolver from getifaddr dance (not reqd) and updated getifaddr code (needs windowz/linux testing).
don't accept new connections if listenport bind fails (possible due to OS firewall settings).
only use upnp w/ipv4 addresses.
re: disconnect loop. Looks like ethhost session isn't deallocating once stopped. Thinking UI might have shared_ptr. For now, letting dealloc/quit continue as long as isOpen returns false -- maybe okay since network will be halted. Also, it maybe possible the issue is due to network thread not running after disconnect so packets aren't tx/rx to kill peer -- either way, it's possible remote end doesn't ack disconnect and timeout/force-close-dealloc is required, so will need more attention later.
10 years ago
Christoph Jentzsch
62c49018ed
Check validity of signature values r,s,v
10 years ago
Gav Wood
c80fe47289
Fix std services except DNS Reg whose contract needs rewriting.
10 years ago
Gav Wood
759b85af9f
Compilation fixes for windows.
10 years ago
subtly
0f86ce7545
ecdh, ecdhe, initial aes classes
10 years ago
Gav Wood
845dce6f52
Version bumps.
10 years ago
Christian
104dd11456
Provide interface for calls in JSON and some other formatting changes.
10 years ago
Marek Kotewicz
279c671c46
fix for "call to operator << is not visible in template definition"
10 years ago
Gav Wood
9a97e73933
New Whisper protocol - uint32s for topics.
10 years ago
Gav Wood
4014a3d0c8
Fix all the asBytes stuff.
10 years ago
sveneh
c29321d01c
full project compile with crypto++ dependency
10 years ago
Gav Wood
cd1d73008a
Version bumps all round.
10 years ago
subtly
b50578f1e6
coding standards, documentation, new exception syntax
10 years ago
Christoph Jentzsch
98978db662
int to size_t for errinfo_required
10 years ago
Gav Wood
1d16e1556f
Ready for move to log entries in JS API.
10 years ago
Gav Wood
3b786cf004
Fix for log blooms.
10 years ago
Gav Wood
2ff0317fb6
Get logblooms/receipts into the database.
10 years ago
Christoph Jentzsch
8dcf6635ac
style
10 years ago
Christoph Jentzsch
be3ccd3444
Clean up and organize tests + state class tests
10 years ago
Gav Wood
b87bde0f31
Updated genesis block to new block format.
10 years ago
Marek Kotewicz
7b681b0913
fix for compiling under llvm
10 years ago
Marek Kotewicz
d54a2f8626
whisper in web3jsonrpc
10 years ago
Gav Wood
482e7b639d
Version bump, minor fix for badly formatted manual hosts.
10 years ago
Gav Wood
2c193627ed
Draft of new LOG/bloom/headers/block format.
10 years ago
Gav Wood
52e385905e
Move suicides into SubState and include logs and refunds.
Refund gas from zero-resetting SSTOREs.
10 years ago
Gav Wood
bfd797c3a1
Whisperer in AZ.
More Whisper fixups.
10 years ago
Christian
c379bea27b
CMakeLists library dependency cleanup for libdevcore, libevmface, libsolidity and solc.
Fixes #417 .
10 years ago
Marek Kotewicz
e8c4d68164
issues fixes
10 years ago
Christian
8bb71c4ebf
Use boost errinfo.
10 years ago
Christoph Jentzsch
14f80389a5
fixed bug in name of error_info typedef
10 years ago
Christian
bf3a76f5af
Improved exceptions and reporting exceptions for command-line compiler.
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
Marek Kotewicz
8fd09e8fcb
removed unused includes
10 years ago
Marek Kotewicz
b64945735b
key, keys -> accounts populated to WebThreeStubServer
10 years ago
Gav Wood
3c2bcb2803
Version bump.
10 years ago
Gav Wood
6706c26471
Move misc to dev.* JS API.
Potential crash fix.
UPnP in thread.
10 years ago
Marek Kotewicz
4d70abf68a
codding standards
10 years ago
Marek Kotewicz
4633dffc85
EthStubServer renamed to WebThreeStubServer
10 years ago
Marek Kotewicz
a50ab8b718
fixed for CommonJS
10 years ago
Marek Kotewicz
3689a363cf
removed build errors
10 years ago
Marek Kotewicz
982ef819fb
retab
10 years ago
Marek Kotewicz
5001c19987
retab
10 years ago
subtly
fc14f46a63
add headers to cmake
10 years ago
Christoph Jentzsch
10d00f4e54
Added random test creater
10 years ago
Gav Wood
eeb0c6476e
Minor fix.
10 years ago
Gav Wood
39e71f3fa1
Actuall inline assertAux code.
10 years ago
Gav Wood
0a3478bf5f
Avoid failing inline.
10 years ago