Gav Wood
|
d8ddf59497
|
Solidity STOPs in case of failed call.
|
2015-03-02 18:10:32 +01:00 |
|
arkpar
|
5efd2fbab7
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_srcdbg
|
2015-03-02 17:34:53 +01:00 |
|
arkpar
|
c3def50c93
|
style
|
2015-03-02 17:34:43 +01:00 |
|
arkpar
|
da0df69dc3
|
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
|
2015-03-02 17:07:04 +01:00 |
|
Christian
|
7f37659a28
|
Removed unused variables.
|
2015-03-02 15:12:54 +01:00 |
|
Liana Husikyan
|
9b6b2759b4
|
removed unused member
added some comments for ModifierInvocation::checkTypeRequirements
cleanup
|
2015-03-02 14:28:13 +01:00 |
|
Liana Husikyan
|
88ecc27c2b
|
Implemented passing arguments to the base constructor.
|
2015-03-02 14:28:08 +01:00 |
|
Liana Husikyan
|
e9238e15b4
|
Implemented passing arguments to the base constructor.
|
2015-03-02 14:28:08 +01:00 |
|
chriseth
|
d0e535d014
|
Merge pull request #1146 from LefterisJP/sol_fixBaseClassAccessors
Sol fix accessing public variable of base class
|
2015-03-02 12:59:12 +01:00 |
|
chriseth
|
32e210ecca
|
Merge pull request #1146 from LefterisJP/sol_fixBaseClassAccessors
Sol fix accessing public variable of base class
|
2015-03-02 12:59:12 +01:00 |
|
chriseth
|
346d87cc63
|
Merge pull request #1174 from guanqun/add-tab-to-solc-output
let the error output take tab into consideration
|
2015-03-02 12:55:44 +01:00 |
|
chriseth
|
1ec4deff01
|
Merge pull request #1157 from chriseth/sol_arrayShortening
Copying arrays and shortening of dynamic arrays.
|
2015-03-02 12:51:58 +01:00 |
|
Lefteris Karapetsas
|
4f13859f8c
|
Using normal pointer in getInheritableMembers()
|
2015-03-02 12:08:32 +01:00 |
|
Lefteris Karapetsas
|
447320a91d
|
getInheritableMembers() does not look at BaseContracts
- Also adding tests for improper accessing members of other contracts.
|
2015-03-02 11:51:13 +01:00 |
|
Lefteris Karapetsas
|
bbaa9fef6c
|
getInheritableMembers() does not look at BaseContracts
- Also adding tests for improper accessing members of other contracts.
|
2015-03-02 11:51:13 +01:00 |
|
Lefteris Karapetsas
|
03bc87031e
|
VisibleInDerivedContracts() is now virtual()
- Plus an extra test for internal visibility in a base class variable
|
2015-03-02 11:51:13 +01:00 |
|
Lefteris Karapetsas
|
efe8f9f8a0
|
Use lambda to avoid code duplication in inheritableMembers
|
2015-03-02 11:51:13 +01:00 |
|
Lefteris Karapetsas
|
285a376248
|
Add structs to inheritable members
|
2015-03-02 11:51:13 +01:00 |
|
Lefteris Karapetsas
|
7db2b6fbdb
|
VisibleInDerivedContracts() is now virtual()
- Plus an extra test for internal visibility in a base class variable
|
2015-03-02 11:51:13 +01:00 |
|
Lefteris Karapetsas
|
41f9399a32
|
Adding test for base class statevar accessors
|
2015-03-02 11:51:13 +01:00 |
|
Lefteris Karapetsas
|
47177542f5
|
Add structs to inheritable members
|
2015-03-02 11:51:13 +01:00 |
|
Lefteris Karapetsas
|
5e4665b84d
|
Adding inheritable members to a contract
|
2015-03-02 11:51:13 +01:00 |
|
Paweł Bylica
|
54dab24253
|
Merge remote-tracking branch 'upstream/develop' into evmjit
|
2015-03-02 11:21:43 +01:00 |
|
Lu Guanqun
|
3da8b04037
|
let the error output take tab into consideration
|
2015-03-01 22:35:54 -06:00 |
|
arkpar
|
8d11b6e74a
|
basic source level debugging
|
2015-03-02 01:13:10 +01:00 |
|
Gav Wood
|
134ba7f880
|
State integration test.
Fixes to the FatTrie.
|
2015-03-01 22:54:05 +01:00 |
|
subtly
|
b78116ae44
|
start of ecies interop with go
|
2015-03-01 22:17:17 +01:00 |
|
Gav Wood
|
aa33958d88
|
Fat Trie and tests for it.
|
2015-03-01 17:47:27 +01:00 |
|
Gav Wood
|
54c8e8be9c
|
Merge pull request #1160 from CJentzsch/addTests
Add tests
|
2015-03-01 12:37:09 +01:00 |
|
Lu Guanqun
|
d00bad94d7
|
add several var related test cases
|
2015-03-01 11:43:42 +08:00 |
|
CJentzsch
|
bb88fdbd7b
|
move extrem memory test to stMemoryStressTest.json
|
2015-02-28 22:04:43 +01:00 |
|
CJentzsch
|
bf9564bf85
|
more memmory hard quadratic complexity tests
|
2015-02-28 20:49:09 +01:00 |
|
Christian
|
3074d08b44
|
Array copy storage to storage.
|
2015-02-27 22:52:19 +01:00 |
|
Christian
|
e7c4d73cc6
|
Array copy storage to storage.
|
2015-02-27 22:52:19 +01:00 |
|
Christian
|
2ea8f3a75a
|
Type checks for array assignment.
|
2015-02-27 22:52:19 +01:00 |
|
Christian
|
e42183f2ff
|
Type checks for array assignment.
|
2015-02-27 22:52:19 +01:00 |
|
Christian
|
87365f7612
|
Shortening of dynamic arrays.
|
2015-02-27 22:52:19 +01:00 |
|
Christian
|
dca1303397
|
Shortening of dynamic arrays.
|
2015-02-27 22:52:19 +01:00 |
|
CJentzsch
|
6561db14e3
|
more jump tests
|
2015-02-27 14:17:00 +01:00 |
|
CJentzsch
|
41317c0992
|
add more addmod mulmod overflow tests
|
2015-02-27 13:28:22 +01:00 |
|
CJentzsch
|
d89aaeb982
|
A calls B to refund
|
2015-02-27 12:52:52 +01:00 |
|
Paweł Bylica
|
0ae47c927a
|
Merge remote-tracking branch 'upstream/develop' into evmjit
|
2015-02-27 08:59:49 +01:00 |
|
Paweł Bylica
|
0e8dbe5318
|
Merge remote-tracking branch 'upstream/develop' into evmjit
|
2015-02-27 08:59:49 +01:00 |
|
Gav Wood
|
157f93898a
|
Merge pull request #1149 from winsvega/develop
More Transaction Tests
|
2015-02-26 18:38:02 +01:00 |
|
CJentzsch
|
dfe567f20c
|
more calldatacopy return tests (for Pawel)
|
2015-02-26 17:31:19 +01:00 |
|
winsvega
|
567c4cd942
|
Test Helper
style changes
|
2015-02-26 19:02:56 +03:00 |
|
winsvega
|
5d881b555d
|
More Transaction Tests
Some tests to check YP statements
|
2015-02-26 18:51:06 +03:00 |
|
CJentzsch
|
4b4de350df
|
Merge branch 'memTests' into addTests
|
2015-02-26 15:43:00 +01:00 |
|
CJentzsch
|
206d646dbf
|
Merge remote-tracking branch 'upstream/develop' into memTests
|
2015-02-26 15:42:21 +01:00 |
|
CJentzsch
|
9ecd8661bb
|
adjust to new quadratic memory rule
|
2015-02-26 14:29:23 +01:00 |
|