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
Gav Wood
21d479acf3
Sort addresses.
10 years ago
Gav Wood
aa97d7b0b4
Hold address-sorting back.
10 years ago
Gav Wood
49a826397b
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
10 years ago
Gav Wood
59f843263a
Fix state diffs in AZ.
10 years ago
Gav Wood
f72d6eda26
Remove failing build portion.
10 years ago
Gav Wood
5d08a13ce8
Fixed block reward, transaction dialog.
10 years ago
subtly
7683d8e8e6
Merge branch 'develop' into cryptoFix
10 years ago
subtly
ee422c513d
remove unused code
10 years ago
subtly
12864b1a53
Merge branch 'develop' into iwannagofast
10 years ago
subtly
278b4be207
re-disable secp256k1 for windows
10 years ago
yann300
5e88e734e0
small changes
10 years ago
yann300
9934ee8fd0
Merge remote-tracking branch 'origin/deploydialog' into deploydialog
10 years ago
Gav Wood
8c0eb497b4
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
4dc64ba23b
Variety of minor improvements and fixes.
10 years ago
subtly
2b53232aa1
Update txq test for deterministic signature output of updated secp256k1.
10 years ago
Gav Wood
cf44d999ab
Merge pull request #2576 from subtly/netFix
improve handshake shutdown and timeout
10 years ago
Gav Wood
420fb0d11d
Merge pull request #2574 from subtly/cryptoFix
Standard KDF and proper keystreams for AESCTR (rlpx)
10 years ago
Gav Wood
09c4832452
Merge pull request #2551 from gluk256/_save_topix
Watch serialization
10 years ago
Paweł Bylica
2b2f7dbd45
Set correct version in the installer.
10 years ago