1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • 3976b52ed7 Updated vm obscuren 2014-10-17 17:14:29 +0200
  • e183880d8b arith test obscuren 2014-10-17 17:11:45 +0200
  • d7736a7bbb Quick dirty peer update obscuren 2014-10-17 17:11:34 +0200
  • df2b70853f Merge pull request #58 from fjl/feature/event Jeffrey Wilcke 2014-10-17 17:10:34 +0200
  • 9e6411db31 Merge pull request #140 from fjl/feature/event Jeffrey Wilcke 2014-10-17 17:10:30 +0200
  • 751668571e json was invalid and missing quotes ethers 2014-10-16 17:08:20 -0700
  • 3b70985284 added eth tester obscuren 2014-10-16 21:34:59 +0200
  • fa84e50ddb event: panic for duplicate type Felix Lange 2014-10-16 18:59:28 +0200
  • ade980912d ethreact: remove package Felix Lange 2014-10-14 02:18:12 +0200
  • 28570ef109 eventer: remove package Felix Lange 2014-10-14 02:17:50 +0200
  • 20cdb73862 ethchain: fix tests Felix Lange 2014-10-14 02:01:46 +0200
  • 36cdab2068 all: use (blocking) event package instead of ethreact Felix Lange 2014-10-14 01:58:31 +0200
  • 6906904896 event: make TypeMux zero value ready to use Felix Lange 2014-10-16 18:10:09 +0200
  • 10bbf265b2 event: make Unsubscribe idempotent Felix Lange 2014-10-16 18:08:48 +0200
  • dac4a8f113 event: add some documentation Felix Lange 2014-10-16 18:07:27 +0200
  • 93fcabd251 Fixed most of the tests obscuren 2014-10-16 18:27:05 +0200
  • f5b8775bed event: new package for event multiplexer Felix Lange 2014-10-14 01:56:24 +0200
  • 0e687cee47 Update vmEnvironmentalInfoTest.json Jeffrey Wilcke 2014-10-16 17:13:24 +0200
  • bb5038699e Corrected package .... obscuren 2014-10-16 13:41:44 +0200
  • 65cdb3436e Updated tests obscuren 2014-10-16 13:40:46 +0200
  • 86f789333a Moved state reset to defered function obscuren 2014-10-16 13:39:30 +0200
  • febec5ca4a Switch EXT* codes obscuren 2014-10-16 13:39:11 +0200
  • 70f7a0be11 Use the state instead of the state object directly. obscuren 2014-10-16 13:38:21 +0200
  • 0a99719a39 mist: update for new ethlog.LogSystem interface (in ethereum/eth-go#59) Felix Lange 2014-10-16 12:07:16 +0200
  • 311c6f8a3f Fixed remote Arithmetic tests obscuren 2014-10-15 17:12:26 +0200
  • 78a78e2e6c updated genesis_hash Christoph Jentzsch 2014-10-15 14:19:11 +0200
  • 7227552f42 Fix ethereum compilation and functioning on Windows. repl console output is now colored. repl "exit" command now works. Erez Wanderman 2014-10-15 02:41:26 +0300
  • 266d212094 Working on test suite obscuren 2014-10-15 00:41:00 +0200
  • 3d177be73e Couple of minor issues fixed obscuren 2014-10-15 00:40:41 +0200
  • 0aea5fc4a3 adapt to new event package Felix Lange 2014-10-14 19:38:38 +0200
  • 7ca7938d8e Removed old installer script obscuren 2014-10-14 15:31:25 +0200
  • f55e39cf1a Tests for native function calling obscuren 2014-10-14 13:37:26 +0200
  • 393a92811b Changed VM Test code obscuren 2014-10-14 12:21:46 +0200
  • 294b437414 New VM obscuren 2014-10-14 11:49:15 +0200
  • c5bd32b0ad Refactored VM to two separate VMs; std & debug obscuren 2014-10-14 11:48:52 +0200
  • b315da618b Merge pull request #23 from ethers/fix22 Christoph Jentzsch 2014-10-14 10:33:26 +0200
  • 03e082d4ac Merge branch 'master' into develop obscuren 2014-10-14 09:47:38 +0200
  • db6f4ab1cc Merge branch 'master' into develop obscuren 2014-10-14 09:47:19 +0200
  • 0a76a3a312 numbers should be strings #22 ethers 2014-10-13 14:45:30 -0700
  • 1644b1e53e Merge pull request #137 from caktux/master Jeffrey Wilcke 2014-10-13 12:57:50 +0200
  • cfd1f0907f build status caktux 2014-10-12 02:15:15 -0400
  • 1f67385f13 Added some MUL tests Christoph Jentzsch 2014-10-11 13:18:00 +0200
  • 7a7e198395 Added some MUL tests Christoph Jentzsch 2014-10-11 13:11:59 +0200
  • 46eb6283ae tested new opcodes (JUMPDEST,CALLCODE) and created test for CALL/CREATE depth Christoph Jentzsch 2014-10-11 12:18:13 +0200
  • 2e894b668a Max callstack obscuren 2014-10-11 00:41:37 +0200
  • 8128190fb2 Merge pull request #136 from fjl/feature/raceless-ethereum-filters Jeffrey Wilcke 2014-10-10 22:59:11 +0200
  • cb845b9bc8 Implemented AR PoW obscuren 2014-10-10 22:44:20 +0200
  • 56843ca0fc Added some methods to comply to the PoW block interface obscuren 2014-10-10 22:42:37 +0200
  • 8d38d62d10 INVALID stops the operation and doesn't cost gas Nick Savers 2014-10-10 18:09:41 +0200
  • e02c0fa808 Added generic big to 256 method. Implemented new iterator obscuren 2014-10-10 17:00:06 +0200
  • 9b494c6869 Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop obscuren 2014-10-10 16:58:26 +0200
  • 3db6a8e92d Merge pull request #57 from fjl/feature/raceless-ethereum-filters Jeffrey Wilcke 2014-10-10 16:57:54 +0200
  • 6fec5bd32e Merge pull request #56 from fjl/feature/raceless-eventer Jeffrey Wilcke 2014-10-10 16:57:50 +0200
  • 6877660fe2 Implemented new iterator obscuren 2014-10-10 16:56:28 +0200
  • c1f8a640d3 mist: adapt to API changes in ethereum/eth-go#57 Felix Lange 2014-10-08 19:16:03 +0200
  • ed6eba7c8e Update + ABA recursive bomb which needs maximum recursion limit of 1024 Christoph Jentzsch 2014-10-08 19:08:48 +0200
  • e83a999039 eth: fix filter map data race Felix Lange 2014-10-08 19:04:58 +0200
  • 44674cb96c eventer: fix data race Felix Lange 2014-10-08 16:26:14 +0200
  • d451269977 eventer: add test for concurrent Post/Register Felix Lange 2014-10-08 16:20:44 +0200
  • 7c9508ed71 eventer: fix tests Felix Lange 2014-10-08 16:20:28 +0200
  • a38dafcc57 Moved the To256 obscuren 2014-10-08 16:11:36 +0200
  • 2d72050db1 Applied recent protocol changes (PoC7) to existin tests Christoph Jentzsch 2014-10-08 14:37:18 +0200
  • bd7aca76e1 Proper new block obscuren 2014-10-08 12:33:33 +0200
  • 4de3ad1712 New block message obscuren 2014-10-08 12:29:49 +0200
  • 83a4b8b49b Version bump obscuren 2014-10-08 12:24:42 +0200
  • b93d6ca5d2 Renamed Sha3Bin to Sha3 obscuren 2014-10-08 12:06:48 +0200
  • 9d86a49a73 Renamed Sha3Bin to Sha3 obscuren 2014-10-08 12:06:39 +0200
  • f3196c915a Precompiled crypto contracts obscuren 2014-10-08 12:01:36 +0200
  • 9b60cf267a Removed POST & moved CALLCODE obscuren 2014-10-08 12:01:14 +0200
  • 11ace54307 ECRECOVER RIPEMD160 SHA256 obscuren 2014-10-08 12:00:50 +0200
  • 6de726f16c Protocol bump obscuren 2014-10-08 12:00:03 +0200
  • b417766b36 Minor tweaks for poc7 obscuren 2014-10-08 11:59:44 +0200
  • dfe66cab3f Merge remote-tracking branch 'origin/develop' PoC6 Christoph Jentzsch 2014-10-08 11:05:51 +0200
  • 1a67a96cff Merge pull request #18 from CJentzsch/develop vbuterin 2014-10-07 15:10:23 +0100
  • ffd6bc97ad Merge remote-tracking branch 'origin/develop' into develop Christoph Jentzsch 2014-10-07 15:47:34 +0200
  • 9779d67b8c CallToNameRegistratorOutOfGas balance correction Christoph Jentzsch 2014-10-07 15:45:53 +0200
  • a4f5f45228 Merge pull request #17 from CJentzsch/develop vbuterin 2014-10-07 14:13:12 +0100
  • b6d7cba499 Merge remote-tracking branch 'upstream/develop' into develop Christoph Jentzsch 2014-10-07 15:02:51 +0200
  • 865cb4083d Added A calls B calls A contracts Christoph Jentzsch 2014-10-07 15:02:36 +0200
  • b4fa28a3e6 Merge branch 'release/0.6.8' into develop obscuren 2014-10-07 11:21:29 +0200
  • d1a6084bf7 Merge branch 'release/0.6.8' v0.6.8 obscuren 2014-10-07 11:20:52 +0200
  • a9b857769d bump obscuren 2014-10-07 11:19:42 +0200
  • 0015ce1e35 kick of bad peers obscuren 2014-10-07 11:18:46 +0200
  • 4ed94d3d51 removed old windows & added websockets to mist obscuren 2014-10-07 11:18:34 +0200
  • 49a9f47aec Merge pull request #16 from CJentzsch/develop Jeffrey Wilcke 2014-10-07 10:56:17 +0200
  • 94a493b0d9 Merge remote-tracking branch 'upstream/develop' into develop Christoph Jentzsch 2014-10-07 10:51:32 +0200
  • 72853c4382 corrected amount of used gas for CallToNameRegistratorOutOfGas Christoph Jentzsch 2014-10-07 10:51:07 +0200
  • 3b0ec436e4 Merge pull request #15 from CJentzsch/develop vbuterin 2014-10-07 05:52:43 +0100
  • 222068b9ba Merge remote-tracking branch 'upstream/develop' into develop Christoph Jentzsch 2014-10-06 21:17:28 +0200
  • c1696531a6 corrected tests and different style for storage Christoph Jentzsch 2014-10-06 21:17:09 +0200
  • c95dfec5e4 push data instead of assign obscuren 2014-10-06 19:26:51 +0200
  • aec3252b8e Merge pull request #14 from CJentzsch/develop vbuterin 2014-10-06 09:39:46 +0100
  • e17a909f70 Merge remote-tracking branch 'upstream/develop' into develop Christoph Jentzsch 2014-10-06 10:31:51 +0200
  • 33fcab5727 Bug fix, corrected gasLimit in vmSystemOperationsTest Christoph Jentzsch 2014-10-06 10:30:04 +0200
  • 25f9fd542a one more vm test Vitalik Buterin 2014-10-04 15:47:00 -0400
  • 2d561a5373 separated out vmtests Vitalik Buterin 2014-10-04 15:15:37 -0400
  • b0c48fa8d6 Merge pull request #13 from CJentzsch/develop vbuterin 2014-10-04 17:18:02 +0100
  • e100aa3c6c Changed to new "created address" obscuren 2014-10-02 17:35:57 +0200
  • 677836cbee Kick off bad peers on bad chains and improved catch up on diverted chain obscuren 2014-10-02 17:35:38 +0200
  • a75c92000f Black listing of bad peers obscuren 2014-10-02 17:03:48 +0200