Gav Wood
45419cdb3c
Merge branch 'sol_integerConstants' of https://github.com/chriseth/cpp-ethereum into chriseth-sol_integerConstants
2015-01-09 14:57:59 +01:00
Gav Wood
4f7bb09821
Merge pull request #746 from CJentzsch/jumpdest
...
more dynamic jump tests
2015-01-09 14:50:42 +01:00
Christian
ffeb7daf11
Buildfix after semantical merge conflict.
2015-01-09 11:51:52 +01:00
Christian
2e93e7e676
Buildfix after semantical merge conflict.
2015-01-09 11:51:52 +01:00
chriseth
42d186fdfc
Merge pull request #754 from LefterisJP/sol_abiFunctionHash
...
Calculation of ABI Function Identifier Hash
2015-01-09 11:22:59 +01:00
chriseth
0504dc21e1
Merge pull request #754 from LefterisJP/sol_abiFunctionHash
...
Calculation of ABI Function Identifier Hash
2015-01-09 11:22:59 +01:00
CJentzsch
203005e2b7
add blockhash test fo vm tests
2015-01-09 10:58:32 +01:00
Lefteris Karapetsas
765bd95a07
Fixing SolidityABIJSON test
2015-01-09 09:29:19 +01:00
Gav Wood
245fba5055
abi -> json-abi
2015-01-09 08:16:35 +01:00
Gav Wood
23eff4d24a
CLI tweaks.
2015-01-09 08:09:30 +01:00
Gav Wood
8233c071f2
CLI tweaks.
2015-01-09 08:09:30 +01:00
Gav Wood
90cdc52ae7
Rename "JSON Documentation" -> Metadata.
...
solc integration for Solidity-format ABI.
2015-01-09 08:05:52 +01:00
Gav Wood
6de29142ef
Rename "JSON Documentation" -> Metadata.
...
solc integration for Solidity-format ABI.
2015-01-09 08:05:52 +01:00
Gav Wood
29591d6ecf
Documentation update.
2015-01-09 07:39:30 +01:00
Gav Wood
9740a1b5df
Documentation update.
2015-01-09 07:39:30 +01:00
Gav Wood
541156241f
Unit testing for log in Solidity.
2015-01-09 07:32:28 +01:00
Lefteris Karapetsas
4f97c89d4f
Adjusting Solidity Optimizer Tests
2015-01-09 01:25:14 +01:00
Lefteris Karapetsas
a36af5364c
Fixing a solAssert in getInterfacefunctions()
2015-01-09 00:58:12 +01:00
Lefteris Karapetsas
ea12af6074
Adjustments to Solidity compiler code for Function Hash
2015-01-09 00:27:26 +01:00
Lefteris Karapetsas
9cf1c066fc
Adjustments to Solidity compiler code for Function Hash
2015-01-09 00:27:26 +01:00
Gav Wood
ffce12b7ee
Basic logging in Solidity (though no tests yet).
2015-01-09 00:22:06 +01:00
subtly
6418132263
Consolidate use of pingAll into keepAlivePeers. Add bool operators for Node and NodeIPEndpoint population. NodeTable returns Node instead of NodeEntry (subject to change). Begin transition from NodeInfo to NodeTable Node.
2015-01-08 22:26:21 +01:00
Marek Kotewicz
2ee9229ca6
mocha opts file && init of parser tests
2015-01-08 20:24:30 +01:00
Marek Kotewicz
e0ad98388a
methods existance tests in progress
2015-01-08 19:59:03 +01:00
Marek Kotewicz
5b385908b3
mocha test init
2015-01-08 19:35:32 +01:00
Lefteris Karapetsas
75cbd0c013
adjusting byte difference in optimizer large integers test
2015-01-08 17:51:31 +01:00
Lefteris Karapetsas
a7b661d3be
merging develop
2015-01-08 17:43:38 +01:00
Lefteris Karapetsas
79c9933c62
merging develop
2015-01-08 17:43:38 +01:00
Lefteris Karapetsas
184ddca5a1
Compiler EVM generation now takes into account for the new function hash
...
identifier
- Changed tests to comply with the new function hash identifier
- Changed the function index offset to 4, and made it a constant for
easy adjustment in the future
2015-01-08 17:18:31 +01:00
Lefteris Karapetsas
efdef7f526
Compiler EVM generation now takes into account for the new function hash
...
identifier
- Changed tests to comply with the new function hash identifier
- Changed the function index offset to 4, and made it a constant for
easy adjustment in the future
2015-01-08 17:18:31 +01:00
CJentzsch
eba908ebda
long jumpdest list
2015-01-08 16:40:43 +01:00
CJentzsch
406f462dd6
sdiv int256.min -1
2015-01-08 15:29:49 +01:00
CJentzsch
ff47384a2c
sdiv with negative fractional result
2015-01-08 15:16:08 +01:00
CJentzsch
8893443939
add valid jumpdest with jumpdest at beginning
2015-01-08 13:05:14 +01:00
CJentzsch
da5c8d6e8a
more dynamic jump tests
2015-01-08 11:22:51 +01:00
Lefteris Karapetsas
68b9427535
work in progress in testing the new function selector in the end to end tests
2015-01-08 00:19:19 +01:00
Lefteris Karapetsas
9f7e9d9cdd
work in progress in testing the new function selector in the end to end tests
2015-01-08 00:19:19 +01:00
Christian
852267e60f
Remove const from make_shared to allow enable_shared_from_this to work on MacOS.
2015-01-07 21:44:17 +01:00
Christian
35b95dfc3d
Arbitrary precision integer constants.
2015-01-07 21:44:17 +01:00
Christian
400d68b81d
Arbitrary precision integer constants.
2015-01-07 21:44:17 +01:00
Christian
d35842d65e
Possibility for unary operators to change type.
2015-01-07 21:44:17 +01:00
Christian
b6bad63d44
Use shared_from_this instead of manually supplying a shared_ptr to this.
2015-01-07 21:44:17 +01:00
Gav Wood
d18fa27b6a
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
2015-01-07 20:23:59 +01:00
Gav Wood
9be5847472
VM skips push data when looking for JUMPDEST.
...
Warnings fixes.
2015-01-07 20:23:33 +01:00
Lefteris Karapetsas
38cc0b8dd3
Adjusting SolidityCompiler tests
...
- Adjusting SolidityCompiler tests to take into account the size of the
new Function Selector
2015-01-07 18:13:03 +01:00
Gav Wood
1311633a86
Merge pull request #743 from chriseth/sol_warningFixes
...
Fix some warnings about uninitialized members.
2015-01-07 17:36:43 +01:00
Gav Wood
238aa0ee94
Warnings fixes.
...
Make Mix work with Qt 5.2
Minor other alterations.
2015-01-07 16:58:09 +01:00
Gav Wood
a9680e8ffe
Merge pull request #742 from chriseth/sol_optimizerChange
...
Some changes to the optimizer.
2015-01-07 16:53:14 +01:00
Christian
9866caa625
Fix some warnings about uninitialized members.
2015-01-07 16:46:53 +01:00
Lefteris Karapetsas
c55608f94b
Solidity getInterfaceFunctions is now a map of hash to Function
...
- Also introduced dependency between libsolidity and libdevcrypto
- Compler's appendFunctionSelector now has a first version of using
function signature hash instead of index
2015-01-07 16:39:21 +01:00