Gav Wood
a24b10a1e0
Minor correction to CS.
10 years ago
Gav Wood
cd9ac5fc22
Merge branch 'develop' of github.com:/ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
7b573c499b
Move to PV53 along with timestamp being strictly > last time.
10 years ago
Gav Wood
fe3bd818f3
Merge pull request #953 from LefterisJP/sol_ethSubDenominations
Solidity ether subdenominations
10 years ago
Gav Wood
dd5af7614e
Merge pull request #958 from guanqun/fix-evmjit-mac
fix Mac build error for evmjit
10 years ago
Gav Wood
19b9a411d3
Merge pull request #959 from arkpar/mix_ux
mix: UI tweaks and bugfixes
10 years ago
Lu Guanqun
07ecb2c1f2
disallow declaration of void type
https://www.pivotaltracker.com/n/projects/1189488/stories/86318578
10 years ago
arkpar
3f4370162f
ui improvements, bugfixes
10 years ago
arkpar
1bf479aa67
ui tweaks
10 years ago
arkpar
23fabcd8a6
got rid of flickable in debugger pane
10 years ago
Lu Guanqun
c0358e1f5f
fix Mac build error for evmjit
We need to include <iostream>, otherwise it complains:
cpp-ethereum/evmjit/libevmjit/ExecutionEngine.cpp:147:2:
error: implicit instantiation of undefined template
'std::__1::basic_ostream<char, std::__1::char_traits<char> >'
clog(JIT) << " + " << std::chrono::duration_cast<std::chrono::milliseconds>(executionEndTime - executionStartTime).cou...
^
cpp-ethereum/evmjit/libevmjit/Utils.h:15:23: note:
expanded from macro 'clog' #define clog(CHANNEL) std::ostream(nullptr)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iosfwd:111:33: note:
template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_ostream;
^
10 years ago
Lefteris Karapetsas
e296d86cc6
More style changes in enums
10 years ago
CJentzsch
76eca99df6
Merge branch 'RefundOverflow' into addTests
10 years ago
CJentzsch
27d3b980de
Merge remote-tracking branch 'upstream/develop' into RefundOverflow
10 years ago
CJentzsch
36f83d45e6
test block gas limit
10 years ago
CJentzsch
196651ae93
Merge remote-tracking branch 'upstream/develop' into addTests
10 years ago
Lefteris Karapetsas
c0151476ad
Minor Style fixes
10 years ago
Gav Wood
33e9ec32bc
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
4904896bf0
git push origin developMerge branch 'debris-nobatch' into develop
10 years ago
Gav Wood
0b7f591cd0
Garbage collection fixes.
10 years ago
Gav Wood
f594c0fd64
Merge branch 'nobatch' of https://github.com/debris/cpp-ethereum into debris-nobatch
Conflicts:
libjsqrc/ethereumjs/dist/ethereum.js
libjsqrc/ethereumjs/dist/ethereum.js.map
libjsqrc/ethereumjs/dist/ethereum.min.js
libjsqrc/ethereumjs/lib/providermanager.js
10 years ago
Gav Wood
0927a7a3a8
Merge pull request #952 from arkpar/mix_blockchain
mix: Custom genesis state
10 years ago
Gav Wood
92f2b093e0
Disable Serpent for windows build.
10 years ago
yann300
cc3601c6ae
- Project Tree redesign first shot.
https://www.pivotaltracker.com/story/show/87372988
10 years ago
Gav Wood
2b5beb01e8
Reduce verbosity.
10 years ago
Gav Wood
abc28d51ef
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
7fc1660bfb
Garbage collection on watches.
10 years ago
Gav Wood
271c66d7f6
Merge pull request #954 from debris/macfix
macfix
10 years ago
Marek Kotewicz
3fd2bf6b96
fixed natspec evaluator result on error
10 years ago
Marek Kotewicz
a47fbe126b
Merge commit 'bba41eaeb50265df9d0ebd619303c8a106a36d93' into nobatch
10 years ago
Marek Kotewicz
bba41eaeb5
Squashed 'libjsqrc/ethereumjs/' changes from f3e1797..82cc5f6
82cc5f6 bring back jsonrpc single method calls in polling
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 82cc5f63aef10c2eb7896e2ecf9dbd0af3739785
10 years ago
Marek Kotewicz
6ab44208a0
macfix
10 years ago
Marek Kotewicz
2c93677d81
removed QNatspec...
10 years ago
Marek Kotewicz
a4a959b1b1
separated libnatspec
10 years ago
Lefteris Karapetsas
c11c26c094
Tests and fixes for ether subdenominations
10 years ago
arkpar
1ef8ea06b3
mix: custom genesis state
10 years ago
Gav Wood
1b0ced4f6d
Merge pull request #950 from arkpar/mix_osx
Fixing clipboard shortcusts on Mac
10 years ago
Gav Wood
936e0d82d4
Merge pull request #891 from imapp-pl/pr/evmjit-v0.1
EVM JIT 0.1
10 years ago
Gav Wood
cfea250787
Avoid pulling in unnecessary stuff.
Avoid over-warning.
10 years ago
Gav Wood
cf6c9b65c6
Potential Windows fix.
10 years ago
Lefteris Karapetsas
13d9cbf5ab
Tests for ether subdenominations. Work in progress
10 years ago
Gav Wood
cba12caf3e
Version bump.
10 years ago
Gav Wood
5bd705b9f9
Wait until network is fully initialised before connecting.
10 years ago
Gav Wood
91165617b5
Serpent update.
10 years ago
Gav Wood
325ec15389
Move CommonJS to libethcore. Split it up ready for refactoring into
libdevcore/libdevcrypto.
10 years ago
Gav Wood
56683398bf
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
mix/MixClient.cpp
10 years ago
arkpar
73bc5158f1
fixing shortcusts on Mac
10 years ago
Gav Wood
c38ecd95d9
Split canon blockchain and basic blockchain.
10 years ago
Gav Wood
166ddfeb33
Merge pull request #941 from arkpar/mix_blockchain
mix: Mining and transactions on a real blockchain
10 years ago
Gav Wood
a27e7ff0e6
Merge pull request #949 from guanqun/add-some-tests-for-named-args
fix bug of duplicate name args due to refactoring of m_names
10 years ago