Gav Wood
82297c6a02
Windows compile fix.
10 years ago
Gav Wood
f01106f607
Merge pull request #839 from debris/natspec
synchronous ethereum.js && natspec
10 years ago
Gav Wood
822a2dbff9
Merge pull request #855 from CJentzsch/gasPriceGasLimitOverflow
fix gasPrice*gasLimit + value overflow
10 years ago
Gav Wood
51546b104f
Merge pull request #845 from arkpar/mix_editor
mix: CodeMirror code editor #609
10 years ago
Gav Wood
cb8f3161e4
Merge pull request #840 from imapp-pl/pr/evmjit_bugfix
LLVM lshr bug workaround
10 years ago
CJentzsch
f3cc46e8b7
bigint cast of bigint not neccessary
10 years ago
CJentzsch
71427d6af7
correct test
10 years ago
CJentzsch
a75e051b7b
fix gasPrice*gasLimit + value overflow
10 years ago
arkpar
d9cd1d4325
minor fixes
10 years ago
arkpar
7730e7294e
style fixes
10 years ago
arkpar
d2b029b207
indent with tabs
10 years ago
arkpar
5f6f05042f
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into
mix_editor
Conflicts:
mix/qml/WebPreview.qml
10 years ago
Gav Wood
fc34e7182a
Merge pull request #843 from caktux/develop
build status table by OS and branch
10 years ago
caktux
e6dbaaa857
build status table by OS and branch
10 years ago
Paweł Bylica
8e502907ec
LLVM lshr bug workaround
10 years ago
Gav Wood
c89d828308
Merge pull request #834 from arkpar/mix_web
mix: Web preview and ethereum.js integration
10 years ago
arkpar
40ea10b41d
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into
mix_web
Conflicts:
mix/main.cpp
mix/qml/MainContent.qml
10 years ago
Gav Wood
ac916f6440
Merge pull request #838 from CJentzsch/RLPtoBigForTransaction
a transaction RLP with more fields than 9 is invalid according to yellow ...
10 years ago
Gav Wood
6ec371cfac
Merge pull request #833 from yann300/debug_design
design changes on debugging feature.
10 years ago
Gav Wood
776f71bfab
Merge pull request #831 from arkpar/mix_project_tree
mix: Workaround for missing menu on Ubuntu 14.10
10 years ago
CJentzsch
f136ad6a8e
a transaction RLP with more fiels than 9 is invalid according to yellow paper
10 years ago
Marek Kotewicz
ef00bc98d3
Merge branch 'develop' into natspec
10 years ago
Marek Kotewicz
df1f8514ef
removed unused includes
10 years ago
Marek Kotewicz
949f9df012
evaluate natspec expressions
10 years ago
Marek Kotewicz
b3eec4bac3
removed unused code
10 years ago
Marek Kotewicz
74a191031b
removed qwebthree inner polling, polling is now frontend only, fixed #780
10 years ago
Gav Wood
668e5cc852
Make sure Transaction constructor checks sender whereever it makes sense
(which is pretty much everywhere).
10 years ago
Marek Kotewicz
6782524b09
Merge commit 'b1971f46cce7d21be5f6277c9f8c406a0d195f78' into natspec
10 years ago
Marek Kotewicz
b1971f46cc
Squashed 'libjsqrc/ethereumjs/' changes from 3073511..81bbe8c
81bbe8c simplified synchronous polling
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 81bbe8c93b22007c62949ab5f141aec255134385
10 years ago
arkpar
dcee53f12f
web based code editor with syntax highlighting
10 years ago
Marek Kotewicz
23f83e42dd
natspec.js updated to use sync api
10 years ago
Marek Kotewicz
93fa6855af
Squashed 'libjsqrc/ethereumjs/' changes from e45db42..3073511
3073511 not parsing transaction output
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 3073511e30e4df18c3ea5b7f71a4ee9c9175b02b
10 years ago
Marek Kotewicz
1fa96aa683
Merge commit '93fa6855afad7a7eb86e49efe384372a6060da35' into natspec
10 years ago
Marek Kotewicz
b32dedc5b5
Squashed 'libjsqrc/ethereumjs/' changes from 0202b05..e45db42
e45db42 fixed contract.js
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: e45db42e943103c8c77d94cad652b6aebd0ac104
10 years ago
Marek Kotewicz
7a1fe89f89
Merge commit 'b32dedc5b54f853cf63bb2663c8bca6aa4272b0b' into natspec
10 years ago
Marek Kotewicz
8e3ba3a428
Squashed 'libjsqrc/ethereumjs/' changes from 22c77c6..0202b05
0202b05 implicit solidity method call
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 0202b05a5dc328522697085f493ef06572997993
10 years ago
Marek Kotewicz
cb70c9c807
Merge commit '8e3ba3a4285cc7e902a018196b3849df56944dd0' into natspec
10 years ago
Marek Kotewicz
111826937c
fixed natspec example
10 years ago
Marek Kotewicz
93a104d029
qt sync api working
10 years ago
Marek Kotewicz
cdd7af2a6e
Squashed 'libjsqrc/ethereumjs/' changes from edfb874..22c77c6
22c77c6 qt sync provider
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 22c77c607ee1ef181bca56123a95f99b96753895
10 years ago
Marek Kotewicz
dd100c65ed
Merge commit 'cdd7af2a6e87363d0ff7d2528f9d9b521bf2ef20' into natspec
10 years ago
Marek Kotewicz
8c2c08e869
qwebthree sync
10 years ago
arkpar
2183878e6e
renamed contractDefinition to contractInterface
10 years ago
arkpar
7a979a1e67
menu command
10 years ago
arkpar
96acd37c16
Merge branch 'mix_web' of https://github.com/arkpar/cpp-ethereum into
mix_editor
Conflicts:
mix/CMakeLists.txt
mix/CodeEditorExtensionManager.cpp
mix/MixApplication.cpp
mix/qml.qrc
mix/qml/CodeEditor.qml
mix/qml/MainContent.qml
mix/qml/StateDialog.qml
10 years ago
Marek Kotewicz
eb4984c0d0
Squashed 'libjsqrc/ethereumjs/' changes from e1fcffc..edfb874
edfb874 changes in filter.js (not yet working)
c2d9c1a toDecimal/fromDecimal is using bignumber.js now
81a5813 removed unused pieces of code
08e2696 removed send queues from providermanager
c9693b4 contract.html example is working with sync api
ceb4357 sync api tests running, removed unused pieces of code
fc986a3 removed unused providers
0d2cccc http sync api
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: edfb874527160cee14cca931377e55187b874cbe
10 years ago
Marek Kotewicz
b328eeed09
Merge commit 'eb4984c0d036c1420e782ca136810e851e33fb37' into natspec
10 years ago
Gav Wood
d5ce725096
Claim ether makes wallet & trasfers.
"#require" in solidity.
10 years ago
Marek Kotewicz
c4638ba3ed
Squashed 'libjsqrc/ethereumjs/' changes from 848c54d..e1fcffc
e1fcffc gulp
f3e78e5 changes to for natspec
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: e1fcffcc810bdf6a116cc12e21c5a8750cb86d23
10 years ago
Marek Kotewicz
94e1a49fe8
Merge commit 'c4638ba3edbd14677da5441d61f7845668df2b22' into natspec
10 years ago