1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • 1e2c1ae98a output parser string support Marek Kotewicz 2015-01-17 13:39:19 +0100
  • b457e88cd0 support for int array types[] Marek Kotewicz 2015-01-17 02:14:40 +0100
  • e97478cc1e WebsocketProvider - fixed incorrect variable name aaron 2015-01-16 16:03:13 -0800
  • 2d8383d3c8 removed unused functions Marek Kotewicz 2015-01-16 23:55:32 +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
  • 774e9d24a1 abi.js rounds down floating point input Marek Kotewicz 2015-01-16 16:26:58 +0100
  • 9a264a4284 updated bower.json && package.json version, added bignumber.js to bower dependencies Marek Kotewicz 2015-01-16 16:04:41 +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
  • 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
  • fc92abec2c rlp: allow encoding non-empty interface values Felix Lange 2015-01-15 23:21:41 +0100
  • 52bb149541 Merge pull request #257 from fjl/rlp-encoder Jeffrey Wilcke 2015-01-15 22:28:48 +0100
  • 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
  • 6d02c0d392 Merge commit '1a6dbeff6e86d65cae6d7db366cbaa4182eaff7f' into ethereumjs Marek Kotewicz 2015-01-15 17:27:07 +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
  • f85f77f6cc fixed typos Marek Kotewicz 2015-01-15 14:37:18 +0100
  • 6a4b4f3449 fixed readme Marek Kotewicz 2015-01-15 14:30:34 +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
  • 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
  • 9326d0a6dd Dockers for go, cpp sveneh 2015-01-14 17:03:37 +0100
  • 74faa30af6 first version of automatic testrunner deployment. Uses ansible, vagrant and virtualbox sveneh 2015-01-14 16:10:33 +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
  • 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
  • a6e9bab298 python fail CJentzsch 2015-01-13 23:07:09 +0100
  • 3f5a075280 python fail CJentzsch 2015-01-13 22:45:12 +0100
  • bb55307a9d Updated tests obscuren 2015-01-13 20:31:31 +0100
  • 422dc05bb0 ProviderManager separated to providermanager.js file Marek Kotewicz 2015-01-13 18:40:01 +0100
  • ebf4686858 go create return different address CJentzsch 2015-01-13 18:30:26 +0100
  • 9a8f45ee30 Filter separated to filter.js file Marek Kotewicz 2015-01-13 18:28:49 +0100
  • aca3181b7e more cpp-jit fails CJentzsch 2015-01-13 18:28:18 +0100
  • fd0230e5be cppjit fail CJentzsch 2015-01-13 18:20:08 +0100
  • 0d25bb85d9 cpp-jit fail CJentzsch 2015-01-13 18:13:52 +0100
  • dac93ed616 Natspechandler: Get function hash from transaction data Lefteris Karapetsas 2015-01-13 17:54:09 +0100
  • 8b7d4b0c9e beginning of comments in web3 Marek Kotewicz 2015-01-13 17:05:05 +0100
  • 499bc404e8 Stub missing UnmarshalJSON methods Taylor Gerring 2015-01-13 09:37:30 -0600
  • a81d835e4d cleanup Taylor Gerring 2015-01-13 09:37:08 -0600
  • 54eaf239ac more failing tests CJentzsch 2015-01-13 16:29:04 +0100
  • 961e4da7d8 Add support for CodeAt Taylor Gerring 2015-01-13 09:27:36 -0600
  • b178414a47 Added license headers Taylor Gerring 2015-01-13 09:13:43 -0600
  • f54c90a0ba A first version of Natspec warning popup Lefteris Karapetsas 2015-01-13 15:59:42 +0100
  • ee167e53d1 test for parsing multiple methods description Marek Kotewicz 2015-01-13 15:42:56 +0100
  • 8f733461b3 Default datadir for mist is now shared with CLI (.ethereum) obscuren 2015-01-13 14:58:12 +0100
  • 82beaabf6a Fixed consensus issue obscuren 2015-01-13 14:57:51 +0100
  • 8d7ddf5299 new cppjit failures CJentzsch 2015-01-13 14:54:39 +0100
  • 6fd011a3b6 cppjit fail CJentzsch 2015-01-13 14:16:47 +0100
  • 4056c046a7 tests... Marek Kotewicz 2015-01-13 13:47:31 +0100
  • e3cad04dec Fixed whisper messages obscuren 2015-01-13 13:36:44 +0100
  • a9930bfd87 first failing cppjit tests CJentzsch 2015-01-13 13:32:26 +0100
  • 1428dcee21 web3.contract -> web3.eth.contract Marek Kotewicz 2015-01-13 13:03:40 +0100
  • f3b71a73e3 removed unused line Marek Kotewicz 2015-01-13 12:51:23 +0100
  • 380d9862c3 tests in progress, fixed utf characters conversion in toAscii Marek Kotewicz 2015-01-13 12:49:10 +0100
  • b6c0e53d69 Auto-generated commits, too. Gav Wood 2015-01-13 11:06:43 +0000
  • e95bb34ea0 Fix for JS API formatting. Gav Wood 2015-01-13 11:04:31 +0000
  • 9e0de57a82 mocha test reporter Marek Kotewicz 2015-01-13 11:29:19 +0100
  • f6ff1f18b8 mocha reporter name starts with lower case letter Marek Kotewicz 2015-01-13 11:21:58 +0100
  • 7595a5dfcb removed padding calculation from ethereum.js, padding is always 32 Marek Kotewicz 2015-01-13 11:15:44 +0100
  • 1e5353824a updated tests obscuren 2015-01-13 10:32:02 +0100
  • 4704a0a288 remove pre compiled for tests obscuren 2015-01-13 10:30:52 +0100
  • 6a2e82a23d python failures, blockhash, invalid jump, invalid opcode CJentzsch 2015-01-13 09:17:56 +0100
  • 1818dffaec call to precompiled contract and balance CJentzsch 2015-01-13 08:44:44 +0100
  • b2112729fa cleanup Taylor Gerring 2015-01-12 23:44:56 -0600
  • 32bed50ba1 begin conversion to rpc over http Taylor Gerring 2015-01-12 23:25:29 -0600
  • 5b561f434d Merge pull request #254 from chfast/pr/jitvm_stub Jeffrey Wilcke 2015-01-13 00:29:41 +0100
  • 750d70c202 updated tests obscuren 2015-01-13 00:25:45 +0100
  • 34689cb3f3 Added manual triggering of filters obscuren 2015-01-12 20:36:45 +0100
  • ba225017c4 JitVm struct stub. Forwards calls to DebugVm. Paweł Bylica 2015-01-12 19:40:14 +0100
  • 507241f73c shh getMessage => getMessages Jeffrey Wilcke 2015-01-12 18:34:37 +0100