Gav Wood
c48523bb86
Merge pull request #1860 from imapp-pl/feature/vm_gas_counter_refactor
Remove gas counter from VM interface
10 years ago
gluk256
ff1f386df8
Update TransientDirectory.cpp
switched to no-throw version of remove_all()
10 years ago
yann300
86447d4a40
bug fix : #2020
10 years ago
arkpar
d3b42295ee
comments for isSyncing
10 years ago
arkpar
7913ce356c
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into bc
10 years ago
arkpar
fdeadf9330
renamed isSyncingInternal
10 years ago
Gav Wood
2cd1b68333
Merge pull request #2065 from chfast/bigint_comparison_workaround
Boost mutiprecision number comparison bug workaround 2
10 years ago
Paweł Bylica
c95ddc044d
Style improvements
10 years ago
arkpar
49d753b302
fixed isSyncing usage
10 years ago
Paweł Bylica
2b38b213a5
Merge remote-tracking branch 'upstream/develop' into feature/vm_gas_counter_refactor
Conflicts:
libethereum/Executive.h
10 years ago
Paweł Bylica
9ad3cdfcb5
Boost mutiprecision number comparison bug workaround 2
I add fixed version of boost/multiprecision/detail/number_compare.hpp to sources. It is injected with #included if buggy version of boost detected.
10 years ago
Gav Wood
d8b7605c21
Merge pull request #2062 from CJentzsch/fixUncleIsBrother
forbid uncle to be your brother
10 years ago
CJentzsch
81a7f46385
forbid uncle to be your brother
10 years ago
Gav Wood
0a16af5b8f
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
a67d783379
Code cleanup.
10 years ago
CJentzsch
6f9e7ef3c8
style
10 years ago
CJentzsch
5674b45a7e
fix bruncle test
10 years ago
CJentzsch
fddc206d84
add EqualUncleInTwoDifferentBlocks test
Conflicts:
test/libethereum/blockchain.cpp
10 years ago
CJentzsch
30b531d0ad
fix block chain tests creation
10 years ago
CJentzsch
76868a89ed
add debug info for BlockQueueStatus
10 years ago
CJentzsch
06f5bfc2cf
add ambiguous push test
10 years ago
Gav Wood
a61550b139
Merge pull request #2003 from winsvega/fuzz
Random Code
10 years ago
Gav Wood
11fe81ffde
Merge pull request #2054 from LefterisJP/guard_mfulls_on_eval
Mutex guard m_fulls on eval()
10 years ago
Gav Wood
1c13824cb8
Merge pull request #2038 from yann300/bugFix2
Mix - Add validation for input parameters
10 years ago
Gav Wood
83391b9e6c
Merge pull request #2055 from winsvega/blockweight
BlockWeight: uncle POW issue
10 years ago
chriseth
f9f1f2bea4
Merge pull request #2057 from chriseth/sol_fix_accessorsDuplicateTags
Do not put duplicate labels for accessor functions.
10 years ago
chriseth
b81ae7d470
Do not put duplicate labels for accessor functions.
10 years ago
chriseth
6a4632f258
Merge pull request #1975 from LianaHus/sol_EVMExceptions
"error jump" instead of STOP instraction in case of exception
10 years ago
Dimitry
3bcee73c84
Random Code: build issues
10 years ago
Dimitry
b6d9041676
Random code: style
10 years ago
Dimitry
b1f4f68326
Random Code: cath fill exceptions
10 years ago
Dimitry
0021abf270
Random Code: smart opcode fuzz
10 years ago
Dimitry
50d6e8cb31
Random Code: exceptions when filling rnd StateTest
10 years ago
Dimitry
8ea48967f1
Random Code: fulloutput option + test
10 years ago
Dimitry
b429e1cfde
Random Code: Style
10 years ago
Dimitry
b43c4f1145
Random test code
10 years ago
winsvega
3c6f053a79
Random Codes With Probability
10 years ago
winsvega
7788d4f6d9
undo vmTest
10 years ago
winsvega
120611e9d4
Random Code
10 years ago
Liana Husikyan
214542eb5e
renamed the test framwork function.
10 years ago
Liana Husikyan
32458c0808
fixed CALL case. added exception
10 years ago
Dimitry
1f8bd0fe68
BlockWeight: uncle POW issue
10 years ago
Vlad Gluhovsky
f070e3b493
a minor update
10 years ago
Lefteris Karapetsas
b325a5c3b2
Mutex guard m_fulls on eval()
10 years ago
chriseth
481e1f20a3
Merge pull request #2027 from chriseth/sol_dupRemForLoops
Allow duplicate code removal for loops.
10 years ago
chriseth
a50d9bf01f
Merge pull request #2029 from chriseth/sol_strings
Re-introduce string type.
10 years ago
chriseth
2cf90b7582
Merge pull request #2051 from chriseth/sol_gasForJSON
Gas estimates for JSON compiler.
10 years ago
Lefteris Karapetsas
587209cf5d
GPU DAG Chunks is now dynamic argument
By providing the --use-chunks argument dagChunks is set to 4. Default is
1 big chunk. Future improvement could be to provide arbitrary number of chunks.
10 years ago
Gav Wood
b72c8a5315
Merge pull request #2046 from CJentzsch/uncleisbrother
My uncle is my brother
10 years ago
Gav Wood
63aadfc2fe
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago