Gav Wood
aca632c295
Merge pull request #2649 from CJentzsch/fixBuild
temp. remove bruncle test
10 years ago
Lefteris Karapetsas
b64bf6d616
Temporarily use llvm3.8-dev in Ubuntu
Ubuntu 14.04 replaced llvm3.7-dev with llvm3.8-dev in anticipation of llvm 3.7 release.
We are forced to use the 3.8-dev package until llvm 3.7 release.
10 years ago
CJentzsch
2ce4f37095
temp. remove bruncle test
10 years ago
Gav Wood
c466eb6b2c
Merge pull request #2647 from ethereum/fixwinlog
Synchronise windows logging in ethminer.
10 years ago
yann300
98788b69b6
small changes
10 years ago
Gav Wood
a80dadeda1
Synchronise windows logging in ethminer.
10 years ago
Gav Wood
8a3d6cf486
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
a0b7159ce6
Avoid boost dependency for libethash-cl.
10 years ago
yann300
b0865ea28f
ui bug fix
10 years ago
yann300
bcbec6e308
Merge remote-tracking branch 'up/develop' into deploydialog
10 years ago
yann300
5319baa978
changes on QBoolTypeView.qml QAddressView.qml
10 years ago
debris
4450d1a078
trigger the buildbot
10 years ago
Gav Wood
60ed67aa77
Version bump.
10 years ago
Gav Wood
e64a46c34a
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
9ca31a937e
Merge pull request #2594 from yann300/bugFix
Mix - bugFix
10 years ago
Gav Wood
d65e34c7e6
Merge pull request #2593 from gluk256/_test_refactoring
refactoring of topic test
10 years ago
Gav Wood
660bfc7536
Merge pull request #2635 from CJentzsch/timeStampTests
add timestamp tests
10 years ago
Gav Wood
f570974d17
Merge pull request #2638 from chriseth/sol_fixedFeeRegistrar
Tests for FixedFeeRegistrar.
10 years ago
Gav Wood
16dd9b2517
Merge pull request #2630 from ethereum/securenonce
Make Nonce use Secret rather than plain h256.
10 years ago
Gav Wood
34494725db
Merge pull request #2633 from chfast/evmjit_stacklimit_fix
Fix EVM JIT stack limit checking.
10 years ago
Gav Wood
01e476a62a
Merge pull request #2634 from chriseth/asyncJsConsole
Store the response as a string.
10 years ago
chriseth
d10338a99b
Tests for FixedFeeRegistrar.
10 years ago
CJentzsch
5bb90fb712
adjust blockGasLimit in order to get same result for gasPricer test in olympic/frontier moder
10 years ago
Gav Wood
49682205a1
Move invariant checks to tops of functions - it's RIAA, so will work on
entry and exit.
10 years ago
Gav Wood
eff508d260
Merge pull request #2636 from LefterisJP/js_nodeInfo
Add new js admin nodeInfo command
10 years ago
Lefteris Karapetsas
744e697cf5
Fix build due to unimplemented virtual functions
10 years ago
Lefteris Karapetsas
6033cebc59
Modify code to prepare for rebase
10 years ago
Lefteris Karapetsas
04d7e99bcd
Add new js admin nodeInfo command
Implementation to follow ...
10 years ago
Gav Wood
c3933466d7
implement admin_net_nodeInfo.
10 years ago
CJentzsch
17783e16c9
add timestamp tests
10 years ago
chriseth
0c8f4d4e11
Store the response as a string.
10 years ago
Gav Wood
7704698d29
Make Nonce use Secret.
10 years ago
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
Reimplement InsertPointGuard to avoid LLVM ABI incompatibility.
10 years ago
Paweł Bylica
2565fe1fa7
Fix EVM JIT stack limit checking.
Tests inlcuded.
10 years ago
Gav Wood
383c41e51a
Merge pull request #2632 from chriseth/asyncJsConsole
Use callback for asynchronous rpc in js console.
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.
In general, the NDEBUG flag should match cpp-ethereum and LLVM builds. But this is hard to satisfy as we usually have one system-wide build of LLVM and different builds of cpp-ethereum. This ABI incompatibility hit OSX only in release builds as LLVM is built by homebrew with assertions by default.
10 years ago
Gav Wood
4aa16489b6
Build fix for mac.
10 years ago
Gav Wood
1f8772bded
Merge pull request #2628 from ethereum/deja-nonce
Make Nonce generation securely random
10 years ago
Gav Wood
a7a09f4d41
Edit comments.
10 years ago
yann300
b6c02a1103
Merge remote-tracking branch 'up/develop' into deploydialog
10 years ago
Gav Wood
dd290d1178
Merge pull request #2627 from ethereum/bundledefault
One for caktux: Bundle now only sets default, other options can override.
10 years ago
Gav Wood
5f97cc7615
Merge pull request #2626 from CJentzsch/FrontierTests
check uncles (including difficulty and gasLimit)
10 years ago
yann300
bb5568aa27
ui changes on deploydialog
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
reliably interoperable.
10 years ago