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
Paweł Bylica
86553cda81
Remove terminate() function
10 years ago
Paweł Bylica
5db00adf56
New CALL/CREATE depth limit semantics
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
Paweł Bylica
e5d0fb35aa
Alloc stack elemnent for external function call argument on demand
10 years ago
Paweł Bylica
4f4fc6349a
Alloc stack elemnent for external function call argument on demand
10 years ago
Marek Kotewicz
7963e26aeb
Squashed 'libjsqrc/ethereumjs/' changes from df4d784..5208bb3
5208bb3
gulpfile modifications, default build set to dev
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 5208bb32f1
10 years ago
Marek Kotewicz
10873397d7
Merge commit '7963e26aeb39d4ecb24edf1b206b2ef0757a0c70' into ethereumjs_subtree
10 years ago
Marek Kotewicz
5208bb32f1
gulpfile modifications, default build set to dev
10 years ago
Paweł Bylica
b6248cc38d
Detemplatify createCall helper
10 years ago
Paweł Bylica
b77a975a33
Create helper/external functions on demand
10 years ago
CJentzsch
67debe5ea5
jump onto jump, dynamic and static jump with same destination
10 years ago
CJentzsch
e855cf9426
memory test: high offset, zero size -> zero gas cost
10 years ago
Gav Wood
745070041d
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Paweł Bylica
9bf0b75159
Create helper/external functions on demand
10 years ago
Marek Kotewicz
fb2419d4be
removed ethereum.js
10 years ago
CJentzsch
f95a8be58b
checked
10 years ago
Marek Kotewicz
3871bac1d0
Squashed 'libjsqrc/ethereumjs/' content from commit df4d784
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: df4d7846e5
10 years ago
Marek Kotewicz
a100d84787
Merge commit '3871bac1d0ac3b0e7f8490fba646f159fa65d8b5' as 'libjsqrc/ethereumjs'
10 years ago
Marek Kotewicz
df4d7846e5
Merge pull request #22 from debris/strings
strings, real, ureal paddings and implicit paddings for uint, int and hash
10 years ago
Marek Kotewicz
6c160adab3
Merge pull request #21 from debris/master
fixed gulp build
10 years ago
CJentzsch
132a3e7dd4
check address input greater then 2**160
10 years ago
Lefteris Karapetsas
48080e0415
Small issues with Canonical Function Signature
- Also added an extra test
10 years ago
CJentzsch
184e514260
Merge remote-tracking branch 'upstream/develop' into vmtests
10 years ago
Lefteris Karapetsas
0c003958b9
FunctionType also gets CanonicalSignature
- also using iterators in the signature creation function
10 years ago
Lefteris Karapetsas
0c83932d91
Test for the Canonical Signature of a function
10 years ago
Marek Kotewicz
210682b734
real, ureal paddings and implicit paddings for uint, int and hash
10 years ago
CJentzsch
42fbfb8182
Blockhash tests
10 years ago
Gav Wood
3387d82a9c
More efficient getLastHashes.
10 years ago
Marek Kotewicz
1d139f7a0b
solidity string support
10 years ago
Lefteris Karapetsas
c2b194d4c3
Creating the canonical signature of a function, for later use in the ABI
10 years ago
Gav Wood
5cd87a25f5
Merge pull request #720 from ethereum/p2p-udp-nodetable
p2p udp nodetable
10 years ago
Gav Wood
3dedb60fab
Merge pull request #733 from CJentzsch/versionAndProtocol
eth --version display protocol version
10 years ago
subtly
24590b4e19
Merge branch 'develop' into p2p-udp-nodetable
10 years ago
subtly
2c168ffa14
stl sleep_for, for windows
10 years ago
subtly
506fe0f6e8
define constructors for windows
10 years ago
Gav Wood
9fa59b8b84
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
mix/AssemblyDebuggerModel.cpp
10 years ago
Gav Wood
8491e5f2f7
Various fixes.
Initial portion of NatSpec integration.
10 years ago