Gav Wood
8c0eb497b4
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
4dc64ba23b
Variety of minor improvements and fixes.
10 years ago
Gav Wood
cf44d999ab
Merge pull request #2576 from subtly/netFix
improve handshake shutdown and timeout
10 years ago
Gav Wood
420fb0d11d
Merge pull request #2574 from subtly/cryptoFix
Standard KDF and proper keystreams for AESCTR (rlpx)
10 years ago
Gav Wood
09c4832452
Merge pull request #2551 from gluk256/_save_topix
Watch serialization
10 years ago
Paweł Bylica
2b2f7dbd45
Set correct version in the installer.
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
7e4e560dc0
Merge branch 'develop' into netFix
10 years ago
subtly
126ae0d3de
typo
10 years ago
subtly
110c1099b6
possible fix for pause on shutdown. thread names in macos for easier debugging.
10 years ago
Gav Wood
d74eb47e35
Fix BadRoot.
10 years ago
subtly
dd9c7a03c2
doc kdf and set reps based on block size.
10 years ago
Vlad Gluhovsky
e19825f8d3
test ports changed
10 years ago
Vlad Gluhovsky
432e1988f9
refactoring
10 years ago
Vlad Gluhovsky
68d6aa8906
moved some fucntions to WhsiperDB class
10 years ago
Vlad Gluhovsky
822878c469
bugfix in saveTopicsToDB()
10 years ago
Vlad Gluhovsky
2764ca4dbb
WhisperDB class split
10 years ago
Vlad Gluhovsky
29124eafd9
encryption added
10 years ago
Vlad Gluhovsky
ddfd80247f
saving & restoring topics
10 years ago
Vlad Gluhovsky
0d4ffff47e
bugfix: reap()
10 years ago
Gav Wood
c979d906fd
Fix docs for getEthashWork.
10 years ago
Gav Wood
f7b90247bd
Always populate transaction in verifyBlock.
10 years ago
Gav Wood
6dd5440b1c
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
023bb84bdc
Fix getEthashWork.
10 years ago
Vlad Gluhovsky
ff4cbd8dab
bugfix: vector::iterator
10 years ago
Gav Wood
58cac6a318
Merge pull request #2565 from chriseth/updateHelp
Add --genesis-json to help.
10 years ago
Gav Wood
cbcf0ff834
Merge pull request #2564 from LefterisJP/set_sealers_dofarm
Set sealers in doFarm()
10 years ago
Gav Wood
631575f5e5
Merge pull request #2568 from gluk256/_win_fix
windows build fixed
10 years ago
Vlad Gluhovsky
86b16df9c2
first version
10 years ago
Vlad Gluhovsky
44dfb0ef87
windows build fixed
10 years ago
Arkadiy Paronyan
b90acbf3e5
Merge pull request #2566 from yann300/deploydialog
Mix - deployment - bug fix during contract call
10 years ago
DEV Mac Mini
75791462a2
indentation
10 years ago
Gav Wood
e967c7947b
Avoid using sleep.
10 years ago
DEV Mac Mini
799074e6c8
bug fix calling contract during deployment
10 years ago
DEV Mac Mini
ae2a3b477b
bug fix calling contract during deployment
10 years ago
Gav Wood
6d65d09254
More diagnostics.
Better handling of BadRoots.
Shorted extraData string.
10 years ago
chriseth
e8a5e56b41
Add --genesis-json to help.
10 years ago
Gav Wood
1489324bcf
Mix fix.
10 years ago
Lefteris Karapetsas
e1c4ac2d74
Set sealers in doFarm()
10 years ago
Gav Wood
89278bf7a2
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
f31e4061aa
Fix hidden virtual issue.
10 years ago
Gav Wood
9756e1cf3e
Merge pull request #2563 from LefterisJP/add_sealers_to_benchmark
Add sealers to mining benchmark
10 years ago
Lefteris Karapetsas
7deeb283ca
Add sealers to mining benchmark
10 years ago
Gav Wood
39463399f3
Version bump.
10 years ago
Gav Wood
008c400cfb
Interactive is now a JS console.
Network can be chosen at run time (--frontier, --olympic).
Params slimmed, uses JSON.
10 years ago
Gav Wood
e763a3f038
Fix database path issue, fix extradata max size to 1024 for olympic only.
10 years ago
Gav Wood
88a428beb6
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
4ae1133224
Version bump.
10 years ago
Gav Wood
fb99a503e0
Private chains redux:
- Can switching between them and main chain without losing either.
- No discovery on network when private.
- Private chain id encoded in genesis block and network id remains same.
10 years ago