Marek Kotewicz
eca3a8df17
removed output messages in tests && spaces
10 years ago
Marek Kotewicz
d23068984e
fixed underscore
10 years ago
Marek Kotewicz
72465a81ae
fixed cmake rpath policy
10 years ago
Marek Kotewicz
85ca6f6bd4
Merge branch 'develop' into libnatspec
10 years ago
chriseth
732ca849d6
Merge pull request #963 from guanqun/disallow-void-var
Disallow implicit declaration of void type.
10 years ago
Marek Kotewicz
2b68e9fe31
Merge branch 'develop' into libnatspec
10 years ago
yann300
a46c45ed49
Merge remote-tracking branch 'up/develop' into ui_improvement
10 years ago
yann300
e9574e46de
Change the contract name (in left pane) when contract name changed in
editor.
10 years ago
yann300
1c8e3e750e
Use of reapeater for Section as well.
10 years ago
Lefteris Karapetsas
bbede4c31c
appendArgumentsCopyToMemory() has more complicated logic now
- Plus other fixes.
10 years ago
Lefteris Karapetsas
d3f9c89ee0
Fixes after rebase
10 years ago
Lefteris Karapetsas
5b1adccf6d
Renaming a function for clarity
10 years ago
Lefteris Karapetsas
04aa0cc9ba
Solidity SHA3 can now take multiple arguments
10 years ago
Vitalik Buterin
0b7178ff0a
Added python wrapper
10 years ago
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