Commit Graph

  • 699dcaf65c Reworked chain handling process obscuren 2014-11-04 12:46:33 +01:00
  • f4b717cb9d Bloom validation obscuren 2014-11-04 11:04:02 +01:00
  • f59a3b67f6 StateManager => BlockManager obscuren 2014-11-04 10:57:02 +01:00
  • 1025d097fd removed old bloom obscuren 2014-11-04 10:49:25 +01:00
  • d56d0c64aa Version bump obscuren 2014-11-04 01:50:16 +01:00
  • 0c4adeceae Properly list caps obscuren 2014-11-04 01:47:02 +01:00
  • f76f953f0c Removed debug print obscuren 2014-11-04 01:33:31 +01:00
  • 9c2b878678 Sha addresses obscuren 2014-11-04 01:29:49 +01:00
  • a82b89e2d5 Added storage root to dump obscuren 2014-11-03 23:45:44 +01:00
  • c8302882c8 method change obscuren 2014-11-03 23:45:32 +01:00
  • d87aa24885 Fixed genesis obscuren 2014-11-03 23:45:16 +01:00
  • 0cdef3376d example Marek Kotewicz 2014-11-03 17:46:56 +01:00
  • 92c7aca817 Refactored compress method into something more organised obscuren 2014-11-03 14:59:50 +01:00
  • 3aebe532e5 Updated vmNamecoin.json to new sstore prices Christoph Jentzsch 2014-11-03 13:58:21 +01:00
  • 8a0be21839 Added example state test Christoph Jentzsch 2014-11-03 13:53:00 +01:00
  • 83643addbc removed systemoperationstests Christoph Jentzsch 2014-11-03 13:36:25 +01:00
  • 3930ca3a9a Restructered tests in folders in accordance to test suites Christoph Jentzsch 2014-11-03 13:22:15 +01:00
  • b0e11826e5 lgpl Marek Kotewicz 2014-11-03 12:40:57 +01:00
  • e3998e30ba Don't run 'npm test' Corey Farwell 2014-11-02 22:00:13 -05:00
  • 51d79f3e3b Fix JSHint errors Corey Farwell 2014-11-02 21:56:45 -05:00
  • b773e57490 Enable Travis CI Corey Farwell 2014-11-02 21:35:28 -05:00
  • 76c9c8d653 Compress data on db level. Closes #174 obscuren 2014-11-03 00:31:15 +01:00
  • bd4f51ff3c Use new iterator obscuren 2014-11-03 00:30:52 +01:00
  • 5dcf59bdf4 Forgot to put in regular bytes during decompression obscuren 2014-11-03 00:29:34 +01:00
  • 9f8bcf3abc Added RLE compression. Closes #171 obscuren 2014-11-02 23:33:06 +01:00
  • 1bb398f4e2 Sign ext obscuren 2014-11-02 19:39:45 +01:00
  • 3f90f7c898 Signextend obscuren 2014-11-01 02:14:55 +01:00
  • c8438979a9 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2014-11-01 01:18:13 +01:00
  • 141d3caabb Re-org op codes obscuren 2014-11-01 01:18:03 +01:00
  • 394e0f60c2 chain, tests/helper, vm: make tests compile Felix Lange 2014-10-31 18:56:25 +01:00
  • b95d9e005d .gitignore: ignore .ethtest Felix Lange 2014-10-31 18:55:39 +01:00
  • f3473312ba all: fix rename breakage Felix Lange 2014-10-31 18:40:32 +01:00
  • 5af4ff985d ethminer => miner obscuren 2014-10-31 14:56:42 +01:00
  • 4914a78c8c ethwire => wire obscuren 2014-10-31 14:53:42 +01:00
  • af34749a6b ethtrie => trie obscuren 2014-10-31 14:45:03 +01:00
  • af8f5f0b69 ethstate => state obscuren 2014-10-31 14:43:14 +01:00
  • 0ed1a8b50a ethpipe => xeth (eXtended ETHereum) obscuren 2014-10-31 14:30:08 +01:00
  • 8826e9694c Moved utils to cmd obscuren 2014-10-31 14:20:11 +01:00
  • c8307a9e44 license Marek Kotewicz 2014-10-31 14:12:05 +01:00
  • b1c247231b ethlog => logger obscuren 2014-10-31 12:56:05 +01:00
  • fd9da72536 ethcrypto => crypto obscuren 2014-10-31 12:37:43 +01:00
  • 3ee0461cb5 Moved ethchain to chain obscuren 2014-10-31 10:59:17 +01:00
  • 8e0a39f33f Updated to use ethereum.js obscuren 2014-10-31 10:50:16 +01:00
  • e84fa8d4e6 transacton => transaction Jeffrey Wilcke 2014-10-30 23:36:06 +01:00
  • f11b5f3e40 Added account prop Jeffrey Wilcke 2014-10-30 22:20:22 +01:00
  • 5538ff7252 Fixed Qt provider Jeffrey Wilcke 2014-10-30 22:17:50 +01:00
  • aca9a41fcf Merge pull request #1 from debris/master Jeffrey Wilcke 2014-10-30 21:35:40 +01:00
  • df5603de0a Moved logging to state, proper structured block obscuren 2014-10-30 13:32:50 +01:00
  • 014d370b5d New SIGNEXTEND tets Christoph Jentzsch 2014-10-29 21:23:56 +01:00
  • fa890c8c01 Merge pull request #167 from fjl/feature/split-tx-event Jeffrey Wilcke 2014-10-29 21:10:04 +01:00
  • ce2ec1980b Merge pull request #166 from fjl/fix/mist-quit Jeffrey Wilcke 2014-10-29 21:09:32 +01:00
  • 155d449be2 New tests for BNOT and SIGNEXTEND Christoph Jentzsch 2014-10-29 20:59:05 +01:00
  • f05d422a97 ethchain: fix dependency Felix Lange 2014-10-29 20:39:01 +01:00
  • 2ef044edfc Use new bloom when filtering for topics obscuren 2014-10-29 20:33:25 +01:00
  • cc67a84e94 Added bloom 9 point lookup and bloom test obscuren 2014-10-29 20:16:18 +01:00
  • 81ec564ef6 Merge pull request #168 from fjl/feature/working-tests Jeffrey Wilcke 2014-10-29 19:48:38 +01:00
  • 4cf69d7cd3 vm: fix basic VM tests Felix Lange 2014-10-29 18:40:18 +01:00
  • 38034c3066 ethwire: fix ClientIdentity test Felix Lange 2014-10-29 18:39:51 +01:00
  • 56014844a9 ethpipe: delete useless test Felix Lange 2014-10-29 18:38:52 +01:00
  • d9bccdde23 ethchain: fix tests Felix Lange 2014-10-29 18:38:05 +01:00
  • 051af604e2 ethcrypto: fix the tests Felix Lange 2014-10-29 18:35:33 +01:00
  • cb607b4911 changes to make whisper working Marek Kotewicz 2014-10-29 17:14:59 +01:00
  • 31c6159019 filters refactored Marek Kotewicz 2014-10-29 14:45:39 +01:00
  • 9e2f071d26 Removed events from the state manager obscuren 2014-10-29 14:20:42 +01:00
  • 9adb625846 polling whisper in progress Marek Kotewicz 2014-10-29 12:44:50 +01:00
  • fb4113dab4 PoC 7 updates obscuren 2014-10-29 10:34:40 +01:00
  • 665a44646e Generic hashing method obscuren 2014-10-29 10:29:22 +01:00
  • 6b3f5fb82b cmd/mist, ethchain, ethminer: split TxEvent (#165) Felix Lange 2014-10-29 03:50:20 +01:00
  • e252dbf989 eth: stop eventMux first Felix Lange 2014-10-29 03:01:20 +01:00
  • 8170f96ded javascript: remove unused quit channel Felix Lange 2014-10-29 03:00:29 +01:00
  • 0b10cbd713 http renamed to httprpc Marek Kotewicz 2014-10-28 16:53:31 +01:00
  • 3119be908c db and shh Marek Kotewicz 2014-10-28 13:40:50 +01:00
  • 48125a25eb Added missing requires on SSTORE SLOAD obscuren 2014-10-28 13:26:30 +01:00
  • 7849b7e978 Refund SSTORE properly obscuren 2014-10-28 13:22:04 +01:00
  • c9eae764b8 Update SSTORE gas cost and BNOT instead of NEG Christoph Jentzsch 2014-10-28 12:58:27 +01:00
  • 28d4250866 cleaner promises Marek Kotewicz 2014-10-28 10:43:12 +01:00
  • 5920aa7be6 Updated readme obscuren 2014-10-27 17:24:43 +01:00
  • 1e55fe3aa2 Updated readme obscuren 2014-10-27 17:22:29 +01:00
  • 9d386033ef Added bug obscuren 2014-10-27 17:16:03 +01:00
  • 2b02d81253 Added in progress to readme obscuren 2014-10-27 17:14:37 +01:00
  • 11b3f97520 Upped protocol obscuren 2014-10-27 17:02:45 +01:00
  • 10782c5aae Added removal off erroneous txs. Fixed pipeline obscuren 2014-10-27 17:02:31 +01:00
  • cbc6709937 Version bump obscuren 2014-10-27 16:53:31 +01:00
  • ca18b3f1e9 Do not return error on VM exception obscuren 2014-10-27 16:53:20 +01:00
  • 69e745c537 Return erroneous txs (so we can remove them from the pool) obscuren 2014-10-27 16:52:58 +01:00
  • 003280888d increased default gas from 500 to 5000 obscuren 2014-10-27 12:25:54 +01:00
  • 797b93c98c Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2014-10-27 11:50:50 +01:00
  • b095bd3237 events should be set prior to calling mainloop obscuren 2014-10-27 11:50:38 +01:00
  • 1d3f43f060 Added generic add balance method obscuren 2014-10-27 11:44:40 +01:00
  • d586dd902d Fixed bloom obscuren 2014-10-27 11:44:28 +01:00
  • 272d58662c Implemented LOG. Closes #159 obscuren 2014-10-27 11:44:16 +01:00
  • 6623500c6b Implemented new bloom filter. Closes #156 obscuren 2014-10-27 11:22:27 +01:00
  • 08c26ab8b0 Removed unnecessary code. obscuren 2014-10-26 20:09:51 +01:00
  • f62b6742f2 Merge pull request #152 from ethersphere/p2p Viktor Trón 2014-10-24 12:20:50 +01:00
  • e73aad959e ethutil: re-add build constraints in script*.go (fixes #151) Felix Lange 2014-10-24 01:04:10 +02:00
  • 771fbcc02e initial commit of p2p package zelig 2014-10-23 16:57:54 +01:00
  • 119c5b40a7 Merge pull request #150 from fjl/develop Jeffrey Wilcke 2014-10-23 16:46:18 +02:00
  • ad2a75ac58 Added new recursive bombs Christoph Jentzsch 2014-10-23 16:05:49 +02:00
  • 184055b3e2 cmd/*: add license headers Felix Lange 2014-10-23 15:48:53 +02:00
  • bd2862aec6 fix 'go get' commands in after the move to cmd/ Felix Lange 2014-10-23 15:06:26 +02:00