Gav Wood
8c5fee7352
Hermit mode for eth.
10 years ago
Lefteris Karapetsas
1524278ba8
Hermit mode should be off by default
10 years ago
yann300
7a9df8017b
bugfix (bad scenario loaded in the deployment dialog)
10 years ago
Gav Wood
e6162ef9e9
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
6f95f7265a
Fix session key setting for local eth console.
10 years ago
Paweł Bylica
f4b79cfee7
Do not remove dead blocks during compilation.
10 years ago
Paweł Bylica
7d1e35076f
Fix local stack max size calculation.
10 years ago
yann300
5902496db5
bug fix (while selecting a function to call)
10 years ago
Gav Wood
7e2f6b756b
Merge pull request #2586 from CJentzsch/fixFrontierBlocktime
increase frontier blocktime to 13s
10 years ago
Paweł Bylica
3ffdcd9f13
Test dynamic jumps.
10 years ago
Gav Wood
cd6e4fd45d
Release bundle.
10 years ago
yann300
c06e2dadf9
Merge remote-tracking branch 'up/develop' into bugFix
10 years ago
yann300
b00e3aa467
bug fix: use of bytes, bytes32
10 years ago
Vlad Gluhovsky
87fb411817
updated test topic advertising
10 years ago
Gav Wood
9440879032
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
132f8b8011
13 second blocktime boundary point.
10 years ago
Paweł Bylica
1e926fe6bc
Move fields from BasicBlock to LocalStack. Remove dump() functions.
10 years ago
Arkadiy Paronyan
73748dc3da
Merge pull request #2569 from yann300/deploydialog
Mix - manage enum
10 years ago
Vlad Gluhovsky
f75f4d8dc7
refactoring of topic test
10 years ago
debris
0c6e0b55de
extdep/getstuff.bat downloads only x64 libs on windows
10 years ago
Paweł Bylica
fcacf6e3a2
Remove code doing stack optimization with PHI nodes.
10 years ago
Paweł Bylica
b604dfefe6
Reimplementation of local stack handling during basic block compilation.
This change removed the intermediate stage when PHI nodes are inserted in place of items fetched from global stack. PHi stage requires information about other basic block therefore must be postponed to the point when all basic blocks has been compiled. In the same time this optimization has not been very effective.
10 years ago
yann300
2d8d67d8c6
Merge remote-tracking branch 'up/develop' into deploydialog
10 years ago
CJentzsch
b4c8314de9
blockGasLimit depending on network (olympic, turbo, frontier)
10 years ago
CJentzsch
b5548fd857
decrase minblockGasLimit to 5000 for frontier
10 years ago
CJentzsch
b99e00a572
increase frontier blocktime to 13s
10 years ago
subtly
977ed0f998
re-disable secp256k1 on windows
10 years ago
Gav Wood
e1d58ffafc
Fix ethconsole.
10 years ago
Gav Wood
15cf0382ba
Hermit mode to avoid connecting to other peers even while on a mainnet.
10 years ago
Gav Wood
2cce7238c7
Allow genesis JSON to be specified.
10 years ago
Gav Wood
888fb0294d
Tidy up arg list.
10 years ago
Gav Wood
0e5139d5d4
less verbosity.
10 years ago
Gav Wood
f19d11cfcf
Allow selection of network at runtime in AZ.
10 years ago
Gav Wood
18efffe220
Fix extraData reporting.
10 years ago
Gav Wood
479f0fde4f
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
c8bbf5a0b0
ethconsole improvements.
Store session key in user's homedir for ease of use of ethconsole.
10 years ago
Gav Wood
5dcee7a6b3
Fix up extraData reporting.
10 years ago
Gav Wood
053e3b1cc1
Merge pull request #2577 from subtly/cryptoFix
Remove unused code
10 years ago
Gav Wood
4824d7d2ba
Merge branch 'deja' of github.com:ethereum/cpp-ethereum into deja
10 years ago
Gav Wood
b872015ced
Fix const& where it should have been value.
10 years ago
Gav Wood
101ea84b8d
SHA3 gas calc should use bigint to avoid overflow.
Fixes #2582 .
10 years ago
Gav Wood
ec8f89a23f
Hold address-sorting back.
10 years ago
Gav Wood
e2203bb585
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
10 years ago
Gav Wood
4b24d4a14f
Default to Olympic for now.
10 years ago
Gav Wood
71b2b36d91
Merge branch 'deja' of github.com:ethereum/cpp-ethereum into deja
Conflicts:
alethzero/MainWin.cpp
10 years ago
Gav Wood
0c0adcda59
Fix const& where it should have been value.
10 years ago
Gav Wood
ded1a739a9
SHA3 gas calc should use bigint to avoid overflow.
Fixes #2582 .
10 years ago
Gav Wood
58358b48c3
Hold address-sorting back.
10 years ago
Gav Wood
c3a334cc21
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
10 years ago
Gav Wood
7e7ea43775
SHA3 gas calc should use bigint to avoid overflow.
Fixes #2582 .
10 years ago