Marek Kotewicz
|
a99de3e8a3
|
Squashed 'libjsqrc/ethereumjs/' changes from 0933a79..92f171e
92f171e rerun gulp
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 92f171ec99
|
10 years ago |
Marek Kotewicz
|
7b1eaade87
|
Merge commit 'a99de3e8a35356c4bbfda389fb296f0e79d649ba' into ethereumjs
|
10 years ago |
Marek Kotewicz
|
92f171ec99
|
rerun gulp
|
10 years ago |
Marek Kotewicz
|
e0c41befd7
|
Merge commit '38ffac065a2d27b4e416f4ec4a275114f02463a7' into ethereumjs
|
10 years ago |
Marek Kotewicz
|
38ffac065a
|
Squashed 'libjsqrc/ethereumjs/' changes from 543a87c..0933a79
0933a79 missing fromAscii
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 0933a79ab8
|
10 years ago |
Marek Kotewicz
|
15b899df64
|
removed resize
|
10 years ago |
Marek Kotewicz
|
0933a79ab8
|
missing fromAscii
|
10 years ago |
Paweł Bylica
|
a87c563acb
|
Merge remote-tracking branch 'upstream/develop' into evmjit
Conflicts:
evmjit/libevmjit/BasicBlock.h
evmjit/libevmjit/Compiler.cpp
evmjit/libevmjit/Compiler.h
evmjit/libevmjit/Ext.cpp
evmjit/libevmjit/Ext.h
evmjit/libevmjit/Runtime.h
evmjit/libevmjit/Utils.cpp
|
10 years ago |
Gav Wood
|
e17525c5f7
|
Merge pull request #765 from chriseth/sol_someLogFixes
Some changes to the log functions.
|
10 years ago |
Gav Wood
|
d7cb9a39b8
|
Merge pull request #753 from debris/buildtype
fixed unknow buildtype
|
10 years ago |
Gav Wood
|
7b03477983
|
Warning fix.
|
10 years ago |
Paweł Bylica
|
272a0bd6fc
|
EVMJIT: Better object cache and other improvements
|
10 years ago |
Marek Kotewicz
|
066ed0b590
|
web3.sha3 test
|
10 years ago |
Gav Wood
|
9acbab487b
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
test/SolidityOptimizer.cpp
|
10 years ago |
Gav Wood
|
b01c076788
|
Merge pull request #745 from chriseth/sol_integerConstants
Arbitrary precision integer literals
|
10 years ago |
Gav Wood
|
96a04e7c5e
|
Merge pull request #749 from imapp-pl/pr/jit-option
Add option to use JIT in mining
|
10 years ago |
Christian
|
a017d2b1de
|
Remove const from make_shared to allow enable_shared_from_this to work on MacOS.
|
10 years ago |
Christian
|
e1338c7e6c
|
Arbitrary precision integer constants.
|
10 years ago |
Gav Wood
|
1df12276f4
|
Merge pull request #758 from caktux/develop
neth updates and fixes, closes #696
|
10 years ago |
Gav Wood
|
35d82841e2
|
Merge pull request #760 from CJentzsch/blockhash
add blockhash test as vm tests
|
10 years ago |
Christian
|
f6ddd3fd33
|
Possibility for unary operators to change type.
|
10 years ago |
Christian
|
874b2b34ea
|
Use shared_from_this instead of manually supplying a shared_ptr to this.
|
10 years ago |
Gav Wood
|
e668d299f9
|
git push origin developMerge branch 'chriseth-sol_integerConstants' into develop
|
10 years ago |
Christian
|
8ad6951f38
|
Some changes to the log functions.
|
10 years ago |
Gav Wood
|
138a16f97c
|
Merge branch 'sol_integerConstants' of https://github.com/chriseth/cpp-ethereum into chriseth-sol_integerConstants
|
10 years ago |
Gav Wood
|
84a1eb6648
|
Merge pull request #748 from debris/windows_fixes
Windows fixes
|
10 years ago |
Gav Wood
|
52099e2266
|
Merge pull request #746 from CJentzsch/jumpdest
more dynamic jump tests
|
10 years ago |
Marek Kotewicz
|
6d3353ae60
|
Merge commit 'b656db02f7482e915cd3a735199760fe0120c578' into ethereumjs
|
10 years ago |
Marek Kotewicz
|
b656db02f7
|
Squashed 'libjsqrc/ethereumjs/' changes from a5907a8..543a87c
543a87c method signature length defined
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 543a87c63f
|
10 years ago |
Marek Kotewicz
|
543a87c63f
|
method signature length defined
|
10 years ago |
Marek Kotewicz
|
b3eda29f41
|
Merge branch 'master' into tests
|
10 years ago |
Marek Kotewicz
|
f420029127
|
Merge commit '993be7b6de098d98b1940b57ad9b08db3144da2b' into ethereumjs
|
10 years ago |
Marek Kotewicz
|
993be7b6de
|
Squashed 'libjsqrc/ethereumjs/' changes from 807ec60..a5907a8
a5907a8 Merge branch 'master' of https://github.com/ethereum/ethereum.js
2a6c849 version upgraded
0538c11 sha3 method signature
c9015e2 module var fix
07fba27 module var fix
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: a5907a8239
|
10 years ago |
Marek Kotewicz
|
30220d8dcc
|
Merge branch 'develop' into ethereumjs
|
10 years ago |
Marek Kotewicz
|
a5907a8239
|
Merge branch 'master' of https://github.com/ethereum/ethereum.js
|
10 years ago |
Marek Kotewicz
|
2a6c84984a
|
version upgraded
|
10 years ago |
Marek Kotewicz
|
0538c11576
|
sha3 method signature
|
10 years ago |
Jeffrey Wilcke
|
c9015e2e04
|
module var fix
|
10 years ago |
Jeffrey Wilcke
|
07fba274b1
|
module var fix
|
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 |
CJentzsch
|
a466fdcf5b
|
add blockhash test fo vm tests
|
10 years ago |
Gav Wood
|
494bf5ee48
|
Clear pending and some other AlethZero stuff.
|
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 |