winsvega
|
e1caebe331
|
first zeros in rlp
m_data overflow percautions
|
10 years ago |
CJentzsch
|
04b71c3649
|
xMerge remote-tracking branch 'upstream/develop' into JSON_testContract
|
10 years ago |
Gav Wood
|
66a4752cf2
|
Don't prep mining if no need.
|
10 years ago |
Gav Wood
|
3efa477be6
|
Avoid div by zero.
Always prepare work, even when not apparently mining.
|
10 years ago |
Gav Wood
|
4708a73e19
|
Remote miner fixes.
|
10 years ago |
Gav Wood
|
5a9a59a91b
|
Fix unordered sync issue.
|
10 years ago |
Gav Wood
|
de13806962
|
Avoid deadlock when have past future blocks.
|
10 years ago |
Gav Wood
|
bd2a0e6026
|
Minor fix for integration tests.
|
10 years ago |
Gav Wood
|
e179781728
|
More sophisticated (and correct) BlockHashes handling.
|
10 years ago |
Gav Wood
|
05227444ea
|
Version bump.
|
10 years ago |
Gav Wood
|
2d72554db9
|
Pesky <= bug fixed.
|
10 years ago |
Gav Wood
|
c33e518bb6
|
Merge branch 'Genoil-develop' into develop
|
10 years ago |
Gav Wood
|
28a17333d1
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
32071fb12b
|
Merge branch 'develop' of https://github.com/Genoil/cpp-ethereum into Genoil-develop
Conflicts:
libethcore/Ethash.cpp
libethereum/BlockQueue.cpp
|
10 years ago |
Gav Wood
|
6b8b94fda0
|
Fix subsequence side bug.
|
10 years ago |
Gav Wood
|
983205a7c5
|
Merge pull request #1665 from chriseth/sol_jsoncppDocker
Add jsoncpp dependency for solidity-js.
|
10 years ago |
Gav Wood
|
fefc48e647
|
Merge pull request #1607 from caktux/develop
catch cerr in neth
|
10 years ago |
Gav Wood
|
c27006af12
|
Merge pull request #1666 from CJentzsch/allhexfix
0x -> 0x0 for numbers
|
10 years ago |
Gav Wood
|
cb9e3189e1
|
Additional activity reporting.
|
10 years ago |
Gav Wood
|
292c35ce49
|
Don't grab queue up blocks we already know about.
|
10 years ago |
Gav Wood
|
9671c5405b
|
Harsher penalty for screwing the DB.
|
10 years ago |
Gav Wood
|
dd0b508d53
|
Don't forget the transaction queue!
|
10 years ago |
Gav Wood
|
d1050b60fd
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
d7fb14b95b
|
Diagnostics for tracking down source of apparently corrupt block
insertion.
|
10 years ago |
Arkadiy Paronyan
|
b289a23322
|
Merge pull request #1664 from yann300/bugFix2
Mix - bug fix
|
10 years ago |
Gav Wood
|
081ecb5c9c
|
Broadcast everything to everyone.
|
10 years ago |
Gav Wood
|
c07e43b4ad
|
Don't create full if missing when just verifying.
|
10 years ago |
Gav Wood
|
616cb14385
|
Nicer logging. Much nicer.
|
10 years ago |
Gav Wood
|
04a3464606
|
JSON build fix.
Removal of unneeded code.
|
10 years ago |
Gav Wood
|
a9c7f79b05
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
6aaee1f711
|
Avoid threading issues.
|
10 years ago |
Gav Wood
|
86384ad0ad
|
Use default path if none given when rebuilding chain.
|
10 years ago |
Gav Wood
|
27f293be85
|
Merge branch 'threadfix' into develop
|
10 years ago |
Gav Wood
|
a5f2dc881e
|
New strategy - send all new blocks out, even when (re)syncing (though
only when resyncing < 20 blocks).
Make a note of bad transactions to avoid re-importing when bad nodes
pass them to us.
|
10 years ago |
CJentzsch
|
5f5db7b2d2
|
simplification
|
10 years ago |
chriseth
|
4fa948d10a
|
Merge pull request #1604 from LianaHus/sol_Machine_friendly_output
Sol machine friendly output
|
10 years ago |
CJentzsch
|
923620241c
|
0x -> 0x0 for numbers
|
10 years ago |
chriseth
|
36889fe057
|
Add jsoncpp dependency for solidity-js.
|
10 years ago |
Liana Husikyan
|
254c845490
|
removed unused parameter from streamAsmJson
|
10 years ago |
Liana Husikyan
|
78bb6deadb
|
style fixes
|
10 years ago |
Liana Husikyan
|
ebd4be49f6
|
changed the format of json output
|
10 years ago |
Liana Husikyan
|
a89b7ee911
|
fixed push #[$] and push [$]
|
10 years ago |
Liana Husikyan
|
6d56c979ab
|
removed explicit move
|
10 years ago |
Liana Husikyan
|
20132bd445
|
renamed locationx/y to begin/end
|
10 years ago |
Liana Husikyan
|
95e161bfc9
|
style fixes
|
10 years ago |
Liana Husikyan
|
3482c4dfc2
|
fixed extension of file json format
changed value for PUSH to hex
|
10 years ago |
Liana Husikyan
|
c6652616ae
|
reordered output
Conflicts:
libevmcore/Assembly.cpp
|
10 years ago |
Liana Husikyan
|
9fa9190f1d
|
code refactoring
|
10 years ago |
Liana Husikyan
|
4ef9b70dd3
|
style fixes
|
10 years ago |
Liana Husikyan
|
2189306c9d
|
reordered output.
modified push tags
|
10 years ago |