Lefteris Karapetsas
e9c11a143e
Switching node indices to uint32_t to get the old behaviour back
10 years ago
Marek Kotewicz
7d8d30c551
rpc provider in progress
10 years ago
Paweł Bylica
73cc4e5b97
Return divrem results using vector <2 x i256>
10 years ago
arkpar
0f8ab6db64
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_state
10 years ago
Gav Wood
abb4ed7059
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
arkpar
e712ade6e2
style
10 years ago
Gav Wood
a5d700f1f7
Change RPC port to same as go.
10 years ago
yann300
edec624904
Merge remote-tracking branch 'up/develop' into bugFix2
Conflicts:
mix/qml/js/NetworkDeployment.js
10 years ago
yann300
62c988ac15
Check gas used for contract deployment and dapp registration.
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
arkpar
258b1d9271
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_state
10 years ago
arkpar
0f0b332848
fixed debugging into base contracts
10 years ago
chriseth
1e6ff441fe
Fix for broken continue in for loop.
Fixes #1789 .
10 years ago
CJentzsch
5ea1950e65
Merge remote-tracking branch 'upstream/develop' into walletTests
10 years ago
Marek Kotewicz
8b9044b77f
Merge branch 'develop' into v8console
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
subtly
e541c237ea
Merge branch 'develop' into discovery
10 years ago
subtly
02f556595e
Merge branch 'develop' into sha3xor
10 years ago
subtly
66f98975b8
Merge branch 'develop' into ipv6
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
CJentzsch
f22fb7f57f
first wallet tests
10 years ago
Patrick Salami
468a06d35a
adding --network-id option to eth cli
10 years ago
subtly
88193ae7c8
Limit DNS resolution to ipv4.
10 years ago
subtly
d300143e12
Apply sha3 so that xor operation for kademlia metric isn't skewed by EC point encoding.
10 years ago
Gav Wood
976c990ddb
Minimise write-locking of DB. Fixes #1676
10 years ago
Lefteris Karapetsas
df2687e517
Addressing MSVC compile error and warnings
10 years ago
Lefteris Karapetsas
a6a882c57a
Test of ethash_get_default_dirname() and bug fix
10 years ago
Lefteris Karapetsas
377fe9cbd8
Callback will now be called only 100 times pes DAG creation
10 years ago
Lefteris Karapetsas
47bf6d7b52
Add Magic number to DAG file after completion for verification
- There could be a situation where there can be an incomplete file left
on disk. We need to protect ourselves from this. So we add a special
magic number at the beginnign of the DAG after completion.
10 years ago
subtly
3ebaffa2c1
revert assumption that node exists in nodetable when noteactivenode is called
10 years ago
Marek Kotewicz
80b81ea6c8
printing v8 errors
10 years ago
subtly
c5e6c7dae1
Merge branch 'develop' into discovery
10 years ago
CJentzsch
adf244188d
add wallet test
10 years ago
subtly
f176a1ce13
add missing const
10 years ago
Marek Kotewicz
7d382cb97a
Merge branch 'develop' into v8console
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