Gav Wood
99b27469b5
Don't use PRNG for key generation!
10 years ago
Gav Wood
d94999967d
Undo hard fork.
10 years ago
Gav Wood
767ead8450
Reorganise logs.
10 years ago
Lefteris Karapetsas
ca539eb0b4
Fix AES Test
One of the AES tests was making an incorrect assumption about the string
constructor of FixedHash. Said constructor only works with hexadecimal
string representations
10 years ago
arkpar
24d7ca9ebc
TransactionQueue docs
10 years ago
chriseth
4a99266ffb
Prevent crash if not compiled with FATDB.
10 years ago
Arkadiy Paronyan
a3dbcd8a26
Merge pull request #2422 from yann300/bugFix
Mix - bug fix. issue while getting the created contract address.
10 years ago
yann300
9f164af459
small changes
10 years ago
Vlad Gluhovsky
bd525e0408
removed excessive dependency
10 years ago
yann300
0236886d3e
bug fix. issue while getting the created contract address.
10 years ago
Vlad Gluhovsky
cd354c1831
FixedHash::operator++()
10 years ago
Paweł Bylica
f5b0c7cdce
Increase Windows stack size to 16MB.
(reverted from commit 8357930b25
)
10 years ago
Vlad Gluhovsky
24564e0dd3
small fix
10 years ago
Lefteris Karapetsas
f914327050
Restore the old default value of global work size
It used to be 64 (local size) * 4096 (global multiplier). Miners
reported a lot better results with those old defaults and as such we are
bringing them back.
10 years ago
Gav Wood
282ca9e637
Merge branch 'gav' of github.com:ethereum/cpp-ethereum into gav
Conflicts:
libdevcore/FixedHash.h
libdevcrypto/Common.cpp
libethereum/State.cpp
10 years ago
Gav Wood
464c60145e
Fix up the windows build.
10 years ago
Gav Wood
d7357c8059
pair up hash with Address for transaction submission API.
10 years ago
Gav Wood
f2fdd8fb32
Nicer import graph.
10 years ago
CJentzsch
1927b021ab
update canary address
10 years ago
Gav Wood
dbf49bbc49
Better visualisation of sync.
10 years ago
Gav Wood
3024040ee8
windows build fix.
10 years ago
Gav Wood
8d95fbe59c
Better casting.
10 years ago
Gav Wood
d7bd7594e5
Don't use PRNG for key generation!
10 years ago
Gav Wood
f35358caa0
Undo hard fork.
10 years ago
Gav Wood
54d2906a3b
Reorganise logs.
10 years ago
Gav Wood
9a01bb2b45
Enable the network in the case of explicitly disabled discovery.
10 years ago
Gav Wood
98ad4c2454
windows build fix.
10 years ago
Gav Wood
e9cff7f021
Better casting.
10 years ago
Gav Wood
f014438195
Don't use PRNG for key generation!
10 years ago
Gav Wood
136a077625
Undo hard fork.
10 years ago
Dimitry Khokhlov
b2640e151a
fuzz: undefined variable build fix
10 years ago
Gav Wood
091e5d13dd
Reorganise logs.
10 years ago
Gav Wood
2b0c9c8ce7
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
9ade9777a6
Olympic & Frontier specs
10 years ago
Gav Wood
e5cd66898c
Version bump.
10 years ago
Gav Wood
73eddae947
Merge pull request #2411 from LefterisJP/cl_disable_batch_adjust
Disable auto adjust of batch size by default
10 years ago
Gav Wood
d471951c86
Merge pull request #2410 from debris/rpc_txReceipt
new rpc method eth_getTransactionReceipt
10 years ago
Gav Wood
7fd049b0a8
Merge pull request #2404 from debris/rpc_txhash
rpc eth_sendTransaction returns always transaction hash
10 years ago
Gav Wood
af6c27ef8c
Merge pull request #2364 from winsvega/issues
Issues: BlockChain::rebuild + byteRef test
10 years ago
Gav Wood
31e8e869df
Merge pull request #2412 from chriseth/base64Style
Style.
10 years ago
Gav Wood
5a15acdc21
Merge pull request #2408 from arkpar/clang
Fixed clang warnings
10 years ago
Gav Wood
d3116f3257
Merge pull request #2406 from LefterisJP/fixed_hash_strctor_throw
Throw on FixedHash failure of String construction
10 years ago
Gav Wood
0791b3a996
Merge pull request #2405 from chriseth/useRLPList
Use rlpList to construct some RLPs.
10 years ago
Gav Wood
9c5ceab341
Merge pull request #2403 from chriseth/trieDB
Some cosmetic work on TrieDB.
10 years ago
Gav Wood
a66cc768d7
Merge pull request #2400 from gluk256/_fixedhashincr
FixedHash::operator++() introduced
10 years ago
Gav Wood
5124ff752b
Switch to YP compliant gas accounting at block 830k
10 years ago
Gav Wood
f29cb461c9
Tidy up gaurds. Shorted extraData to max size.
10 years ago
Vlad Gluhovsky
363dae6a64
levelDB for whisper
10 years ago
chriseth
6f2731d3f3
Style.
10 years ago
Lefteris Karapetsas
f8a4ca2a5c
Disable auto adjust of batch size by default
After reports from many miners the whole auto adjusting idea may or may not
work depending the user's hardware. A much safer default value is 0 (to
disable auto adjustment)
10 years ago