11208 Commits (b14aaeabe36483655fa121ce04907128518b0326)
 

Author SHA1 Message Date
Gav Wood b14aaeabe3 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Gav Wood b5d44ee1b3 reorder libs to reflect dependency path. 10 years ago
Gav Wood 53b21fd3a8 Merge pull request #2631 from chfast/llvm-abi 10 years ago
Gav Wood 383c41e51a Merge pull request #2632 from chriseth/asyncJsConsole 10 years ago
chriseth 32fdf475fd Use callback for asynchronous rpc in js console. 10 years ago
Gav Wood d14e4f60fd Attempt at mac fix. 10 years ago
Paweł Bylica 6e75177190 Fix MSVC problems with decltype() 10 years ago
Paweł Bylica b8e969093e Reimplement InsertPointGuard to avoid LLVM ABI incompatibility. 10 years ago
Gav Wood 4aa16489b6 Build fix for mac. 10 years ago
Gav Wood 1f8772bded Merge pull request #2628 from ethereum/deja-nonce 10 years ago
Gav Wood a7a09f4d41 Edit comments. 10 years ago
Gav Wood dd290d1178 Merge pull request #2627 from ethereum/bundledefault 10 years ago
Gav Wood 5f97cc7615 Merge pull request #2626 from CJentzsch/FrontierTests 10 years ago
Gav Wood abaf9e9b0f Merge branch 'rngfix' into develop 10 years ago
Gav Wood 5904badec7 Use boost counterparts. Apparently std::random and boost::random are not 10 years ago
Gav Wood 7a887fb0d5 Make Nonce generation securely random 10 years ago
Gav Wood 239b2a5580 Bundle now only sets default, other options can override. 10 years ago
CJentzsch 6e90aa80eb check uncles (including difficulty and gasLimit) 10 years ago
Gav Wood 21d7d8e15b style fix. 10 years ago
Gav Wood 7e6365016f Merge pull request #2624 from CJentzsch/FrontierTests 10 years ago
Gav Wood 4e8eb210f1 Merge pull request #2623 from arkpar/tq-fix 10 years ago
Gav Wood 7e2d65c239 Merge pull request #2622 from chriseth/spaceInJsConsole 10 years ago
Gav Wood 09e5dbfa06 Use boost's guaranteed non-deterministic random number generator. If it 10 years ago
Gav Wood 91050f2b4a Fix mining. 10 years ago
CJentzsch 1c5e06d5f4 disable bcBruncleTests for Frontier (will be readded later) 10 years ago
CJentzsch 730f8d83fc check nothing when creating raw blocks in blockchaintests 10 years ago
Gav Wood 2513561a33 Avoid mining invalid blocks. Actually allow external mining. 10 years ago
arkpar 33ec1628a9 fixed deadlock on overbid transaction coming from network 10 years ago
Gav Wood 23983aaf97 Fix for gas floor calc. 10 years ago
chriseth 842446f336 Fixed extra space character and extended bracket detection. 10 years ago
Gav Wood 756ca99f6d Minor updates to gas limit floor machanism. 10 years ago
Gav Wood 11abba272b Target 5000 gas floor for frontier. 10 years ago
Gav Wood 028f914f17 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Gav Wood f93a8b70b4 Merge pull request #2575 from LefterisJP/chunks_on_enqueue_fail 10 years ago
Gav Wood c983a46f72 Merge pull request #2618 from arkpar/tq-fix 10 years ago
Gav Wood a286c5f95a Version bump. 10 years ago
arkpar 8c6b653790 clear state on dropping transactions from queue 10 years ago
Gav Wood fdf7635167 Merge pull request #2617 from chriseth/typo 10 years ago
Gav Wood 48178696b3 Merge pull request #2616 from arkpar/smartvm-fix 10 years ago
Gav Wood abe38d4efc Merge pull request #2619 from chfast/fix_evmjit_exports 10 years ago
Paweł Bylica 1d4eeb3a66 Fix evmjit Windows exports. 10 years ago
Gav Wood 82e950f171 Merge pull request #2614 from chfast/fix_vmtrace 10 years ago
Gav Wood 74eeabff31 Merge pull request #2613 from gluk256/_fix_div_by_0 10 years ago
Gav Wood 35b84ae7e7 Use atomic for g_silence. 10 years ago
chriseth 8f1d5b4330 Fixed typo. 10 years ago
Paweł Bylica c30ae3216d Force Interpreter VM when VM tracing requested (moved from State to Executive). 10 years ago
arkpar 78fd8548ed fixed JitWorker initialization 10 years ago
Gav Wood 673680ef39 Merge pull request #2615 from chriseth/fixAdminSessionBuiltin 10 years ago
chriseth ef98742820 Internal jsonrpc uses its own session. 10 years ago
Paweł Bylica a51037e645 Fix incorrect std::move. 10 years ago