Gav Wood
|
591b4c8c64
|
Secure datatypes now copyable only to similar datatypes.
More restrictions on usage to prevent accidental data leakage.
|
10 years ago |
Gav Wood
|
441ce8f0dc
|
Fix const& where it should have been value.
|
10 years ago |
Gav Wood
|
e92392a1e3
|
SHA3 gas calc should use bigint to avoid overflow.
Fixes #2582.
|
10 years ago |
Gav Wood
|
1cd8fcc025
|
Hold address-sorting back.
|
10 years ago |
Gav Wood
|
17098549f8
|
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
|
10 years ago |
Gav Wood
|
2ed0484495
|
Merge branch 'deja' of github.com:ethereum/cpp-ethereum into deja
Conflicts:
libdevcrypto/AES.h
|
10 years ago |
Gav Wood
|
818fa25bba
|
Secure datatypes now copyable only to similar datatypes.
More restrictions on usage to prevent accidental data leakage.
|
10 years ago |
Gav Wood
|
f960428941
|
Fix const& where it should have been value.
|
10 years ago |
Gav Wood
|
5517e44e38
|
SHA3 gas calc should use bigint to avoid overflow.
Fixes #2582.
|
10 years ago |
Gav Wood
|
195c9614b3
|
Hold address-sorting back.
|
10 years ago |
Gav Wood
|
2a7c56aef7
|
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
|
10 years ago |
Lefteris Karapetsas
|
3a61c2577e
|
CL: switch to chunks if clEnqueuWriteBuffer fails
Probably fixes #2559 even though chunking is not stable at the moment.
|
10 years ago |
Gav Wood
|
2f19861858
|
Secure datatypes now copyable only to similar datatypes.
More restrictions on usage to prevent accidental data leakage.
|
10 years ago |
CJentzsch
|
1853931035
|
add documentation
|
10 years ago |
CJentzsch
|
25c6e5ec4c
|
add extcodecopy stack test
|
10 years ago |
Gav Wood
|
4803f6fe88
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
0c6cef4026
|
allow genesis stuff to be specified with --genesis like geth.
add "default" bundle.
|
10 years ago |
Gav Wood
|
bcc7bd6442
|
Merge pull request #2605 from CJentzsch/fixExtCodeCopy
fix EXTCODECOPY bug
|
10 years ago |
CJentzsch
|
d9e7276c4b
|
fix EXTCODECOPY bug
|
10 years ago |
arkpar
|
3181f51eb1
|
fixed invariant on block queue clear
|
10 years ago |
subtly
|
a83fecbe98
|
CLI flag to enable Whisper
|
10 years ago |
Gav Wood
|
c9ee5d5b3f
|
Merge pull request #2558 from chriseth/sol_walletRevokeTests
Tests for the revoke feature of the wallet.
|
10 years ago |
Gav Wood
|
d1b3c9b811
|
Merge pull request #2556 from arkpar/bc-test-fix
Fixed filltests
|
10 years ago |
Gav Wood
|
aad89af49a
|
Merge pull request #2571 from subtly/iwannagofast
Update secp256k1
|
10 years ago |
Gav Wood
|
b0f6e812f1
|
Merge pull request #2590 from CJentzsch/fixFrontierblockGasLimit
decrase minblockGasLimit to 5000 for frontier
|
10 years ago |
Gav Wood
|
94149db6c2
|
Merge pull request #2596 from LefterisJP/pinning_fix
Hermit mode should be off by default
|
10 years ago |
Gav Wood
|
8c5fee7352
|
Hermit mode for eth.
|
10 years ago |
Lefteris Karapetsas
|
1524278ba8
|
Hermit mode should be off by default
|
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 |
Gav Wood
|
7e2f6b756b
|
Merge pull request #2586 from CJentzsch/fixFrontierBlocktime
increase frontier blocktime to 13s
|
10 years ago |
Gav Wood
|
cd6e4fd45d
|
Release bundle.
|
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 |
Arkadiy Paronyan
|
73748dc3da
|
Merge pull request #2569 from yann300/deploydialog
Mix - manage enum
|
10 years ago |
debris
|
0c6e0b55de
|
extdep/getstuff.bat downloads only x64 libs on windows
|
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 |