Marek Kotewicz
01219ce920
Merge commit '2b4d38b9bf059014596e1ab00c99dc2ad4ab3761' into ethereumjs
10 years ago
chriseth
a4a328cf79
Merge pull request #805 from LianaHus/deleteStruct
delete for structs
-added functionality to set values to 0 when deleting structure(not for ...
10 years ago
yann300
5fa32387d5
Ethereum QML types: #612
10 years ago
Gav Wood
5dde4216a1
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
e643fb3039
Warnings fix.
10 years ago
Marek Kotewicz
3a6ac2b502
added bignumber.js to js.qrc
10 years ago
Marek Kotewicz
6a383d6ed3
Squashed 'libjsqrc/ethereumjs/' changes from e94da80..823fb29
823fb29 tests for parsing output array
1e2c1ae output parser string support
b457e88 support for int array types[]
2d8383d removed unused functions
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 823fb2995b0ff6ebaf257206ad1ecf827b8567b8
10 years ago
Marek Kotewicz
97599c0e17
Merge commit '6a383d6ed3fb37cf6739f6ac441652adfdb70463' into ethereumjs
10 years ago
Marek Kotewicz
4ada2e10ef
Merge branch 'develop' into ethereumjs
Conflicts:
libjsqrc/ethereumjs/dist/ethereum.js
libjsqrc/ethereumjs/dist/ethereum.js.map
libjsqrc/ethereumjs/dist/ethereum.min.js
libjsqrc/ethereumjs/lib/abi.js
10 years ago
Gav Wood
d3ade37e63
Potential workaround for windows build.
10 years ago
Gav Wood
c60f7b2c05
Merge pull request #817 from imapp-pl/pr/evmjit_bugfixes
EVMJIT bugfixes and build improvements
10 years ago
Gav Wood
58fed6552d
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
c572b713df
Warnings fixes.
10 years ago
Gav Wood
8b118fbe47
Merge pull request #800 from caktux/develop
apply fix for #597 to neth
10 years ago
Gav Wood
d8423b4973
Merge pull request #813 from LefterisJP/sol_astJson
Exporting Solidity AST in a JSON format
10 years ago
Gav Wood
0ed443c102
Fix release builds.
10 years ago
Gav Wood
14eaec0431
Fix warnings.
10 years ago
Gav Wood
e7b40e5bdc
Fix whitespace :-/
10 years ago
Gav Wood
06dbf47763
Make owed-accounts update in AZ.
10 years ago
Gav Wood
552efabc4e
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
10c08d6204
getLastHashes fix.
AZ improvements.
JSAPI string fix.
10 years ago
Gav Wood
7e1057c42a
Merge pull request #818 from debris/firing_eth_changed
fixed #804 - firing eth_changed
10 years ago
Marek Kotewicz
6baacf8b66
firing eth_changed, fixed #804
10 years ago
Paweł Bylica
f379b238ee
Limited old cached objects detection
10 years ago
Paweł Bylica
889dd8b835
Remove env_sha3 symbol reference in evmjit shared library to be build with no unresolved symbols
10 years ago
Paweł Bylica
0edaef0cfd
JUMPI fix: an additional item was left on stack when condition is false
10 years ago
Marek Kotewicz
29333fc213
Squashed 'libjsqrc/ethereumjs/' changes from 2c36d5f..e94da80
e94da80 default padding set to 32, separated to one variable
a1c0bb6 fixed checking first bit for parsing int output
774e9d2 abi.js rounds down floating point input
9a264a4 updated bower.json && package.json version, added bignumber.js to bower dependencies
0172939 fixed #28 and other small node.js issues
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: e94da808cb2a9f0493b42e5e572f6aed78de5ee3
10 years ago
Marek Kotewicz
203ed7256d
Merge commit '29333fc213b62b27ef826616cf77430947fb6eab' into ethereumjs
10 years ago
liana
7651909bdf
- corrected delete in case we have more than one locals
- added a test
10 years ago
Paweł Bylica
3feeb190d3
Environment variable options for EVM JIT:
export EVMJIT_CACHE_OFF=1 disables cache
export EVMJIT_DUMP_MODULE=1 dumps LLVM module to standard output
10 years ago
Paweł Bylica
d70b70a88b
Rename env_getExtCode -> env_extcode according to other renames
10 years ago
Paweł Bylica
e1bed0638c
Fix BYTE instruction
10 years ago
liana
3012ee73b2
removed spaces
10 years ago
liana
658b8d86d2
Corrected "delete" for local variables i.e. set them to 0
Added test case
10 years ago
Paweł Bylica
7e91ed4b7d
Correct std::array intialization (again!)
10 years ago
Lefteris Karapetsas
e3b15f48c4
Style fixes and refactoring in ASTJsonConverter
10 years ago
Marek Kotewicz
d876522bc0
Squashed 'libjsqrc/ethereumjs/' changes from ec74fc0..2c36d5f
2c36d5f big integers on abi.js output, tests
f1295b5 tests for bigintegers on input
fbcc6d0 BigNumber support
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 2c36d5ff457952c557b467e580514b08126d7dd7
10 years ago
Marek Kotewicz
83340ddf4a
Merge commit 'd876522bc0614fea3180a54be57bcb61784b352e' into ethereumjs
10 years ago
Marek Kotewicz
6dc3a72883
Merge branch 'develop' into ethereumjs
10 years ago
Paweł Bylica
53e62fefbf
Do not ignore evmjit
10 years ago
Paweł Bylica
0bac8ec6ce
Make evmjit dependency of LLVM private
10 years ago
Paweł Bylica
921caaa90e
Enforce -fPIC for archives in evmjit
10 years ago
Paweł Bylica
92a88040c8
Remove hardcoded LLVM library path and include optional CPP-JIT connector library from evmjit
10 years ago
Paweł Bylica
2f6d46d506
Merge commit '271b4ccde44e491f7daae3a097e3345d9a856c0d' into evmjit
10 years ago
Paweł Bylica
271b4ccde4
Avoid hardcoded LLVM library path
10 years ago
Paweł Bylica
5384b92c66
Make evmjit library installable
10 years ago
Paweł Bylica
0ae864e72e
Merge remote-tracking branch 'origin/develop-go' into develop
10 years ago
Paweł Bylica
2e5aa30f9f
Merge remote-tracking branch 'upstream/develop' into evmjit
10 years ago
Paweł Bylica
ba84c6c8a1
Merge remote-tracking branch 'upstream/develop' into evmjit
10 years ago
caktux
d7501e386c
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop
10 years ago