Paweł Bylica
|
06965dec1f
|
Merge remote-tracking branch 'upstream/develop' into evmjit
|
10 years ago |
Gav Wood
|
f64e013bfa
|
Merge pull request #1193 from chriseth/sol_fixABIArrays
Fixed arrays in ABI.
|
10 years ago |
Gav Wood
|
e910720e69
|
Merge pull request #1175 from debris/event_sha3
transaction hash in event logs, second approach
|
10 years ago |
Marek Kotewicz
|
148e2d8d14
|
fixing pr issues
|
10 years ago |
Marek Kotewicz
|
3b99b7c4d9
|
Merge branch 'develop' into event_sha3
|
10 years ago |
Paweł Bylica
|
5e3cf7f297
|
Ad-hoc constant fold arithmetic instructions
|
10 years ago |
Christian
|
6d4b77249e
|
Fixed arrays in ABI.
|
10 years ago |
Gav Wood
|
6f1e7cbea2
|
Merge pull request #1192 from chriseth/stopinvalidcall
STOP for invalid call.
|
10 years ago |
Christian
|
b883eea327
|
Fix test after change in call failure semantics.
|
10 years ago |
Gav Wood
|
2e005d1796
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
e96942c3c7
|
Solidity STOPs in case of failed call.
|
10 years ago |
Gav Wood
|
056868aaa4
|
Merge pull request #1182 from sveneh/develop
Dockerfile updated to the latest develop build with jit support
|
10 years ago |
Gav Wood
|
e3b29a53cd
|
Merge pull request #1184 from arkpar/mix_srcdbg
Mix: solidity source debugging
|
10 years ago |
Marek Kotewicz
|
7ce003b2d4
|
Merge branch 'develop' into event_sha3
|
10 years ago |
arkpar
|
3b58f62852
|
more style fixes
|
10 years ago |
arkpar
|
9c3fded391
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_srcdbg
|
10 years ago |
arkpar
|
0698567085
|
style
|
10 years ago |
arkpar
|
86dad575e7
|
reverted codemirror.js
|
10 years ago |
arkpar
|
84fb7de603
|
more accurate location navigation
|
10 years ago |
arkpar
|
63065bde05
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into
mix_srcdbg
Conflicts:
mix/ClientModel.cpp
mix/qml/Debugger.qml
mix/qml/MainContent.qml
|
10 years ago |
chriseth
|
64b56ff021
|
Merge pull request #1180 from chriseth/fix_unusedVariables
Removed unused variables.
|
10 years ago |
Paweł Bylica
|
cf236b6f9c
|
Mark arithmetic functions with nounwind and readnone attributes
|
10 years ago |
arkpar
|
5ea84f247e
|
breakpoints
|
10 years ago |
Paweł Bylica
|
aeb0d2999e
|
Merge remote-tracking branch 'origin/pr/evmjit-v0.2' into pr/evmjit-v0.3
|
10 years ago |
sveneh
|
abcb3ee832
|
updated to the latest develop build with jit support
|
10 years ago |
Paweł Bylica
|
6d6256f83b
|
Allow mixing debug version of evmjit with release version of LLVM library
|
10 years ago |
Christian
|
211c37acb8
|
Removed unused variables.
|
10 years ago |
chriseth
|
05a0ab4887
|
Merge pull request #1163 from LianaHus/sol_AccessToBaseArgs
Solidity: Passing arguments to base constructors in derived constructor.
|
10 years ago |
Liana Husikyan
|
a545b8a7a4
|
removed unused member
added some comments for ModifierInvocation::checkTypeRequirements
cleanup
|
10 years ago |
Liana Husikyan
|
df4746d5e7
|
Implemented passing arguments to the base constructor.
|
10 years ago |
Paweł Bylica
|
542884c7a9
|
EVM JIT 0.2: merge subtree branch evmjit/release/0.2 into pr/evmjit-v0.2
|
10 years ago |
Arkadiy Paronyan
|
728cf01435
|
Merge pull request #1177 from yann300/ui_improvement2
small UI change
|
10 years ago |
Paweł Bylica
|
e19665d648
|
Merge commit 'c39c1ab093e0cb3e3c8e9259ad5ee70af43d2eac' into evmjit
|
10 years ago |
Paweł Bylica
|
c39c1ab093
|
Merge branch 'release/0.2' into develop
|
10 years ago |
Paweł Bylica
|
5ed93694ed
|
Release 0.2: merge remote-tracking branch 'origin/release/0.2'
|
10 years ago |
chriseth
|
e5a1417ca8
|
Merge pull request #1146 from LefterisJP/sol_fixBaseClassAccessors
Sol fix accessing public variable of base class
|
10 years ago |
chriseth
|
8eaeb249b5
|
Merge pull request #1174 from guanqun/add-tab-to-solc-output
let the error output take tab into consideration
|
10 years ago |
chriseth
|
46dd6b7772
|
Merge pull request #1157 from chriseth/sol_arrayShortening
Copying arrays and shortening of dynamic arrays.
|
10 years ago |
Lefteris Karapetsas
|
de6e9f4f54
|
Using normal pointer in getInheritableMembers()
|
10 years ago |
Paweł Bylica
|
d2deff5f20
|
Increase memory limit to 2^33 (8GB)
|
10 years ago |
Paweł Bylica
|
96e0e52e43
|
Increase memory limit to 2^33 (8GB)
|
10 years ago |
Lefteris Karapetsas
|
1681fbd885
|
getInheritableMembers() does not look at BaseContracts
- Also adding tests for improper accessing members of other contracts.
|
10 years ago |
Lefteris Karapetsas
|
58005fd203
|
Use lambda to avoid code duplication in inheritableMembers
|
10 years ago |
Lefteris Karapetsas
|
b1dcc2a77f
|
VisibleInDerivedContracts() is now virtual()
- Plus an extra test for internal visibility in a base class variable
|
10 years ago |
Lefteris Karapetsas
|
f2fdeb3599
|
Add structs to inheritable members
|
10 years ago |
Lefteris Karapetsas
|
345e84baea
|
Adding inheritable members to a contract
|
10 years ago |
Lefteris Karapetsas
|
6d48abddd3
|
Adding test for base class statevar accessors
|
10 years ago |
yann300
|
fb9154ec8b
|
Merge remote-tracking branch 'up/develop' into ui_improvement2
|
10 years ago |
yann300
|
d7b4d98678
|
- Replace "Display Log" by an icon.
|
10 years ago |
Paweł Bylica
|
a899ecd4ea
|
Merge remote-tracking branch 'upstream/develop' into evmjit
|
10 years ago |