Commit Graph

  • 19982f9467 swarm, cmd/swarm: Merge branch 'master' into multiple-ens-endpoints Janos Guljas 2017-12-13 10:23:11 +01:00
  • 3654aeaa4f p2p/simulations: fix gosimple nit (#15661) Felix Lange 2017-12-13 03:15:27 +01:00
  • f258a21a63 rpc: use method constants instead of literal strings (#15652) Vitaly V 2017-12-12 21:12:32 +03:00
  • fd777bb210 p2p/simulations: add mocker functionality (#15207) holisticode 2017-12-12 13:10:41 -05:00
  • 3da1bf8ca1 all: use gometalinter.v2, fix new gosimple issues (#15650) Zach 2017-12-12 18:05:47 +00:00
  • bbea4b2b53 internal/ethapi: fix typo in comment (#15659) yoza 2017-12-13 02:55:39 +09:00
  • 32516c768e cmd/swarm: add config file (#15548) holisticode 2017-12-11 16:56:06 -05:00
  • 1a32bdf92c crypto: fix error check in toECDSA (#15632) Felix Lange 2017-12-11 22:49:09 +01:00
  • 2499b1b139 rlp: fix string size check in readKind (#15625) Felix Lange 2017-12-11 22:47:10 +01:00
  • e7610eadfe whisper: sym encryption message padding includes salt (#15631) Guillaume Ballet 2017-12-11 12:32:58 +01:00
  • 732f5468d3 eth: make tracing API errors more user friendly (#15589) Michael Ruminer 2017-12-09 17:47:13 -05:00
  • bbfe0b8d04 mobile: Add GetSign to BigInt (#15558) Alejandro Isaza 2017-12-09 14:45:46 -08:00
  • 46e5583993 cmd/utils, eth: init etherbase from within eth (#15528) Péter Szilágyi 2017-12-10 00:42:23 +02:00
  • bf62acf033 whisper/whisperv6: remove Version from the envelope (#15621) Guillaume Ballet 2017-12-08 16:08:56 +01:00
  • 586198ccea console: add admin.clearHistory command (#15614) Sorin Neacsu 2017-12-08 06:14:14 -08:00
  • d95962cd5d whisper/whisperv6: remove aesnonce (#15578) Guillaume Ballet 2017-12-08 11:40:59 +01:00
  • 79d5e5593f consensus/ethash: relax requirements when determining future-blocks Martin Holst Swende 2017-12-08 10:06:16 +01:00
  • b5874273ce travis.yml: avoid submodules on builders without tests (#15620) Felix Lange 2017-12-07 15:49:35 +01:00
  • 8092106abc core/types: fix typo in comment (#15619) Airead 2017-12-07 17:06:44 +08:00
  • eab2201f80 eth: return rlp-decoded values from debug_storageRangeAt (#15476) Benoit Verkindt 2017-12-06 07:42:16 -08:00
  • e85b68ef53 crypto: add DecompressPubkey, VerifySignature (#15615) Felix Lange 2017-12-06 16:07:08 +01:00
  • 6e613cf3de cmd/geth: add support for geth attach --testnet (#15597) Sorin Neacsu 2017-12-05 02:17:38 -08:00
  • 1dc19de5da swarm/api: use path.Ext instead strings.LastIndex in MultiResolver.Resolve Janos Guljas 2017-12-04 22:56:52 +01:00
  • e451b65fae swarm: deprecate --ens-addr CLI flag with a warning message Janos Guljas 2017-12-04 22:41:21 +01:00
  • 3732c15faa swarm/api: remove unneeded blank assignement Janos Guljas 2017-12-04 22:32:33 +01:00
  • a758b5cf7a swarm/api: initialize map with make to comply with the convention Janos Guljas 2017-12-04 22:31:00 +01:00
  • 34edbc8868 swarm/api: remove unneeded assignment in MultiResolverOptionWithResolver Janos Guljas 2017-12-04 22:29:37 +01:00
  • 15ad6f27da swarm: check if "--ens-api ''" is specified in order to disable ENS Janos Guljas 2017-12-04 22:28:11 +01:00
  • b33a051a48 swarm: add comment for parseFlagEnsAPI and fix a mistake in comment in code Janos Guljas 2017-12-04 22:20:29 +01:00
  • afb8154eab common: improve IsHexAddress and add tests (#15551) Steven Roose 2017-12-04 19:34:15 +01:00
  • 7898e0d585 swarm: multiple --ens-api flags Janos Guljas 2017-12-04 12:44:24 +01:00
  • 1d06e41f04 p2p, swarm/network/kademlia: use IsZero to check for zero time (#15603) ferhat elmas 2017-12-04 11:07:10 +01:00
  • 43dd8e62fc build: enable gosimple linter (#15593) ferhat elmas 2017-12-01 13:04:06 +01:00
  • 80c6dfc19f crypto/bn256: fix generator on G1 (#15591) Matthew Di Ferrante 2017-12-01 12:03:39 +00:00
  • d927c67f9d eth/downloader: update tests for reliability (#15337) Rob 2017-12-01 21:54:17 +10:00
  • 20fe928914 whisper: rename EnvNonce to Nonce in the v6 Envelope (#15579) Guillaume Ballet 2017-12-01 12:50:19 +01:00
  • 54aeb8e4c0 p2p/simulations: various stability fixes (#15198) Lewis Marshall 2017-12-01 11:49:04 +00:00
  • 057af8c5c8 swarm: add CLI --ens-endpoint flag (#14386) Janos Guljas 2017-12-01 10:32:14 +01:00
  • 73067fd24f buld: enable goconst linter (#15566) Zach 2017-11-30 10:22:26 +00:00
  • e37f7be97e Merge pull request #15577 from karalabe/common-hexconvert-singlebyte Péter Szilágyi 2017-11-29 11:27:24 +02:00
  • b33a5294ea common: fix hex utils to handle 1 byte address conversions Péter Szilágyi 2017-11-29 02:21:41 +02:00
  • be12392fba core/vm: track 63/64 call gas off stack (#15563) Felix Lange 2017-11-28 20:05:49 +01:00
  • 8f35e3086c cmd/geth: fix geth attach --datadir=... (#15517) Maximilian Meister 2017-11-28 14:00:00 +01:00
  • e323ed5a9a Merge pull request #15557 from MaximilianMeister/bootnodes-toml Péter Szilágyi 2017-11-28 13:34:14 +02:00
  • 6bb61ee9ef build: improve ci.go synopsis (#15565) Zach 2017-11-28 09:45:48 +00:00
  • 0f7fbb85d6 trie: make fullnode children hash calculation concurrently (#15131) gary rong 2017-11-27 19:34:17 +08:00
  • 62dc530773 cmd/utils: bootstrap nodes in config file were not respected Maximilian Meister 2017-11-26 12:41:42 +01:00
  • e4c9fd29a3 cmd/utils: disallow --lightserv in light mode (#15514) Paul Litvak 2017-11-24 17:07:22 +02:00
  • de37e088f2 Merge pull request #15549 from karalabe/statedb-copy Péter Szilágyi 2017-11-24 17:02:40 +02:00
  • f0ac925fa7 Merge pull request #15329 from holisticode/exact-match-fix Péter Szilágyi 2017-11-24 16:23:37 +02:00
  • 0981d2e566 Merge pull request #15498 from nonsense/account_cache_modtime_test_fix Péter Szilágyi 2017-11-24 16:21:39 +02:00
  • f14047dae5 cmd, consensus, eth: split ethash related config to it own (#15520) gary rong 2017-11-24 22:10:27 +08:00
  • b0056f5bd0 Merge pull request #15552 from karalabe/javascript-tracers-nowrap Péter Szilágyi 2017-11-24 15:45:08 +02:00
  • 5dea0f2aa4 core/state: copy trie too, not just content Péter Szilágyi 2017-11-24 11:02:25 +02:00
  • 989fb4472a internal/ethapi: avoid recreating JavaScript tracer wrappers Péter Szilágyi 2017-11-24 13:50:14 +02:00
  • 9ff9d04a69 all: fix code comment typos (#15547) Ricardo Domingos 2017-11-24 10:20:01 +01:00
  • edc3e0efeb cmd/puppeth: fix typo in comment (#15539) Zoe Nolan 2017-11-24 08:58:28 +00:00
  • f9569f3cd8 Merge pull request #15390 from karalabe/puppeth-devcon3 Péter Szilágyi 2017-11-24 10:56:33 +02:00
  • a3a2c6b0d9 cmd/puppeth: fix typos and review suggestions Péter Szilágyi 2017-11-23 14:22:59 +02:00
  • 35801f938e Merge pull request #15538 from zoenolan/patch-1 Péter Szilágyi 2017-11-23 14:06:48 +02:00
  • cc3ca63dbf build: fix typo in comment Zoe Nolan 2017-11-21 19:23:42 +00:00
  • 049797d40a Merge pull request #15521 from rjl493456442/clean_tx_journal Péter Szilágyi 2017-11-21 20:42:11 +02:00
  • 41ef34ae40 les: use modified default txpool config to avoid creating journal file rjl493456442 2017-11-21 22:13:57 +08:00
  • b169a309f9 cmd/puppeth: fix unconvert linters Péter Szilágyi 2017-11-21 15:13:08 +02:00
  • 7f40ae7876 cmd/puppeth: switch over to upstream alltools docker image Péter Szilágyi 2017-11-13 16:15:09 +02:00
  • 327dcd3622 cmd/faucet, cmd/puppeth: drop GitHub support at official request Péter Szilágyi 2017-10-29 18:02:33 +02:00
  • ffc12f63ec cmd/puppeth: simplifications and pre-built docker images Péter Szilágyi 2017-10-27 14:36:49 +03:00
  • 80be5e5463 cmd/puppeth: store genesis locally to persist restarts Péter Szilágyi 2017-10-26 12:39:03 +03:00
  • 7abf968d6f cmd/puppeth: skip genesis custom extra-data Péter Szilágyi 2017-10-26 12:22:06 +03:00
  • 6eb38e02a8 cmd/puppeth: fix dashboard iframes, extend with new services Péter Szilágyi 2017-10-23 12:24:25 +03:00
  • 51a86f61be cmd/faucet: protocol relative websockets, noauth mode Péter Szilágyi 2017-10-23 10:22:23 +03:00
  • b5cf603895 cmd/puppeth: add support for deploying web wallets Péter Szilágyi 2017-10-23 09:58:33 +03:00
  • 1e0c336d29 cmd/puppeth: etherchain light block explorer for PoW nets Péter Szilágyi 2017-10-20 11:14:10 +03:00
  • 9e095251b7 cmd/puppeth: mount ethash dir from the host to cache DAGs Péter Szilágyi 2017-10-19 17:50:34 +03:00
  • da3b9f831e cmd/puppeth: support deploying services with forced rebuilds Péter Szilágyi 2017-10-19 16:00:55 +03:00
  • 7b258c9681 cmd/puppeth: concurrent server dials and health checks Péter Szilágyi 2017-10-19 14:40:43 +03:00
  • 8c78449a9e cmd/puppeth: reorganize stats reports to make it readable Péter Szilágyi 2017-10-19 13:59:02 +03:00
  • 005665867d VERSION, params: begin 1.8.0 release cycle Péter Szilágyi 2017-11-21 11:59:12 +02:00
  • 4bb3c89d44 params: release v1.7.3 stable Péter Szilágyi 2017-11-21 11:54:19 +02:00
  • bedf6f40af cmd/geth: make geth account new faster with many keys (#15529) Martin Holst Swende 2017-11-20 17:39:53 +01:00
  • b4f2e4de8f .github: add CODEOWNERS (#15507) Felix Lange 2017-11-20 17:32:23 +01:00
  • 72ed186f46 eth, internal: Implement getModifiedAccountsBy(Hash|Number) using trie diffs (#15512) Nick Johnson 2017-11-20 16:18:50 +01:00
  • 7b95cca56c Merge pull request #15527 from holiman/bump_watch Péter Szilágyi 2017-11-20 13:54:15 +02:00
  • e2b3a23663 accounts/keystore: Ignore initial trigger of rescan-event Martin Holst Swende 2017-11-20 12:35:30 +01:00
  • 0f184d3b14 Merge pull request #15526 from karalabe/accounts-new Péter Szilágyi 2017-11-20 13:14:57 +02:00
  • 6810674de9 accounts/keystore: lock file cache during scan, minor polish Péter Szilágyi 2017-11-20 12:21:52 +02:00
  • 8a79836044 accounts: list, then subscribe (sub requires active reader) Péter Szilágyi 2017-11-20 12:20:46 +02:00
  • f5091e5711 internal/ethapi: fix js tracer to properly decode addresses (#15297) Pulyak Viktor 2017-11-18 04:56:03 +03:00
  • 0dbf55d478 Merge pull request #15509 from tbm/typo Péter Szilágyi 2017-11-17 17:01:53 +02:00
  • 2ab5c11261 README: fix typo Martin Michlmayr 2017-11-17 14:26:55 +00:00
  • e39ca5e597 Merge pull request #15506 from tsarpaul/master Péter Szilágyi 2017-11-17 15:16:49 +02:00
  • c7b0abf86b Added output to clarify gas calculation in txpool.inspect tsarpaul 2017-11-17 15:07:57 +02:00
  • c8b7ea1c2e Merge pull request #15505 from karalabe/fix-rpc-pr Péter Szilágyi 2017-11-17 14:59:44 +02:00
  • 3c6b9c5d72 rpc: minor cleanups to RPC PR Péter Szilágyi 2017-11-17 14:18:46 +02:00
  • c5b8569707 rpc: disallow PUT and DELETE on HTTP (#15501) Armani Ferrante 2017-11-17 04:07:11 -08:00
  • b0190189a3 core/vm, internal/ethapi: tracer no full storage, nicer json output (#15499) Péter Szilágyi 2017-11-16 18:53:18 +02:00
  • 87f5b4123c Merge pull request #15496 from karalabe/rpc-get-healthcheck Péter Szilágyi 2017-11-16 17:03:06 +02:00
  • b64525694b accounts/keystore: comments above time.Sleep Anton Evangelatov 2017-11-16 15:01:02 +01:00
  • 448abb61eb accounts/keystore: change modtime for test cases to be bigger than 1sec. Anton Evangelatov 2017-11-16 14:17:28 +01:00
  • 4013e23312 rpc: allow dumb empty requests for AWS health checks Péter Szilágyi 2017-11-16 13:51:06 +02:00