Liana Husikyan
|
f4b836dab3
|
some more style fixes
|
10 years ago |
Liana Husikyan
|
1c6fcca6e2
|
small fix
|
10 years ago |
Liana Husikyan
|
0702c58368
|
fixed warrning
|
10 years ago |
Liana Husikyan
|
7b72aa68be
|
fixed the order of error msgs
|
10 years ago |
Liana Husikyan
|
da309c3853
|
created secondarySoureLocation error type
added additional information to error msgs
|
10 years ago |
Gav Wood
|
abb4ed7059
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
a5d700f1f7
|
Change RPC port to same as go.
|
10 years ago |
Gav Wood
|
5602e28b68
|
Merge pull request #1794 from chriseth/sol_fix_forContinue
Fix for broken continue in for loop.
|
10 years ago |
Gav Wood
|
6df83b1010
|
Merge pull request #1792 from subtly/pacify
bump incoming connection limit
|
10 years ago |
chriseth
|
1e6ff441fe
|
Fix for broken continue in for loop.
Fixes #1789.
|
10 years ago |
subtly
|
f0e9f6e080
|
Allow 9x ingress connections so non-nat clients can connect and use the network. To be reduced after greedy go is updated to discontinue filling up the network's connection capacity by accepting connections beyond the ones it didn't make and not connecting to every node on the entire network.
|
10 years ago |
Gav Wood
|
84ecbaff9e
|
Condition variables rather than polling FTW.
|
10 years ago |
Gav Wood
|
1aa1950d75
|
Invariant utilities.
|
10 years ago |
Gav Wood
|
be6dd3b62b
|
Optimisations and fixes for the BlockQueue.
|
10 years ago |
Gav Wood
|
14c1d371ca
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
1b1c2e95d1
|
Trie maps consolidated for speed.
|
10 years ago |
Gav Wood
|
005b2865ef
|
Merge pull request #1787 from CJentzsch/buildfix
build fix
|
10 years ago |
Gav Wood
|
83f57b9ed0
|
Avoid more maps, more lookups and SHA3.
|
10 years ago |
CJentzsch
|
8efa22d61d
|
build fix
|
10 years ago |
Gav Wood
|
1069295ec6
|
Fix for chain fork instance.
|
10 years ago |
Gav Wood
|
976c990ddb
|
Minimise write-locking of DB. Fixes #1676
|
10 years ago |
Gav Wood
|
fb8d05b06e
|
Always commit to state DB in batches.
|
10 years ago |
Gav Wood
|
fd9f5d49c7
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
fd5ea37e55
|
Transaction nonce now "sorted". Fixes #1615
|
10 years ago |
Gav Wood
|
c4fb35d419
|
Fix for #1766
|
10 years ago |
Gav Wood
|
dab0e1aa37
|
Merge pull request #1772 from arkpar/mix_deploy
Mix: Deployment fixed to work with GlobalRegistrar
|
10 years ago |
Gav Wood
|
4000b179f9
|
Merge pull request #1770 from debris/res
replacement for qt5_add_resources for headless client
|
10 years ago |
Marek Kotewicz
|
9dfabc7966
|
removed redundant log in cmake utils
|
10 years ago |
Marek Kotewicz
|
2a9e2f663e
|
improved eth_add_resources
|
10 years ago |
arkpar
|
d4373dc185
|
deployment fixed to work with GlobalRegistrar
|
10 years ago |
Marek Kotewicz
|
0cbdda18d1
|
simplified loading string from eth resources
|
10 years ago |
Marek Kotewicz
|
6315351b7a
|
fixes for eth_add_resources
|
10 years ago |
Marek Kotewicz
|
6da6f4ee53
|
fixed indention
|
10 years ago |
Marek Kotewicz
|
a7996f4de7
|
finished resource scripts
|
10 years ago |
Marek Kotewicz
|
b51f01ed10
|
resources scripts
|
10 years ago |
Arkadiy Paronyan
|
fc7c9d5a08
|
Merge pull request #1755 from yann300/bugFix2
Mix - When deploying to the network, allows to fill in params in ctor.
|
10 years ago |
chriseth
|
f6fdf98907
|
Merge pull request #1769 from chriseth/sol_astUtils
Utility class to find a suitable AST node for a given location.
|
10 years ago |
chriseth
|
8ca0d6098d
|
Fixed source location comparison operator.
|
10 years ago |
yann300
|
34a8027228
|
Merge remote-tracking branch 'up/develop' into bugFix2
Conflicts:
test/webthreestubclient.h
|
10 years ago |
yann300
|
6b4fd27dfd
|
add UrlHint Registration in NameReg
|
10 years ago |
Gav Wood
|
938a70c725
|
Merge pull request #1767 from arkpar/mix_state_io
State export/import
|
10 years ago |
chriseth
|
9524ca5e31
|
Utility class to find a suitable AST node for a given location.
|
10 years ago |
yann300
|
b0a7edd6e8
|
Merge remote-tracking branch 'up/develop' into bugFix2
|
10 years ago |
arkpar
|
8393328eeb
|
removed webthreestubclient.h
|
10 years ago |
arkpar
|
2623bee198
|
import/export state
|
10 years ago |
Marek Kotewicz
|
9e74bcb205
|
fixed az jsonrpc port
|
10 years ago |
yann300
|
13fa394f60
|
Merge remote-tracking branch 'up/develop' into bugFix2
Conflicts:
test/webthreestubclient.h
|
10 years ago |
yann300
|
4bc11ad6cb
|
fix bug why deploying to network
|
10 years ago |
Gav Wood
|
ae6dbcfc21
|
Merge pull request #1761 from chriseth/sol_fix_deleteBytes
Fix for deleting byte array elements.
|
10 years ago |
chriseth
|
7a5d5b3af3
|
Fix for deleting byte array elements.
Fixes #1759.
|
10 years ago |