Commit graph

  • 0ba0833138 Limited old cached objects detection Paweł Bylica 2015-01-16 22:41:47 +0100
  • 84b6251181 Remove env_sha3 symbol reference in evmjit shared library to be build with no unresolved symbols Paweł Bylica 2015-01-16 22:06:07 +0100
  • 5152596cbd JUMPI fix: an additional item was left on stack when condition is false Paweł Bylica 2015-01-16 18:02:36 +0100
  • 1c4d8f36e4 Merge commit '29333fc213b62b27ef826616cf77430947fb6eab' into ethereumjs Marek Kotewicz 2015-01-16 16:49:50 +0100
  • e94da808cb default padding set to 32, separated to one variable Marek Kotewicz 2015-01-16 16:46:14 +0100
  • a1c0bb68dd fixed checking first bit for parsing int output Marek Kotewicz 2015-01-16 16:40:26 +0100
  • 1b9beaa630 do not close chunkC!! zelig 2015-01-16 15:35:39 +0000
  • 774e9d24a1 abi.js rounds down floating point input Marek Kotewicz 2015-01-16 16:26:58 +0100
  • 0f53e2153a Environment variable options for EVM JIT: export EVMJIT_CACHE_OFF=1 disables cache export EVMJIT_DUMP_MODULE=1 dumps LLVM module to standard output Paweł Bylica 2015-01-16 16:06:35 +0100
  • 9a264a4284 updated bower.json && package.json version, added bignumber.js to bower dependencies Marek Kotewicz 2015-01-16 16:04:41 +0100
  • 683de93578 Rename env_getExtCode -> env_extcode according to other renames Paweł Bylica 2015-01-16 15:56:05 +0100
  • f78fbbf50e Fix BYTE instruction Paweł Bylica 2015-01-16 15:54:58 +0100
  • 0172939490 fixed #28 and other small node.js issues Marek Kotewicz 2015-01-16 15:49:36 +0100
  • 24613a60dc Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-01-16 14:51:47 +0100
  • acc8f7fadc Add defer rescued back in obscuren 2015-01-16 14:51:38 +0100
  • df335682e4 Merge pull request #48 from sveneh/develop Christoph Jentzsch 2015-01-16 14:07:37 +0100
  • a2492d4983 Correct std::array intialization (again!) Paweł Bylica 2015-01-16 12:43:24 +0100
  • de4ea8e6f4 Merge commit 'd876522bc0614fea3180a54be57bcb61784b352e' into ethereumjs Marek Kotewicz 2015-01-16 12:07:48 +0100
  • 2c36d5ff45 big integers on abi.js output, tests Marek Kotewicz 2015-01-16 11:58:26 +0100
  • f1295b506d tests for bigintegers on input Marek Kotewicz 2015-01-16 11:28:46 +0100
  • fbcc6d0d25 BigNumber support Marek Kotewicz 2015-01-16 10:47:43 +0100
  • 1627b2b3aa update doc zelig 2015-01-16 04:02:51 +0000
  • 76e9e3c83a Merge remote-tracking branch 'upstream/develop' into bzz zelig 2015-01-16 03:21:32 +0000
  • c7116998ae Make evmjit dependency of LLVM private Paweł Bylica 2015-01-16 01:11:43 +0100
  • 80ee5c9a64 Enforce -fPIC for archives in evmjit Paweł Bylica 2015-01-16 00:46:20 +0100
  • fc92abec2c rlp: allow encoding non-empty interface values Felix Lange 2015-01-15 23:21:41 +0100
  • 271b4ccde4 Avoid hardcoded LLVM library path Paweł Bylica 2015-01-15 23:29:19 +0100
  • 5384b92c66 Make evmjit library installable Paweł Bylica 2015-01-15 23:21:55 +0100
  • 0ae864e72e Merge remote-tracking branch 'origin/develop-go' into develop Paweł Bylica 2015-01-15 22:36:34 +0100
  • 52bb149541 Merge pull request #257 from fjl/rlp-encoder Jeffrey Wilcke 2015-01-15 22:28:48 +0100
  • ba84c6c8a1 Merge remote-tracking branch 'upstream/develop' into evmjit Paweł Bylica 2015-01-15 22:06:17 +0100
  • 695751672c More consistency! Gav Wood 2015-01-15 14:58:00 -0500
  • 2304d6c141 Fix for EVMJIT Gav Wood 2015-01-15 14:27:31 -0500
  • 9caf32befe Update code comments Gustav Simonsson 2015-01-15 19:58:38 +0100
  • 47d3b3dd58 Address pull request comments Gustav Simonsson 2015-01-15 17:45:45 +0100
  • a1c2749380 Address pull request comments Gustav Simonsson 2015-01-07 16:06:26 +0100
  • 945798f913 Add new key_store interface and two new key stores Gustav Simonsson 2014-12-31 15:39:33 +0100
  • 4bd9e7efcc KeyManager.KeyRing(): KeyPair => KeyRing ebuchman 2015-01-15 13:36:01 -0500
  • eb62df9bb3 Pass gas price to JIT Paweł Bylica 2015-01-15 17:30:09 +0100
  • 6d02c0d392 Merge commit '1a6dbeff6e86d65cae6d7db366cbaa4182eaff7f' into ethereumjs Marek Kotewicz 2015-01-15 17:27:07 +0100
  • 52b5f3c6d7 Fix address endianess and BLOCKHASH implementation Paweł Bylica 2015-01-15 17:26:23 +0100
  • 548c9aef82 Allocate memory for hash values coming from JIT Paweł Bylica 2015-01-15 16:43:08 +0100
  • 70d02b1d66 RETURN implementation: JIT returns data Paweł Bylica 2015-01-15 16:27:57 +0100
  • 06e0da25bc RETURN implementation: JIT returns data Paweł Bylica 2015-01-15 16:27:57 +0100
  • ec74fc05d4 gulp Marek Kotewicz 2015-01-15 16:01:58 +0100
  • 46b932ccc0 negative integers support Marek Kotewicz 2015-01-15 15:51:25 +0100
  • 2c10328ef9 Set remaining gas to 0 if OOG exception Paweł Bylica 2015-01-15 15:23:25 +0100
  • eaa2890366 Env callback function: env_getExtCode Paweł Bylica 2015-01-15 15:16:39 +0100
  • b21fc5ff9f Fix storage: bswap and trim for values Paweł Bylica 2015-01-15 14:43:19 +0100
  • f85f77f6cc fixed typos Marek Kotewicz 2015-01-15 14:37:18 +0100
  • 6a4b4f3449 fixed readme Marek Kotewicz 2015-01-15 14:30:34 +0100
  • 313b77fabd Allow undefined symbols in shared library on OSX Paweł Bylica 2015-01-15 14:21:29 +0100
  • bc59300ecb Allow undefined symbols in shared library on OSX Paweł Bylica 2015-01-15 14:21:29 +0100
  • b5b2ca72a2 Return gas left Paweł Bylica 2015-01-15 14:14:00 +0100
  • e18d24c74e Fix VM tests path Paweł Bylica 2015-01-15 13:06:13 +0100
  • ed0f8d1d93 go fmt Paweł Bylica 2015-01-15 12:03:52 +0100
  • d0473d6d83 gulp Marek Kotewicz 2015-01-15 11:40:04 +0100
  • 70bf1a5711 fixed typos Marek Kotewicz 2015-01-15 11:39:02 +0100
  • bacc5aa6d3 methodExists and propertyExists are now separated tests Marek Kotewicz 2015-01-15 11:38:21 +0100
  • 44a12cd070 python fail callcode (insufficient balance) CJentzsch 2015-01-15 11:13:20 +0100
  • 29c46cdf34 rlp: fix Decode benchmarks Felix Lange 2015-01-15 11:12:39 +0100
  • 552f5b2693 rlp: add functions for encoding Felix Lange 2014-12-30 11:40:32 +0100
  • d5d9746ca3 updated tests obscuren 2015-01-15 10:46:42 +0100
  • 1287fc3266 add test with large data in callcreate CJentzsch 2015-01-15 09:47:55 +0100
  • 508f116738 Merge pull request #798 from LefterisJP/natspec_OnContractCreation Lefteris Karapetsas 2015-01-15 01:37:52 +0100
  • a5946a969f update vmSystemOperationsTest CJentzsch 2015-01-14 22:38:33 +0100
  • 472ad43211 more comments Marek Kotewicz 2015-01-14 20:36:26 +0100
  • 603c790213 next part of abi.js parsers tests and fixes Marek Kotewicz 2015-01-14 20:29:20 +0100
  • 62e0e18030 Changed public whisper api not to reveal temporary private keys obscuren 2015-01-14 18:12:18 +0100
  • 9f93253f63 Remove backup VM from JitVm Paweł Bylica 2015-01-14 18:09:44 +0100
  • 6bb10ccc3b fixed testrunner sveneh 2015-01-14 18:06:28 +0100
  • d30ca5aa8c added a inputLimits tests (46725 test cases) CJentzsch 2015-01-14 17:55:49 +0100
  • 489994054a re-add vmSystemOperationsTest CJentzsch 2015-01-14 17:53:26 +0100
  • fffd981058 uses docker in tesrunner sveneh 2015-01-14 17:53:13 +0100
  • 2261660fc2 Merge remote-tracking branch 'upstream/develop' into evmjit Paweł Bylica 2015-01-14 17:39:32 +0100
  • a386b693cc create callback function Paweł Bylica 2015-01-14 17:36:44 +0100
  • 7d4f5d77f1 balance & blockhash callback functions Paweł Bylica 2015-01-14 17:13:55 +0100
  • 9326d0a6dd Dockers for go, cpp sveneh 2015-01-14 17:03:37 +0100
  • 61a7ce3e12 Merge remote-tracking branch 'upstream/develop' into bzz zelig 2015-01-14 15:51:07 +0000
  • 5425224f59 modify doc zelig 2015-01-14 15:49:56 +0000
  • 55ca0d1445 add the hive = peer pool zelig 2015-01-14 15:49:30 +0000
  • 7f6cac947a added lifecycle management zelig 2015-01-14 15:48:22 +0000
  • 3c12a436ad call & log callbacks Paweł Bylica 2015-01-14 16:36:17 +0100
  • 74faa30af6 first version of automatic testrunner deployment. Uses ansible, vagrant and virtualbox sveneh 2015-01-14 16:10:33 +0100
  • 176b88a84e Build JitVm only with evmjit tag (go build -tags evmjit) Paweł Bylica 2015-01-14 14:24:27 +0100
  • b0a9bbf33a next part of abi.js docs Marek Kotewicz 2015-01-14 14:19:54 +0100
  • 6b2ec23132 formatting bool tests and fixes Marek Kotewicz 2015-01-14 14:06:29 +0100
  • ed1cb9edca simplifid abi.js methods Marek Kotewicz 2015-01-14 13:53:40 +0100
  • 8e9db3e1bc Runtime data and storage support callback functions Paweł Bylica 2015-01-14 13:50:57 +0100
  • 4101e680c8 Changes in EVM JIT C interface Paweł Bylica 2015-01-14 13:49:56 +0100
  • 4aabaa1553 Changes in EVM JIT C interface Paweł Bylica 2015-01-14 13:49:56 +0100
  • 17f2f12ce6 gulp Marek Kotewicz 2015-01-14 12:01:24 +0100
  • 12bdb5f550 providers documentation Marek Kotewicz 2015-01-14 12:01:11 +0100
  • 8d1f96cc0a few comments Marek Kotewicz 2015-01-14 10:50:34 +0100
  • a4049fb85c Cleaned up some unused functions Lefteris Karapetsas 2015-01-14 09:28:52 +0100
  • 762a93fec8 python fail CJentzsch 2015-01-14 09:21:49 +0100
  • f9e891909d cppjit failing on byte? CJentzsch 2015-01-14 09:15:47 +0100
  • 1861843a24 EVM JIT called from Go, env_sha3 callback works Paweł Bylica 2015-01-14 09:08:17 +0100
  • d06988a65a EVM JIT called from Go, env_sha3 callback works Paweł Bylica 2015-01-14 09:08:17 +0100
  • 3a4ee8c732 add errors and test helpers zelig 2015-01-14 06:25:43 +0000