arkpar
|
5ea84f247e
|
breakpoints
|
10 years ago |
sveneh
|
abcb3ee832
|
updated to the latest develop build with jit support
|
10 years ago |
yann300
|
1539260583
|
Merge remote-tracking branch 'up/develop' into accountManagement
|
10 years ago |
yann300
|
8828c64c21
|
- Accounts Managements
|
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 |
Arkadiy Paronyan
|
728cf01435
|
Merge pull request #1177 from yann300/ui_improvement2
small UI change
|
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 |
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 |
Arkadiy Paronyan
|
278e327133
|
Merge pull request #1161 from yann300/registrar
mix - Add validation for deployment values
|
10 years ago |
Lu Guanqun
|
6045f1d23a
|
let the error output take tab into consideration
|
10 years ago |
arkpar
|
f88bedc20c
|
basic source level debugging
|
10 years ago |
Marek Kotewicz
|
97fc7305dc
|
transaction hash in event logs, second approach
|
10 years ago |
Gav Wood
|
a605458102
|
Merge pull request #1164 from caktux/develop
conditional cdebug
|
10 years ago |
Gav Wood
|
e62f8e5060
|
Merge pull request #1160 from CJentzsch/addTests
Add tests
|
10 years ago |
Gav Wood
|
57352a48aa
|
Merge pull request #1170 from guanqun/add-var-test-cases
add several var related test cases
|
10 years ago |
Lu Guanqun
|
c99f8fa4ea
|
add several var related test cases
|
10 years ago |
CJentzsch
|
b32f99b96e
|
move extrem memory test to stMemoryStressTest.json
|
10 years ago |
CJentzsch
|
45fa322c8e
|
more memmory hard quadratic complexity tests
|
10 years ago |
CJentzsch
|
23c2b26968
|
Merge remote-tracking branch 'upstream/develop' into addTests
|
10 years ago |
yann300
|
ad5f7468f3
|
Merge remote-tracking branch 'up/develop' into registrar
|
10 years ago |
caktux
|
f06a254019
|
conditional cdebug
|
10 years ago |
Gav Wood
|
7e29a2c45b
|
Merge branch 'master' into develop
|
10 years ago |
Gav Wood
|
fef4ed9f15
|
Warnings fixes.
|
10 years ago |
Gav Wood
|
e1078886a0
|
Merge pull request #1158 from chriseth/warningsAsErrors
Activate "warnings treated as errors" for gcc.
|
10 years ago |
Gav Wood
|
6b3f8b55b8
|
Merge pull request #1155 from CJentzsch/vmtraceMemTestsFix
don't write memory to vm trace if greater than 1000 bytes
|
10 years ago |
Christian
|
96a50b3a23
|
Array copy storage to storage.
|
10 years ago |
Christian
|
9252c02a63
|
Type checks for array assignment.
|
10 years ago |
Christian
|
43892601e3
|
Shortening of dynamic arrays.
|
10 years ago |
yann300
|
4a1b58114c
|
- Add validation for deployment values.
|
10 years ago |
Arkadiy Paronyan
|
03478e943d
|
Merge pull request #1156 from yann300/ui_improvement2
mix - UI improvement
|
10 years ago |
Arkadiy Paronyan
|
024e9e59b3
|
Merge pull request #1144 from yann300/registrar
mix - OwnedRegistrar + other changes
|
10 years ago |
yann300
|
7a2adcbffb
|
Merge remote-tracking branch 'up/develop' into ui_improvement2
Conflicts:
mix/qml/js/ProjectModel.js
|
10 years ago |
yann300
|
92762f9d0d
|
- Clear debugger view if empty record.
|
10 years ago |
CJentzsch
|
916311f650
|
more jump tests
|
10 years ago |
CJentzsch
|
4c07160054
|
add more addmod mulmod overflow tests
|
10 years ago |
yann300
|
8f95591290
|
- Do not create a registrar for the dapp itself
- eth:// scheme
- Handle empty path
- Don't wait for transactions to be mined, setDefault to zero
|
10 years ago |
CJentzsch
|
eae7e770ab
|
A calls B to refund
|
10 years ago |