arkpar
23c82cccac
Removed dependency on WebThreeDirect form Web3Server
Mix Client Model
10 years ago
arkpar
a4a2e8c252
continue project model implementation
10 years ago
arkpar
c58142c7a1
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_project_tree
10 years ago
arkpar
715e0a4745
continue project model implementation
10 years ago
chriseth
803046b3e8
Merge pull request #764 from chriseth/sol_buildfixLogMerge
Buildfix after semantical merge conflict.
10 years ago
Christian
8e84acb98b
Buildfix after semantical merge conflict.
10 years ago
chriseth
95a526a7d9
Merge pull request #754 from LefterisJP/sol_abiFunctionHash
Calculation of ABI Function Identifier Hash
10 years ago
Lefteris Karapetsas
03b2fa387d
Fixing SolidityABIJSON test
10 years ago
Gav Wood
c3b6fdd899
abi -> json-abi
10 years ago
Gav Wood
f125a4b505
CLI tweaks.
10 years ago
Gav Wood
0de1fe5b02
Rename "JSON Documentation" -> Metadata.
solc integration for Solidity-format ABI.
10 years ago
Gav Wood
2a21a544ce
Documentation update.
10 years ago
Gav Wood
406d3e6aba
Unit testing for log in Solidity.
10 years ago
Lefteris Karapetsas
e94f1ca5b2
Adjusting Solidity Optimizer Tests
10 years ago
Lefteris Karapetsas
5e77063c38
Fixing a solAssert in getInterfacefunctions()
10 years ago
Lefteris Karapetsas
299305548f
Adjustments to Solidity compiler code for Function Hash
10 years ago
Gav Wood
0ca84e5a0d
Basic logging in Solidity (though no tests yet).
10 years ago
Lefteris Karapetsas
4331bd9a87
adjusting byte difference in optimizer large integers test
10 years ago
Lefteris Karapetsas
425f15cb7e
merging develop
10 years ago
Lefteris Karapetsas
9fff09af6b
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
10 years ago
arkpar
9efb644ce4
started project model
10 years ago
Gav Wood
688639cbcb
New gitignore.
10 years ago
Gav Wood
f0cf2c3810
Merge commit '1f40799620b80fae31b3b93d38db08e878ee326a' into develop
10 years ago
Gav Wood
1f40799620
Squashed 'evmjit/' changes from 533531b..035c376
035c376
All jump support code paths tested. Thanks @CJentzsch .
5b4e130
Function rename
30f3e0d
Fix evmcc
7b9d495
BLOCKHASH instruction
681adc1
Remove PREVHASH instruction
024639b
Create bad jump block on demand
c21237f
Remove unnecessary jump dest map. Create jump table block on demand.
ed614c5
Mandatory JUMPDEST for jumps and new static jumps recognition strategy
86553cd
Remove terminate() function
5db00ad
New CALL/CREATE depth limit semantics
e5d0fb3
Alloc stack elemnent for external function call argument on demand
4f4fc63
Alloc stack elemnent for external function call argument on demand
b6248cc
Detemplatify createCall helper
b77a975
Create helper/external functions on demand
9bf0b75
Create helper/external functions on demand
git-subtree-dir: evmjit
git-subtree-split: 035c3760e0
10 years ago
Lefteris Karapetsas
c201e85c01
mix uses new getInterfaceFunctions()
10 years ago
Lefteris Karapetsas
69a0dcfa15
work in progress in testing the new function selector in the end to end tests
10 years ago
Gav Wood
d83b2e3e6b
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
6cc8c9de69
VM skips push data when looking for JUMPDEST.
Warnings fixes.
10 years ago
Lefteris Karapetsas
b2362f4113
Adjusting SolidityCompiler tests
- Adjusting SolidityCompiler tests to take into account the size of the
new Function Selector
10 years ago
Gav Wood
7b6e6fd156
Merge pull request #743 from chriseth/sol_warningFixes
Fix some warnings about uninitialized members.
10 years ago
Gav Wood
f1018dddd4
Merge pull request #744 from debris/windows_build
new vps for windows build
10 years ago
Marek Kotewicz
e9913a3d10
new vps for windows build
10 years ago
Gav Wood
bf8174ecee
Warnings fixes.
Make Mix work with Qt 5.2
Minor other alterations.
10 years ago
Gav Wood
46869f3bdc
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
dc4e51568c
Merge pull request #742 from chriseth/sol_optimizerChange
Some changes to the optimizer.
10 years ago
Christian
460571bd77
Fix some warnings about uninitialized members.
10 years ago
Lefteris Karapetsas
b8b75c841b
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
10 years ago
Gav Wood
ff7acf0f37
Merge pull request #741 from chriseth/sol_fix_useParameterStackSize
Bugfix: Use parameter (not argument) type size on stack for function calls.
10 years ago
Gav Wood
43de8659f0
Merge pull request #740 from CJentzsch/vmtests
tests for address input greater then 2**160, OOG at max call depth, ...
10 years ago
Gav Wood
e976371172
Merge pull request #739 from debris/ethereumjs_subtree
ethereum.js as git subtree
10 years ago
Gav Wood
16c0e14f2d
Merge pull request #738 from LefterisJP/sol_abiFunctionHash
Canonical Function signature creation in solidity
10 years ago
Gav Wood
33f7f741b1
Merge pull request #730 from debris/subtree
evmjit as git subtree
10 years ago
Gav Wood
b6a5a27530
Merge pull request #734 from CJentzsch/blockhash
Blockhash tests
10 years ago
Gav Wood
5af7441926
Merge pull request #731 from CJentzsch/jumpdest
added more jumpdest tests
10 years ago
Gav Wood
aa8d13eb8b
Merge pull request #729 from CJentzsch/addTests
Blockhash correction and some tests
10 years ago
Christian
c6ae1754b9
Some changes to the optimizer.
10 years ago
Christian
0de9e2aebd
Bugfix: Use parameter (not argument) type size on stack for function calls.
10 years ago
chriseth
f7e7182c15
Merge pull request #667 from chriseth/sol_moreFlexibleBinaryOps
Possibility for binary operators to yield types different from their operands'.
10 years ago
CJentzsch
2944d0f9c0
add tests for OOG at max call depth
10 years ago
Marek Kotewicz
10873397d7
Merge commit '7963e26aeb39d4ecb24edf1b206b2ef0757a0c70' into ethereumjs_subtree
10 years ago