1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • 393a6c5edf Gitter link obscuren 2015-01-24 18:48:19 +0100
  • 0d96528d2f Skip for travis obscuren 2015-01-24 18:46:35 +0100
  • 2ba54a69be skipping for travis obscuren 2015-01-24 18:40:03 +0100
  • 382694f593 Transaction Tests New State Tests winsvega 2015-01-23 20:27:51 +0300
  • 94106cc41f JitVm code cleanups & refactoring. Some memory copies eliminated (i.e. in SHA3 calculation) Paweł Bylica 2015-01-23 16:45:22 +0100
  • 3aa0410f6e Merge remote-tracking branch 'upstream/develop' into pr/evmjit Paweł Bylica 2015-01-23 15:37:37 +0100
  • 52e174b1f7 make money with transaction gas overflow CJentzsch 2015-01-23 15:23:56 +0100
  • 7a894e3738 Merge branch 'develop' into jsonrpc obscuren 2015-01-23 14:29:01 +0100
  • fd450b7f9a python fail CJentzsch 2015-01-23 12:04:39 +0100
  • 04b611df1c python fails CJentzsch 2015-01-23 09:57:49 +0100
  • 64fc464e03 add python fail CJentzsch 2015-01-22 23:14:12 +0100
  • d792e95c21 Merge branch 'Gustav-Simonsson-import_presale_keys' into develop obscuren 2015-01-22 22:42:52 +0100
  • a125b0fbc3 Merge branch 'import_presale_keys' of https://github.com/Gustav-Simonsson/go-ethereum into Gustav-Simonsson-import_presale_keys obscuren 2015-01-22 22:42:39 +0100
  • a216225827 Merge branch 'pr/evmjit' of https://github.com/chfast/go-ethereum into chfast-pr/evmjit obscuren 2015-01-22 21:47:36 +0100
  • 0dfe511370 Use curve params instead of hardcoded 32 bytes obscuren 2015-01-22 18:15:11 +0100
  • d4cc2d3503 Pad private key when signing & length check for hashes in sign obscuren 2015-01-22 18:12:05 +0100
  • d5f38f5690 JitVM: the EVM JIT bridge Paweł Bylica 2015-01-22 18:00:15 +0100
  • c01f0ae825 Merge commit 'b1971f46cce7d21be5f6277c9f8c406a0d195f78' into natspec Marek Kotewicz 2015-01-22 17:57:53 +0100
  • 81bbe8c93b simplified synchronous polling Marek Kotewicz 2015-01-22 17:57:26 +0100
  • 26e84de180 cppjit fail CJentzsch 2015-01-22 17:27:02 +0100
  • b4e7a5b1c6 python fail CJentzsch 2015-01-22 17:14:50 +0100
  • 7f1d2b28c1 cppjit failure CJentzsch 2015-01-22 16:36:43 +0100
  • 29fa57e9b3 natspec.js updated to use sync api Marek Kotewicz 2015-01-22 15:38:48 +0100
  • 13f39afbdd Merge commit '93fa6855afad7a7eb86e49efe384372a6060da35' into natspec Marek Kotewicz 2015-01-22 15:33:47 +0100
  • 3073511e30 not parsing transaction output Marek Kotewicz 2015-01-22 15:32:52 +0100
  • 6c4432d417 Merge commit 'b32dedc5b54f853cf63bb2663c8bca6aa4272b0b' into natspec Marek Kotewicz 2015-01-22 15:18:59 +0100
  • e45db42e94 fixed contract.js Marek Kotewicz 2015-01-22 15:18:21 +0100
  • 375ca542ab Merge commit '8e3ba3a4285cc7e902a018196b3849df56944dd0' into natspec Marek Kotewicz 2015-01-22 14:38:04 +0100
  • 0202b05a5d implicit solidity method call Marek Kotewicz 2015-01-22 14:37:34 +0100
  • ab0473ef93 failing python test CJentzsch 2015-01-22 14:12:46 +0100
  • d6a92b18d4 fixed natspec example Marek Kotewicz 2015-01-22 13:39:16 +0100
  • 5e623f14f3 Merge commit 'cdd7af2a6e87363d0ff7d2528f9d9b521bf2ef20' into natspec Marek Kotewicz 2015-01-22 13:06:11 +0100
  • 22c77c607e qt sync provider Marek Kotewicz 2015-01-22 13:04:28 +0100
  • b777d6aa3f UI Updates obscuren 2015-01-22 12:35:31 +0100
  • 4b3e56ec23 failing python test CJentzsch 2015-01-22 12:17:52 +0100
  • ad8e92e9c6 Merge commit 'eb4984c0d036c1420e782ca136810e851e33fb37' into natspec Marek Kotewicz 2015-01-21 21:54:51 +0100
  • edfb874527 changes in filter.js (not yet working) Marek Kotewicz 2015-01-21 21:54:03 +0100
  • c2d9c1a6f1 toDecimal/fromDecimal is using bignumber.js now Marek Kotewicz 2015-01-21 21:35:15 +0100
  • 81a5813270 removed unused pieces of code Marek Kotewicz 2015-01-21 21:24:40 +0100
  • 08e2696627 removed send queues from providermanager Marek Kotewicz 2015-01-21 21:22:05 +0100
  • c9693b4746 contract.html example is working with sync api Marek Kotewicz 2015-01-21 21:12:07 +0100
  • ceb4357a8d sync api tests running, removed unused pieces of code Marek Kotewicz 2015-01-21 20:43:20 +0100
  • fc986a3fbe removed unused providers Marek Kotewicz 2015-01-21 20:30:32 +0100
  • 0d2cccc2ce http sync api Marek Kotewicz 2015-01-21 20:29:02 +0100
  • 8af42d42da CamelCase aesCBCDecrypt Gustav Simonsson 2015-01-21 19:08:05 +0100
  • 81ff253e68 Merge commit 'c4638ba3edbd14677da5441d61f7845668df2b22' into natspec Marek Kotewicz 2015-01-21 18:58:33 +0100
  • e68f8e79ea natspec changes Marek Kotewicz 2015-01-21 18:58:13 +0100
  • e1fcffcc81 gulp Marek Kotewicz 2015-01-21 18:58:01 +0100
  • f3e78e50ff changes to for natspec Marek Kotewicz 2015-01-21 18:56:30 +0100
  • c14900dbb0 Add initial P2P json logs Taylor Gerring 2015-01-21 11:47:21 -0600
  • 0aa76d3e5b Rename jsonlogger method Taylor Gerring 2015-01-21 11:45:30 -0600
  • 622bfd4f08 Check LogSystem type Taylor Gerring 2015-01-21 10:58:09 -0600
  • 1077109e11 Add JsonLogger type Taylor Gerring 2015-01-21 10:57:29 -0600
  • ed7d7b405e Split file cleanup Taylor Gerring 2015-01-21 10:26:54 -0600
  • 41d80ba17b Add JsonLevel log level Taylor Gerring 2015-01-21 10:18:46 -0600
  • bdf99e0981 Add LogFormat flag Taylor Gerring 2015-01-21 10:17:07 -0600
  • acdc19d1b7 Add rawLogSystem Taylor Gerring 2015-01-21 10:16:15 -0600
  • 7f9c335487 Split into multiple files Taylor Gerring 2015-01-21 10:04:11 -0600
  • 1f8290ca44 Add ImportPreSaleKey Gustav Simonsson 2015-01-20 23:55:13 +0100
  • 4df2e1ef5c updated tests obscuren 2015-01-22 00:37:58 +0100
  • 67f9783e6a Moved obscuren secp256k1-go obscuren 2015-01-22 00:35:00 +0100
  • 6eaa404187 Moved sha3 from obscuren obscuren 2015-01-22 00:25:00 +0100
  • 0045ce4cde Future blocks not allowed obscuren 2015-01-22 00:24:30 +0100
  • 465b0a79d8 Updated browser & pass view to callback function obscuren 2015-01-22 00:24:20 +0100
  • 215780ab56 Move GetRequestReply to EthereumApi Taylor Gerring 2015-01-20 13:58:51 -0600
  • a6d4ce2630 Move argument types to separate file Taylor Gerring 2015-01-20 13:57:51 -0600
  • 0c77a96249 Move websockets out of cmd/util Taylor Gerring 2015-01-20 13:40:24 -0600
  • d92fde6980 Merge branch 'develop' into jsonrpc Taylor Gerring 2015-01-20 13:22:38 -0600
  • 87f50659db fixed url bug in browser obscuren 2015-01-20 18:42:29 +0100
  • 689630d261 Merge commit '53b4fda16d0b191be8ab986379a328aa38aaf916' into natspec Marek Kotewicz 2015-01-20 17:48:08 +0100
  • 848c54dc47 _currentAbi object Marek Kotewicz 2015-01-20 17:46:37 +0100
  • 9845029a75 StdVm by default obscuren 2015-01-20 15:49:12 +0100
  • 375cc67ba6 Hide browser bar when coming from a DApp url obscuren 2015-01-20 15:48:38 +0100
  • 380c1522ac solidity methods "overloading" Marek Kotewicz 2015-01-20 15:06:05 +0100
  • 4dd7be7ed0 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-01-20 15:04:30 +0100
  • 12fad65991 Merge pull request #259 from Gustav-Simonsson/develop Jeffrey Wilcke 2015-01-20 15:04:21 +0100
  • be58138100 more SHA3 tests, and random failing tests for python CJentzsch 2015-01-20 10:33:26 +0100
  • 5c79ee4446 fixed natspec_contract.html example Marek Kotewicz 2015-01-20 09:22:32 +0100
  • d48140cab3 Address pull request comments Gustav Simonsson 2015-01-19 22:12:22 +0100
  • 3cf038f300 Address pull request comments Gustav Simonsson 2015-01-19 20:24:30 +0100
  • dabbb6df65 Merge branch 'develop' of https://github.com/ethereum/tests into develop CJentzsch 2015-01-19 15:17:20 +0100
  • 8871fb4e0e add python fail CJentzsch 2015-01-19 15:15:41 +0100
  • eecee75336 fixed sudo access sveneh 2015-01-19 15:10:08 +0100
  • 83505e61f3 Merge commit '2b4d38b9bf059014596e1ab00c99dc2ad4ab3761' into ethereumjs Marek Kotewicz 2015-01-19 13:53:44 +0100
  • 6a58db66f7 parsing real, ureal values on output Marek Kotewicz 2015-01-19 13:22:58 +0100
  • af54832d24 encoding real on input Marek Kotewicz 2015-01-19 12:59:29 +0100
  • 86b417e83f fixes for autoprovider Marek Kotewicz 2015-01-19 11:36:41 +0100
  • f34838688e Minor browser improvements obscuren 2015-01-19 11:23:17 +0100
  • bcb1166e52 Added 0 key proof error obscuren 2015-01-19 11:22:56 +0100
  • 8d1637f567 Moved connection errors to DebugDetail level obscuren 2015-01-19 11:21:46 +0100
  • b03614527b VmDebug => StdVm obscuren 2015-01-19 11:20:55 +0100
  • 9b509f6478 Print error instead of returning for seed node err obscuren 2015-01-19 11:20:12 +0100
  • 89c69a1d25 VmDebug => StdVm obscuren 2015-01-19 11:18:34 +0100
  • 06bfe19f05 Merge pull request #260 from fjl/rlp-encoder Jeffrey Wilcke 2015-01-19 10:59:35 +0100
  • 6e8085b839 remove old requires wanderer 2015-01-18 22:14:53 -0500
  • f5ec2470db use require-all wanderer 2015-01-18 21:54:29 -0500
  • 7394ee7c72 Fixed difficulty obscuren 2015-01-18 15:45:54 +0100
  • b2d23b91e7 Merge pull request #32 from kumavis/patch-1 Marek Kotewicz 2015-01-18 00:30:08 +0100
  • 2ce109eb53 Merge commit '6a383d6ed3fb37cf6739f6ac441652adfdb70463' into ethereumjs Marek Kotewicz 2015-01-17 15:45:11 +0100
  • 823fb2995b tests for parsing output array Marek Kotewicz 2015-01-17 13:50:07 +0100