Gav Wood
|
747927553c
|
Typo "fix" fixed.
|
10 years ago |
Gav Wood
|
55df43ff4b
|
Fast databases.
|
10 years ago |
Gav Wood
|
f2b56e7647
|
Move hash to a hidden function, and provide a datapath to it so avoid
unneeded SHA3s.
|
10 years ago |
Gav Wood
|
a33de145e7
|
Don't check nonce by default.
|
10 years ago |
arkpar
|
c500e367e2
|
style
|
10 years ago |
arkpar
|
06451b5e4f
|
deployment bug fixes
|
10 years ago |
Gav Wood
|
9fb30b141e
|
Allow Solidity build to be disabled.
|
10 years ago |
Gav Wood
|
8111a3e6b3
|
Ability to disable serpent building.
|
10 years ago |
Gav Wood
|
80df4e11fc
|
Nicer cmake read out.
Add profiling support.
|
10 years ago |
arkpar
|
e35732ad23
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into az_load_rlp
|
10 years ago |
arkpar
|
fd75bbe852
|
loading DApps by package url
|
10 years ago |
Gav Wood
|
105be32bb4
|
Decent transaction import result provision.
Give network a hint about what's going on for peer backoffs.
Avoid sleeping in main loop when there's still work on.
|
10 years ago |
Gav Wood
|
175e0c0d17
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
c8f7c12627
|
Merge pull request #1515 from ethereum/p2p
Fix crash accessing nullptr.
|
10 years ago |
subtly
|
39fe38395b
|
revert debug code
|
10 years ago |
Gav Wood
|
3053282582
|
Avoid killing old DAGs for now. Presents a memory leak to the tune of
1GB/epoch (!!!) but this will all be fixed when @LefterisJP introduces
ethash-side memoisation.
|
10 years ago |
Gav Wood
|
d16737c707
|
New DAG file scheme.
|
10 years ago |
Gav Wood
|
ef6a83a57f
|
Merge pull request #1514 from subtly/pacify
less tolerant peer fallback timer
|
10 years ago |
subtly
|
3f2ec1ff87
|
Merge branch 'develop' into p2p
|
10 years ago |
subtly
|
a80fca04fa
|
Merge branch 'develop' into pacify
|
10 years ago |
arkpar
|
f8ece5a16e
|
reflect ethereum.js api changes
|
10 years ago |
Gav Wood
|
eaf6c65cfe
|
Merge pull request #1466 from imapp-pl/pr/jit_cache
EVM JIT stack limit support
|
10 years ago |
Gav Wood
|
4bd91ae417
|
Merge pull request #1482 from debris/eth_version
jsonrpc eth_version method
|
10 years ago |
Gav Wood
|
5249d7b8b3
|
Merge pull request #1469 from arkpar/mix_test
Mix: testing famework
|
10 years ago |
subtly
|
d203bf6d58
|
Thread-safe cap initiliazation.
|
10 years ago |
subtly
|
cb2a9c7b24
|
Thread-safe initialization of capabilities.
|
10 years ago |
subtly
|
8cf3c18fd2
|
Merge branch 'develop' into p2p
|
10 years ago |
subtly
|
591a3ceb21
|
Reset lastDisconnect when session is started.
|
10 years ago |
subtly
|
ca0ce068c6
|
implicit fallback update
|
10 years ago |
subtly
|
bb62ce62d7
|
Merge branch 'develop' into pacify
|
10 years ago |
subtly
|
1744a32547
|
less tolerant connection errors
|
10 years ago |
Gav Wood
|
c3760df77d
|
Fix update problems in AZ.
Fixes #1486
Connect requires peer by default.
|
10 years ago |
Gav Wood
|
a0c0991c08
|
Version bump.
Fix version string in JSONRPC.
|
10 years ago |
subtly
|
d41101c307
|
log nullptr from cap()
|
10 years ago |
Gav Wood
|
1e8c241f2b
|
Lock bug fix.
|
10 years ago |
Gav Wood
|
0210c26a26
|
Clear block blooms.
|
10 years ago |
Gav Wood
|
c8b5f9d2f6
|
Major fix: only put in database active fork lookups.
|
10 years ago |
Gav Wood
|
c5f80a9dde
|
Fix various aspects of chain-re-import.
|
10 years ago |
CJentzsch
|
7b87d78ea0
|
Merge remote-tracking branch 'upstream/develop' into addTests
|
10 years ago |
Gav Wood
|
94ec0c0714
|
Be less verbose.
|
10 years ago |
Gav Wood
|
708a218f3a
|
Version bump.
|
10 years ago |
Gav Wood
|
1c1951a39b
|
Don't crash when the status is bad.
|
10 years ago |
Gav Wood
|
13232d6e04
|
Fixes #1509
|
10 years ago |
Gav Wood
|
b9074ff8c6
|
Minor build fix.
|
10 years ago |
Gav Wood
|
8667b623d3
|
Fix invalid combinations of options rather than bomb out.
Fixes #1493
|
10 years ago |
Gav Wood
|
e0b1e40556
|
Fixes #1505
|
10 years ago |
Gav Wood
|
bb4a79ee96
|
Dims was backwards. Fixed.
|
10 years ago |
Paweł Bylica
|
4cbc52afcf
|
Fix stack limit check
|
10 years ago |
subtly
|
b7a2bb3553
|
have not seen crash here. revert unrelated change.
|
10 years ago |
subtly
|
047d7d33ae
|
Revert safeguards. Change peerSessions() use to same as EthereumHost. for(auto) instead of for(auto&).
|
10 years ago |