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
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
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
Dimitry Khokhlov
5a84977bf4
fix: style
10 years ago
Dimitry Khokhlov
ce93507040
Issues: BlockChain::rebuild + byteRef test
10 years ago
Marek Kotewicz
9d0ef73c8e
eth_getTransactionReceipt
10 years ago
arkpar
cea26e8dab
Fixed clang warnings
10 years ago
Lefteris Karapetsas
560b09777e
Throw on FixedHash failure of String construction
I have had this bite me a few times when testing FixedHash with the
string constructor. A capital "X" in the 0x prefix, wrong number of hex
characters compared to the number of bytes the FixedHash has e.t.c. and there
was no warning. The hash had a 0 value while I was assuming it worked
fine.
Having it throw in case of error will guarantee that this won't happen again.
10 years ago
Vlad Gluhovsky
d2a20ef120
test updated
10 years ago
chriseth
ef3ccfcdaa
Use rlpList to construct some RLPs.
10 years ago
Marek Kotewicz
c89f56309d
updated Interface and ClientBase method "sendTransaction" description
10 years ago
Marek Kotewicz
455a1aed74
rpc eth_sendTransaction returns always transaction hash
10 years ago
Gav Wood
43cc42ef40
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
e1edbcf581
Avoid spurious error messages.
10 years ago
Gav Wood
9be175ddd7
Cleaned up interface to send/submit Transaction.
We take notice of manually-set nonce.
10 years ago
Vlad Gluhovsky
694ab29b8d
style update
10 years ago
Gav Wood
1dfd69d4d7
Merge pull request #2398 from chriseth/updateWalletTests
Updated wallet code.
10 years ago
Gav Wood
2eab0eee4c
More cleanups to cmake.
10 years ago
Gav Wood
cc06339f0e
Minor cmake cleanpus.
10 years ago
Gav Wood
134b67f008
Cleanup cmake.
10 years ago
Gav Wood
48f609a26f
Merge branch 'whizz' into develop
10 years ago
Gav Wood
6690cc489c
BUNDLE=cli
10 years ago
Vlad Gluhovsky
9fe95754fe
FixedHash::operator++() introduced
10 years ago
Gav Wood
e83201f563
Crash fix.
10 years ago
Gav Wood
4cabfde25d
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
0ec0e5c4ea
Fix ready for gas used/refunded.
10 years ago
Gav Wood
80249970c5
Merge pull request #2298 from LefterisJP/cl_batch_size_adjust
Adjust CL miner work batch size properly
10 years ago
Lefteris Karapetsas
09d091b8d0
Default values of args are now class constants
Default values of some mining related arguments are no longer C constant
macros but are instead C++ Ethash class constants
10 years ago
Gav Wood
b27ccdd300
Merge pull request #2397 from winsvega/issues2
stPreCompiledContracts remove
10 years ago
Gav Wood
f2d497565b
Merge pull request #2392 from chriseth/trieCommon
Some comments for TrieCommon.h
10 years ago
Gav Wood
0e92c81aaf
Merge pull request #2394 from arkpar/az-fix
AZ: refresh blockchain only if visible
10 years ago
Gav Wood
357f651af8
Merge pull request #2387 from chfast/fixes
Fix up rvalue references
10 years ago