Commit Graph

  • ec96216d16 Chain indexer fix + new CHT (#15934) Felföldi Zsolt 2018-01-23 12:10:49 +01:00
  • a6787a6308 accounts/abi: fix the output at the beginning instead of making a workaround croath 2018-01-23 19:10:23 +08:00
  • 397c6cde1e p2p/discv5: fix topic register panic at shutdown (#15946) Felföldi Zsolt 2018-01-23 11:53:09 +01:00
  • 302c17c36a Merge pull request #15948 from holiman/addr_v5_bootnode Péter Szilágyi 2018-01-23 12:27:03 +02:00
  • 924065e19d consensus/ethash: improve cache/dataset handling (#15864) Felix Lange 2018-01-23 11:05:30 +01:00
  • 48641d7308 p2p/discv5: logs info about discv5 node info at bind time Martin Holst Swende 2018-01-23 08:50:11 +01:00
  • 5d4267911a Merge pull request #15941 from karalabe/fix-header-reorg-order Péter Szilágyi 2018-01-22 15:38:30 +02:00
  • 92580d69d3 p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200) Felföldi Zsolt 2018-01-22 13:38:34 +01:00
  • 84be009154 core: sorted reorg insertion order for proper head header updating Péter Szilágyi 2018-01-22 14:07:47 +02:00
  • 407339085f p2p/protocols, p2p/testing: protocol abstraction and testing zelig 2018-01-02 23:30:09 +01:00
  • 02aeb3d766 Merge pull request #15902 from shapeshed/patch-2 Péter Szilágyi 2018-01-16 18:23:41 +02:00
  • 370dca4491 core/vm: Fix comment typo George Ornbo 2018-01-16 15:45:13 +00:00
  • f08cd94fb7 cmd/ethkey: fix formatting, review nits (#15807) Felix Lange 2018-01-16 15:42:41 +01:00
  • 216e584899 Revert "trie: make fullnode children hash calculation concurrently (#15131)" (#15889) Péter Szilágyi 2018-01-15 15:32:14 +02:00
  • 18a7d31338 miner: avoid unnecessary work (#15883) Jim McDonald 2018-01-15 10:57:06 +00:00
  • 938cf4528a dashboard: deep state update, version in footer (#15837) Kurkó Mihály 2018-01-15 11:20:00 +02:00
  • 81ad8f665d Merge pull request #15869 from Magicking/ethstats-reporting-fix Péter Szilágyi 2018-01-15 10:36:43 +02:00
  • 90e5744d6f ethstats: Fix ethstats reporting while syncing Magicking 2018-01-12 17:01:41 +01:00
  • 3f40b22dac Merge pull request #15863 from karalabe/light-miner-error Péter Szilágyi 2018-01-12 17:30:19 +02:00
  • fd869dc839 whisper/whisperv6: implement pow/bloom exchange protocol (#15802) gluk256 2018-01-12 13:11:22 +02:00
  • bd0dbfa2a8 cmd/geth: user friendly light miner error Péter Szilágyi 2018-01-12 11:59:18 +02:00
  • 56152b31ac common/fdlimit: Move fdlimit files to separate package (#15850) Ricardo Domingos 2018-01-11 21:55:21 +01:00
  • 023769d9d4 travis.yml: remove alias for 'cd' to avoid hang on macOS (#15849) Jean-André Santoni 2018-01-11 22:02:01 +07:00
  • b06e20bc7c eth/gasprice: set default percentile to 60%, count blocks instead of transactions (#15828) Nick Johnson 2018-01-10 12:57:36 +00:00
  • 3a5a5599dd consensus/ethash: fix byzantium difficulty comment typo (#15842) gary rong 2018-01-10 16:58:03 +08:00
  • 83d1657444 les: fix les/1 CHT compatibility issue (#15692) Felföldi Zsolt 2018-01-09 11:41:59 +01:00
  • 9d06026c19 all: regenerate codecs with gencodec commit 90983d99de (#15830) Felix Lange 2018-01-08 14:13:22 +01:00
  • 5c2f1e0014 all: update generated code (#15808) Felix Lange 2018-01-08 13:15:57 +01:00
  • a139041d40 dashboard: use balanced trees to include binary data (#15813) Russ Cox 2018-01-05 06:02:15 -05:00
  • 1c2378b926 tests: update to upstream commit 2bb0c3da3b (#15806) Felix Lange 2018-01-04 13:18:30 +01:00
  • ae71da1b03 eth: fix tracer panic when running without configs + reexec (#15799) Péter Szilágyi 2018-01-04 13:58:11 +02:00
  • 7a59a9380e cmd/utils: handle git commit a bit safer for user specified strings (#15790) Evangelos Pappas 2018-01-03 16:18:53 +00:00
  • 762f3a48a0 Merge pull request #15466 from karalabe/uint64-gas-limit Péter Szilágyi 2018-01-03 16:53:06 +02:00
  • b47285f1cf vendor: update github.com/rjeczalik/notify (#15801) Felix Lange 2018-01-03 15:50:33 +01:00
  • 6f69cdd109 all: switch gas limits from big.Int to uint64 Péter Szilágyi 2017-11-13 13:47:27 +02:00
  • b8caba9709 various: remove redundant parentheses (#15793) Furkan KAMACI 2018-01-03 15:14:47 +03:00
  • 9d48dbf5c2 eth: revert tracer preimage recording (#15800) Felix Lange 2018-01-03 11:58:25 +01:00
  • 85a1eda59e eth: uncaptialize tracer preimage error message (#15792) Felix Lange 2018-01-03 09:53:09 +01:00
  • 72e70bcec2 console: remove comment about 'invalid' input (#15735) Richard Hart 2018-01-02 07:00:13 -05:00
  • 5866626b08 core, p2p/discv5: use time.NewTicker instead of time.Tick (#15747) ferhat elmas 2018-01-02 12:50:46 +01:00
  • c495bca4ad eth: enable preimage recording when tracing (#15787) cdetrio 2018-01-02 06:49:17 -05:00
  • 413cc5b0c8 cmd/geth: remove trailing newline in license command (#15782) Péter Szilágyi 2018-01-02 13:48:19 +02:00
  • d2533d0efb vendor: update github.com/rjeczalik/notify for go1.10 (#15785) Péter Szilágyi 2018-01-02 12:41:47 +02:00
  • 3e0113fff4 build: set CC through a command-line flag (#15784) Péter Szilágyi 2018-01-02 12:40:56 +02:00
  • 9c42a41ed8 eth/downloader: avoid hidden reference to finished statesync request (#15545) Péter Szilágyi 2018-01-02 12:38:26 +02:00
  • 2fe07c203e build: fix version comparison for go1.10 and beyond (#15781) Péter Szilágyi 2018-01-02 12:28:07 +02:00
  • 6882943e39 containers/docker: change docker images to go1.9 (#15789) Deepak Sharma 2018-01-02 15:57:33 +05:30
  • b98aa3b4f1 whisper/whisper2: fix Go 1.10 vet issues on type mismatches (#15783) Péter Szilágyi 2018-01-02 12:13:24 +02:00
  • 6cd6b921ac crypto: ensure private keys are < N (#15745) Alex Wu 2018-01-02 17:55:03 +08:00
  • 908faf8cd7 consensus/ethash: fix overdue link (#15786) sunxiaojun2014 2017-12-31 19:38:39 +08:00
  • 88e67c552e accounts/abi: add a test case for unpacking mobile interfaces croath 2017-12-31 19:12:55 +08:00
  • b9731767af accounts/abi: handle named ouputs prefixed with underscores (#15766) Péter Szilágyi 2017-12-29 23:20:02 +02:00
  • 36a10875c8 p2p/enr: initial implementation (#15585) Anton Evangelatov 2017-12-29 21:18:51 +01:00
  • e7cd627d93 accounts/abi: fix for one output interface crashing croath 2017-12-29 19:46:40 +08:00
  • f7ca03ae87 eth, les, light: expose chain config in les node info too (#15732) Péter Szilágyi 2017-12-28 15:18:34 +02:00
  • c15d76a40f p2p/discv5: fix reg lookup, polish code, use logger (#15737) Péter Szilágyi 2017-12-28 15:17:03 +02:00
  • 5369a5c54d rpc: allow OPTIONS requests without Content-Type (#15759) Sorin Neacsu 2017-12-28 05:15:33 -08:00
  • 9d187f0238 Merge pull request #15731 from holiman/revamp_abi Martin Holst Swende 2017-12-22 20:59:41 +01:00
  • c095c87e11 accounts/abi: merging of https://github.com/ethereum/go-ethereum/pull/15452 + lookup by id Martin Holst Swende 2017-12-21 16:18:37 +01:00
  • 73d4a57d47 acounts/abi: refactor abi, generalize abi pack/unpack to Arguments Martin Holst Swende 2017-12-21 10:26:30 +01:00
  • 5f8888e116 accounts, consensus, core, eth: make chain maker consensus agnostic (#15497) gary rong 2017-12-22 20:37:50 +08:00
  • 9dbb8ef4aa dashboard: integrate Flow, sketch message API (#15713) Kurkó Mihály 2017-12-21 17:54:38 +02:00
  • 52f4d6dd78 Merge pull request #15730 from karalabe/puppeth-expose-faucet-http Péter Szilágyi 2017-12-21 17:36:27 +02:00
  • e4aa882ec5 cmd/puppeth: fix faucet 502 error due to non-exposed HTTP port Péter Szilágyi 2017-12-21 17:25:42 +02:00
  • 38b1e8ee20 whisper/whisperv6: PoW requirement (#15701) gluk256 2017-12-21 16:17:27 +02:00
  • 81d4cafb32 accounts/abi: add unpack into array test Robert Zaremba 2017-12-01 22:32:04 +01:00
  • 1afca33eac accounts/abi: add Method Unpack tests Robert Zaremba 2017-11-23 23:50:22 +01:00
  • 95461e8b22 accounts/abi: satisfy most of the linter warnings Robert Zaremba 2017-11-10 02:48:51 +01:00
  • 0ed8b838a9 accounts/abi: fix event unpack into slice Robert Zaremba 2017-11-10 02:30:26 +01:00
  • 9becba5540 accounts/abi: fix event tupleUnpack Robert Zaremba 2017-11-10 00:08:28 +01:00
  • 3511904aad accounts/abi: adding event unpacker tests Robert Zaremba 2017-11-10 02:28:17 +01:00
  • b0d41e386e Merge pull request #15285 from yondonfu/abi-offset-fixed-arrays Martin Holst Swende 2017-12-21 14:42:03 +01:00
  • 91c3362315 Merge pull request #15729 from karalabe/faucet-fix-twitter Péter Szilágyi 2017-12-21 15:32:10 +02:00
  • 14852810b4 cmd/utils: add check on fd hard limit, skip test if below target (#15684) lash 2017-12-21 14:30:44 +01:00
  • 542d51895f swarm/api: url scheme bzz-hash to get hashes of swarm content (#15238) (#15715) Janoš Guljaš 2017-12-21 13:47:10 +01:00
  • 68651a2329 cmd/faucet: fix removal of Twitter zlib compression Péter Szilágyi 2017-12-21 14:14:24 +02:00
  • 5258785c81 cmd, core, eth/tracers: support fancier js tracing (#15516) Péter Szilágyi 2017-12-21 13:56:11 +02:00
  • 1a5425779b Merge pull request #15727 from karalabe/rinkeby-akasha-bootnode Péter Szilágyi 2017-12-21 13:54:46 +02:00
  • a28390542c params: add Rinkeby bootnode from Akasha Péter Szilágyi 2017-12-21 13:19:42 +02:00
  • eeb53bc143 cmd/ethkey: new command line tool for keys (#15438) Steven Roose 2017-12-21 11:36:05 +01:00
  • e21aa0fda3 accounts/abi: remove check for len%32==0 when unpacking events (#15670) Bob Glickstein 2017-12-21 01:59:14 -08:00
  • 9f1007e554 whisper/whisperv6: message bundling (#15666) gluk256 2017-12-21 11:31:44 +02:00
  • 4b939c23e4 appveyor: bump Go to 1.9.2 (#15726) Péter Szilágyi 2017-12-21 11:30:44 +02:00
  • 7138de7b55 core: silence txpool reorg warning (annoying on import) (#15725) Péter Szilágyi 2017-12-21 10:20:10 +02:00
  • b4cf57a581 core: fix typos (#15720) Kurkó Mihály 2017-12-20 19:08:51 +02:00
  • da58afcea0 accounts/abi: update array length after parsing array (#15618) Dmitry Shulyak 2017-12-20 16:09:23 +02:00
  • ce823c9f84 crypto: ensure that VerifySignature rejects malleable signatures (#15708) Felix Lange 2017-12-20 13:30:00 +01:00
  • 5e1581c2c3 core: fix panic when stat-ing a tx from a queue-only account (#15714) Péter Szilágyi 2017-12-20 12:34:43 +02:00
  • 820cf09c98 cmd/swarm: return error early in buildConfig function Janos Guljas 2017-12-19 23:05:23 +01:00
  • 50df2b78be console: create datadir at startup (#15700) Armin Braun 2017-12-19 13:21:03 +01:00
  • dd5ae4fd8e cmd/swarm: add validation for EnsAPIs configuration parameter Janos Guljas 2017-12-19 11:47:26 +01:00
  • c786f75389 swarm: bzz-list, bzz-raw and bzz-immutable schemes (#15667) Janoš Guljaš 2017-12-19 09:49:30 +01:00
  • 7f9d94fe9a Merge pull request #15693 from zsfelfoldi/wait_nopeers Péter Szilágyi 2017-12-19 10:45:02 +02:00
  • cf7aba36c8 accounts/abi: update array type check in method.go. Add more packing tests Yondon Fu 2017-12-18 21:16:25 -05:00
  • 3857cdc267 Merge branch 'master' into abi-offset-fixed-arrays Yondon Fu 2017-12-18 17:17:41 -05:00
  • 0d6a735a72 swarm/api: implement NoResolverError with information about TLD Janos Guljas 2017-12-18 23:07:48 +01:00
  • 48648bc2f8 contracts/release: do not print error log if les backend has no peers Zsolt Felfoldi 2017-12-17 22:40:39 +01:00
  • c0a4d9e1e6 cmd/swarm, swarm: disable ENS API by default Janos Guljas 2017-12-18 16:22:39 +01:00
  • fe070ab5c3 Merge pull request #15674 from chfast/vm-no-snapshot-param Péter Szilágyi 2017-12-18 16:16:59 +02:00
  • 8c33ac10bf internal/ethapi: support "input" in transaction args (#15640) Felix Lange 2017-12-18 12:50:21 +01:00