chriseth
|
e6c778e740
|
Fix for arrays containing mappings.
|
2015-03-06 13:17:52 +01:00 |
|
chriseth
|
7639bfe7e5
|
Copying between calldata and storage.
|
2015-03-06 13:17:52 +01:00 |
|
Christian
|
2f91e1f9b5
|
Index access for calldata arrays.
|
2015-03-05 13:19:59 +01:00 |
|
Gav Wood
|
0c2a7fbe7d
|
Merge pull request #1186 from onepremise/develop
Updates for Building all cpp-ethereum on MinGW(64)
|
2015-03-04 22:49:47 +01:00 |
|
Gav Wood
|
713e5e5d1e
|
Merge pull request #1200 from debris/ethereumjs
ethereum.js 0.0.16
|
2015-03-04 22:46:47 +01:00 |
|
jhuntley
|
e229b5d291
|
Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
|
2015-03-04 11:18:32 -05:00 |
|
jhuntley
|
5ae585f7cf
|
asio.h and windows.h build comments as per request.
|
2015-03-04 11:17:46 -05:00 |
|
jhuntley
|
b6b80b0200
|
Avoid boost include order issue on windows:
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue/16288859#16288859
Make sure boost/asio.hpp is included before windows.h.
|
2015-03-04 11:17:46 -05:00 |
|
jhuntley
|
26ba1086b8
|
Avoid boost include order issue on windows:
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue/16288859#16288859
Make sure boost/asio.hpp is included before windows.h.
|
2015-03-04 11:17:45 -05:00 |
|
Marek Kotewicz
|
de55a0bda8
|
Merge commit '0807e2ee7c32d10f86622c7cd143b6ae37005f48' into develop
Conflicts:
libjsqrc/ethereumjs/dist/ethereum.min.js
|
2015-03-04 01:17:40 +01:00 |
|
Marek Kotewicz
|
628a07d541
|
Squashed 'libjsqrc/ethereumjs/' changes from 5bd166c..7d6b35a
7d6b35a Merge branch 'master' into cpp
9b3a0f0 Merge branch 'event_hash'
9887972 version
63dcee6 ignore for maxcomplexity warning
8376bfa gulp
a59f3a4 Merge pull request #85 from ethers/abiString
0dd6cc4 gulp
688faec Merge pull request #81 from ethers/arraySupport
64f6630 updated README.md
4f9aaec Merge pull request #94 from ethereum/signature
91321fb removed web3 dependency from abi.js
5c7d8a7 separated event signature
81b19cc event hash
ea250e6 Merge commit 'be3bfb76bef1d1f113033cd9093e03a00066d5d1' into ethereumjs_timeout
c08cea1 Improvement to AZ - confirmation disabler. Fix network crash.
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 7d6b35af1c2b59feae5a01c899fae68298d71211
|
2015-03-04 01:17:08 +01:00 |
|
winsvega
|
b5693332fb
|
Transaction Tests
missing TestHelper.h file
|
2015-03-03 20:12:17 +03:00 |
|
winsvega
|
d311a82444
|
Test Cases Changes
userDefinedFile test now goes with --test option for all cases
|
2015-03-03 20:12:10 +03:00 |
|
winsvega
|
af6b44fb90
|
Transaction Tests
A few changes
|
2015-03-03 20:06:04 +03:00 |
|
Gav Wood
|
102c8a5301
|
Merge pull request #1193 from chriseth/sol_fixABIArrays
Fixed arrays in ABI.
|
2015-03-03 16:12:10 +01:00 |
|
Christian
|
99263f0e3e
|
Fixed arrays in ABI.
|
2015-03-03 12:58:48 +01:00 |
|
Christian
|
66d2ec1d15
|
Fix test after change in call failure semantics.
|
2015-03-03 11:36:54 +01:00 |
|
Liana Husikyan
|
88ecc27c2b
|
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
|
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
|
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
|
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
|
285a376248
|
Add structs to inheritable members
|
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 |
|
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
|
e7c4d73cc6
|
Array copy storage to storage.
|
2015-02-27 22:52:19 +01:00 |
|
Christian
|
e42183f2ff
|
Type checks for array assignment.
|
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 |
|
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 |
|
CJentzsch
|
f17f01a30e
|
Merge remote-tracking branch 'upstream/develop' into addTests
|
2015-02-26 13:45:11 +01:00 |
|
CJentzsch
|
61d07d1328
|
add more sdiv smod tests
|
2015-02-26 13:44:59 +01:00 |
|
CJentzsch
|
74a0e1ecff
|
tests for mem at 32,64 KB +- 1, 31,32,33 for mstore and mstore8
|
2015-02-26 08:36:07 +01:00 |
|
CJentzsch
|
5d42586b28
|
include invalid transaction rlp block test
|
2015-02-25 15:57:51 +01:00 |
|
Christian
|
60ade5b33f
|
LValue refactoring.
|
2015-02-25 15:41:19 +01:00 |
|
chriseth
|
50ab725701
|
Merge pull request #1132 from LefterisJP/sol_DebuggingInformation
Location information in AssemblyItems, filled by Solidity.
|
2015-02-25 15:24:16 +01:00 |
|
CJentzsch
|
24574ef337
|
add memory tests
|
2015-02-25 14:18:58 +01:00 |
|
CJentzsch
|
7f22c53b32
|
add commandline flag for tt10MBtxTest
bugix in trie test
undo trie test change
|
2015-02-25 14:18:56 +01:00 |
|
CJentzsch
|
6e32c6d955
|
use 50000 bytes for CALLDATACOPY
|
2015-02-25 14:18:55 +01:00 |
|