Commit graph

  • e221a449e0 cmd/geth, jsre, rpc: run all JS code on the event loop Felix Lange 2015-05-25 02:27:37 +0200
  • 9e1fd70b50 p2p: decrease frameReadTimeout to 30s Felix Lange 2015-05-22 15:38:17 +0200
  • 1440f9a37a p2p: new dialer, peer management without locks Felix Lange 2015-05-16 00:38:28 +0200
  • 9f38ef5d97 p2p/discover: add ReadRandomNodes Felix Lange 2015-05-21 02:11:41 +0200
  • 64564da20b p2p: decrease maximum message size for devp2p to 1kB Felix Lange 2015-05-18 01:14:35 +0200
  • 7b93341836 Godeps: add github.com/davecgh/go-spew Felix Lange 2015-05-16 00:56:51 +0200
  • dbdc5fd4b3 p2p: delete Server.Broadcast Felix Lange 2015-05-14 17:41:43 +0200
  • 2f249fea44 eth: stop p2p.Server on shutdown Felix Lange 2015-05-16 20:51:13 +0200
  • 394826f520 Merge pull request #1066 from karalabe/peer-db-polishes Felix Lange 2015-05-25 01:16:23 +0200
  • 97ab1abc1b p2p: maxpeers -1 disables the network, maxpeers 0 allowed and means 0 dynamic peers zelig 2015-05-24 22:39:27 +0100
  • b06226678e addRequester now called when protocol addRetreiveRequest is called - on a newly created chunk, newRequestStatus is called - newRequestStatus: C ready channel and requesters map initialised - fix logmessage bug by checking is request.peer is nil (outgoing request) zelig 2015-05-24 19:19:17 +0100
  • c31f8e2bd7 compile solidity contracts with std library Marek Kotewicz 2015-05-24 19:12:18 +0200
  • 12d3bc019e Merge remote-tracking branch 'origin/contractinfo' into bzz zelig 2015-05-24 17:18:29 +0100
  • f1ce5877ba do not export ring buffer struct Jason Carver 2015-05-23 12:04:00 -0700
  • 8a7fb5fd34 do not export constant for when to log a deep block you mined Jason Carver 2015-05-23 12:00:18 -0700
  • 3aac38f60f Resolver: registries use global registrar * global registrar now in resolver, console jsre refers to resolver.abi/addr, geth/contracts.go removed * add Call to resolver backend interface * global registrar name registry interface in resolver * the hashReg and UrlHing contracts now initialised from global registry * if not registered one can call the CreateContracts which creates them, reserved and registers them * tests * newRegistry returns the contract addresses for HashReg and UrlHint zelig 2015-05-22 04:30:51 +0100
  • 97433f5ef1 expand acronym in log message from TD Jason Carver 2015-05-22 19:12:59 -0700
  • ba295ec6fe Log locally mined blocks, after they are 5-deep in the chain Jason Carver 2015-05-21 08:50:01 -0700
  • 51052c52f5 Merge 13a28b18fe into b2b9b3b567 Alexandre Van de Sande 2015-05-22 14:06:32 +0000
  • b2b9b3b567 Merge pull request #1077 from obscuren/disasm Jeffrey Wilcke 2015-05-22 06:51:38 -0700
  • 7381be8edb core/vm, rpc: added disasm to ext_ RPC obscuren 2015-05-22 15:38:46 +0200
  • f7415c0bbc Merge pull request #1076 from obscuren/rpc_sign Jeffrey Wilcke 2015-05-22 04:08:51 -0700
  • 6539ccae7c core: added RPC sign back in obscuren 2015-05-22 13:00:04 +0200
  • 01ddaf5670 Merge pull request #1072 from Gustav-Simonsson/add_random_tests Jeffrey Wilcke 2015-05-22 02:34:48 -0700
  • f5e112ae5a Merge pull request #1074 from bas-vk/issue1068 Jeffrey Wilcke 2015-05-22 02:22:49 -0700
  • 821b578f7e make registrar available in console Bas van Kervel 2015-05-22 09:13:45 +0200
  • 13a28b18fe Trying to make sense and ordering of unit names Alexandre Van de Sande 2015-05-21 21:19:00 -0300
  • 6ad817e17b Add StateTests/RandomTests and VMTests/RandomTests Gustav Simonsson 2015-05-21 23:04:46 +0200
  • 72f13dc2c4 fixed formatting Bas van Kervel 2015-05-21 19:57:22 +0200
  • 13e662f6de Merge branch 'develop' 0.9.23 obscuren 2015-05-21 19:53:35 +0200
  • 054abe20b8 miner: moved break INSIDE the switch ... obscuren 2015-05-21 19:53:27 +0200
  • 88c7f2b249 wait for a downloader done/failed event before breaking the miner update loop Bas van Kervel 2015-05-21 19:51:34 +0200
  • 8c25a83708 Merge branch 'release/0.9.23' into develop obscuren 2015-05-21 18:59:26 +0200
  • 2c1c78a6d9 Merge branch 'release/0.9.23' v0.9.23 obscuren 2015-05-21 18:58:57 +0200
  • cbd3ae6906 p2p/discover: fix #838, evacuate self entries from the node db Péter Szilágyi 2015-05-21 19:41:46 +0300
  • af24c271c7 p2p/discover: fix database presistency test folder Péter Szilágyi 2015-05-21 19:28:10 +0300
  • 3ea9868b65 miner: on downloader.Done/Fail stop immediately. Ignore pending evs obscuren 2015-05-21 18:14:32 +0200
  • 4600ecb5c7 cmd/geth: bump version 0.9.23 obscuren 2015-05-21 17:56:06 +0200
  • f1cc3619f5 Merge pull request #1055 from ethersphere/autodag Jeffrey Wilcke 2015-05-21 09:01:57 -0700
  • af28736bd0 Merge pull request #1064 from karalabe/downloader-attacks Jeffrey Wilcke 2015-05-21 09:00:12 -0700
  • 06a041589f eth, eth/downloader: remove duplicate consts, bump hash fetch to 2K Péter Szilágyi 2015-05-21 18:16:04 +0300
  • bed80133e0 automatic DAG pregeneration for smooth epoch transitions - backend: AutoDAG bool flag passed from cli/eth.Config to ethereum, autoDAG loop started if true - backend: autoDAG loop start/stop, remove previous DAG - cli: AutoDAG bool flag, off by default, but automatically ON if mining - admin jsre: add startAutoDAG stopAutoDAG and makeDAG in miner section - switch on/off DAG autogeneration when miner started/stopped on console zelig 2015-05-20 16:56:17 +0100
  • 1da145675d Merge pull request #1063 from bas-vk/issue1053 Jeffrey Wilcke 2015-05-21 06:43:17 -0700
  • a61e6788db prefix dapp key/value entries in extradb Bas van Kervel 2015-05-21 15:20:38 +0200
  • 90b672f1af Merge pull request #1062 from Gustav-Simonsson/tests_updates Jeffrey Wilcke 2015-05-21 04:49:23 -0700
  • bf7dcfce36 Merge pull request #1059 from obscuren/cleanup Jeffrey Wilcke 2015-05-21 04:11:36 -0700
  • 907848997b miner: one-shot update loop obscuren 2015-05-21 11:57:00 +0200
  • 207bd55751 eth: reduced max open files for LevelDB obscuren 2015-05-21 11:45:35 +0200
  • 84cd618585 ethdb: documentation and corruption recovery obscuren 2015-05-21 11:43:05 +0200
  • ef8744d9fc core: switched back to set.Set for uncle verification obscuren 2015-05-21 11:36:39 +0200
  • ff1630834c xeth: removed Value obscuren 2015-05-21 11:36:05 +0200
  • 52db6d8be5 eth/downloader: circumvent a forged block chain with known parent attack Péter Szilágyi 2015-05-21 08:37:27 +0300
  • e8b22b9253 eth/downloader: prevent a peer from dripping bad hashes Péter Szilágyi 2015-05-21 08:07:58 +0300
  • 460446b0a6 Merge b2685aad2a into 79042223dc Péter Szilágyi 2015-05-19 22:24:29 +0000
  • 197d4859c0 Merge a8ef65f53d into 9b825e2728 Christoph Jentzsch 2015-05-19 13:46:18 +0000
  • a8ef65f53d unskip Christoph Jentzsch 2015-05-19 12:25:04 +0200
  • 614b76baf7 added some debug logs zelig 2015-05-18 20:30:40 +0100
  • 6a72cd45e2 Add wrapper for BlockTests/bcWalletTest.json Gustav Simonsson 2015-05-18 16:28:54 +0200
  • 1d51cada3c Handle call depth exception for CREATE Gustav Simonsson 2015-05-18 16:23:20 +0200
  • 36419defd1 Update Ethereum JSON test files Gustav Simonsson 2015-05-18 12:45:24 +0200
  • 9bde7fd72e Merge pull request #1043 from obscuren/test_fixes Jeffrey Wilcke 2015-05-20 03:06:04 -0700
  • 8fe8ec84f6 Merge pull request #1049 from zsfelfoldi/receipts Jeffrey Wilcke 2015-05-20 03:00:36 -0700
  • 0300eef94d Merge pull request #1048 from ethersphere/cli-fixes Jeffrey Wilcke 2015-05-20 02:31:52 -0700
  • 6b83a0a589 Merge pull request #1050 from karalabe/handle-slow-download-tester Jeffrey Wilcke 2015-05-20 02:29:23 -0700
  • adaa49d2cc Merge pull request #1051 from karalabe/fix-odd-naming Jeffrey Wilcke 2015-05-20 02:29:07 -0700
  • 3c8227b935 eth: fix odd method names in peer set Péter Szilágyi 2015-05-20 10:34:45 +0300
  • 6f54eb6d9a eth/downloader: fix test to it doesn't time out on a slow machine Péter Szilágyi 2015-05-20 10:15:42 +0300
  • 00ec4132f8 Storing tx receipts in extraDb zsfelfoldi 2015-05-20 06:41:50 +0200
  • e1d1417729 rpc: NewNotAvailableError instead of NewNotImplementedError if no solc zelig 2015-05-20 05:29:28 +0100
  • 00f59f5014 fix eth.sign. now implemented in admin jsre until web3.js has it . zelig 2015-05-20 04:38:20 +0100
  • b0ae84aa0d multiple contract source for solidity compiler: returns contract array if multiple contracts. fixes #1023 zelig 2015-05-20 04:11:48 +0100
  • ea893aca8f update web3.js to 0.4.2 zelig 2015-05-20 02:58:49 +0100
  • d92172f3d4 add usage doc to wallet import zelig 2015-05-20 02:42:10 +0100
  • 4201a18117 remove solc flair zelig 2015-05-20 02:15:33 +0100
  • 22b694ee1e solc now in ethereum, fixes solc path setting; setSolc() didnt work zelig 2015-05-20 02:04:52 +0100
  • f9abcee0f9 fix solc tests unskip zelig 2015-05-18 15:31:26 +0100
  • 9617aa8e19 tests: added conditional skip on long running VM tests obscuren 2015-05-20 00:20:07 +0200
  • f5af1fdca8 core/vm: RETURN op code returns pointer to memory rather than copy obscuren 2015-05-19 17:26:38 +0200
  • 648b352424 tests/vm: updated tests and skipped output for specific tests obscuren 2015-05-19 17:22:41 +0200
  • 79042223dc Merge pull request #1044 from obscuren/thread_safe_block_cache Jeffrey Wilcke 2015-05-19 15:11:41 -0700
  • b14ee6ce16 Merge pull request #1046 from tgerring/issue1045 Jeffrey Wilcke 2015-05-19 15:11:20 -0700
  • 8dac28f2e3 core: block cache Has method thread safe obscuren 2015-05-19 17:52:44 +0200
  • 87a05c8f38 core: skipped tests while cache disabled obscuren 2015-05-19 21:50:26 +0200
  • 32b8565022 Support multiple account unlock attempts Taylor Gerring 2015-05-19 14:46:32 -0500
  • af8ada45e7 Allow unlocking multiple accounts #1045 Taylor Gerring 2015-05-19 13:40:41 -0500
  • 46d6470c43 Merge pull request #1035 from karalabe/eth-threadsafe-peers Jeffrey Wilcke 2015-05-19 08:50:38 -0700
  • 9b825e2728 Merge pull request #1036 from tgerring/issue884 Jeffrey Wilcke 2015-05-19 06:44:31 -0700
  • 748263d2f0 Use bytes.Repeat() instead of 32-byte literal Taylor Gerring 2015-05-19 08:14:48 -0500
  • 7d9a13e0d5 core: disable cash tmp obscuren 2015-05-19 12:59:12 +0200
  • 6c2ad7b72e Merge pull request #1034 from obscuren/tx_pool_fix Jeffrey Wilcke 2015-05-18 12:28:51 -0700
  • b7baceefda xeth: remove nonce on error. Fixes #1026 obscuren 2015-05-18 20:26:41 +0200
  • 4755caeb2d eth: remote a superfluous peerSet method Péter Szilágyi 2015-05-18 21:35:42 +0300
  • 5422fe5125 eth: make the peer set thread safe Péter Szilágyi 2015-05-18 21:33:37 +0300
  • bd0c0a633b Merge pull request #1022 from obscuren/parallel_nonce_checks Jeffrey Wilcke 2015-05-18 11:13:53 -0700
  • d6adadc5e3 Merge pull request #1033 from tgerring/issue1010 Jeffrey Wilcke 2015-05-18 11:12:58 -0700
  • 0864f1fc8e Remove unused confirm() method Taylor Gerring 2015-05-18 12:25:33 -0500
  • f14feea436 Refactor user prompts into utils Taylor Gerring 2015-05-18 12:24:30 -0500
  • 36a4ba3248 Add user confirmation for removedb Taylor Gerring 2015-05-18 12:04:35 -0500
  • 40717465bc core: fixed tests obscuren 2015-05-18 17:46:47 +0200
  • 59c0d01418 core: chain manager no longer exports genesis block obscuren 2015-05-18 16:04:10 +0200