Commit graph

  • 96cb7b478d CODEOWNERS: update abi directory Guillaume Ballet 2020-01-15 18:48:59 +0100
  • 1acced0bf6 abi: Move abi ahead of refactor Guillaume Ballet 2020-01-15 16:06:50 +0100
  • c2111af96d build: upgrade golangci to 1.22.2 Guillaume Ballet 2020-01-15 17:00:34 +0100
  • f20c8d495a eth: increase timeout to fix a spurious travis test failure (#20560) Martin Holst Swende 2020-01-15 15:30:50 +0100
  • f82c44dfc9 build: put GOPATH in /tmp on launchpad Felix Lange 2020-01-15 15:20:10 +0100
  • 7d665a80bc
    eth/handler: don't enqueue known broadcasted blocks Martin Holst Swende 2020-01-15 11:44:59 +0100
  • 8704e8a8fc build: fix makefile HOME reference (#20562) Felix Lange 2020-01-15 11:38:35 +0100
  • 4b3ca62c9d build: fix makefile HOME reference Felix Lange 2020-01-15 11:20:48 +0100
  • 94e8418939 build: attempt to fix debian build failure without GOPATH (#20561) Felix Lange 2020-01-15 10:37:31 +0100
  • 2bffb2bd06 build: attempt to fix debian build failure without GOPATH Felix Lange 2020-01-15 10:29:15 +0100
  • c51b532a48
    eth: increase timeout to fix a spurious travis test failure Martin Holst Swende 2020-01-15 09:15:09 +0100
  • 7296f49b3f
    rpc: name function and fix comment meows 2020-01-14 09:23:23 -0600
  • 3ac3773dae
    rpc: return error instead of log.Crit meows 2020-01-14 09:18:08 -0600
  • feda78e052 build: remove env.sh (#20541) Felix Lange 2020-01-14 13:13:14 +0100
  • 8592a57553
    Merge pull request #20555 from holiman/cripple_txsize Péter Szilágyi 2020-01-14 13:18:22 +0200
  • c4fb2d89b1 log: close log file before calling truncate on windows kukugi 2020-01-14 18:10:59 +0900
  • b2de0bd87b
    core: set max tx size down to 2 slots (64KB) Martin Holst Swende 2020-01-14 11:49:36 +0100
  • 47e6fd7591
    学习githup newbieiswho 2020-01-14 17:49:08 +0800
  • d05b082868 M: fetcher.go: optimize bodyFilter in function 'func (f *Fetcher) loop()' bin.lv 2020-01-14 10:37:35 +0800
  • 331dc3b23c Makefile: add GO111MODULE=on to environment Felix Lange 2020-01-14 10:01:15 +0100
  • 66650ec174 M: fetcher.go: optimize bodyFilter in function 'func (f *Fetcher) loop()' bin.lv 2020-01-14 10:37:35 +0800
  • 87a2c3600b eth/downloader: avoid node data with zero length pip.zhang 2020-01-13 16:38:14 +0800
  • 3641f64a76 cmd/geth: Accept --input as evm disasm parameter Guillaume Ballet 2020-01-13 16:25:38 +0100
  • 973afda8b1 it workssss BatuhanHU 2020-01-13 17:33:44 +0300
  • 2ef8510ba6 nearly done BatuhanHU 2020-01-13 17:23:10 +0300
  • e9e69d6e29
    Merge pull request #20546 from karalabe/validate-block-broadcast Péter Szilágyi 2020-01-13 15:19:14 +0200
  • a90cc66f3c
    eth: check propagated block malformation on receiption Péter Szilágyi 2020-01-13 14:23:54 +0200
  • 9b5d31474f added 3rd party payer fields to transaction BatuhanHU 2020-01-12 14:38:20 +0300
  • 8a1116c08c build: remove env.sh Felix Lange 2020-01-10 15:42:42 +0100
  • 8bd37a1d91 core: count tx size in slots, bump max size ot 4x32KB (#20352) MichaelRiabzev-StarkWare 2020-01-10 11:40:03 +0200
  • b5c4ea56b8
    Merge pull request #20540 from holiman/verbose_panic Péter Szilágyi 2020-01-10 11:36:21 +0200
  • fc392395fb
    core/state: add more verbosity to panic Martin Holst Swende 2020-01-10 10:12:32 +0100
  • 36541669cc RPC: Accept gzip encoding Preston Van Loon 2020-01-09 12:24:05 -0800
  • 94166a917a
    trie: replace remaining non-callback based accesses Martin Holst Swende 2020-01-08 15:57:47 +0100
  • 2e6dc576e3
    trie: utilize callbacks instead of amassing lists of hashes in database ref/unref Martin Holst Swende 2020-01-07 14:44:42 +0100
  • d63fd287eb
    trie: update benchmark tests Martin Holst Swende 2020-01-08 15:52:00 +0100
  • 3c5aca395b
    trie/tests: add benchmarks and update trie tests Martin Holst Swende 2019-12-16 11:40:44 +0100
  • b211742e5f
    Revert "eth: refactor creation of EthAPIBackend (#20476)" (#20536) Péter Szilágyi 2020-01-09 13:26:37 +0200
  • d495b0d503 Revert "eth: refactor creation of EthAPIBackend (#20476)" Péter Szilágyi 2020-01-09 13:25:26 +0200
  • 1a14d902bf Remove Otto Guillaume Ballet 2020-01-09 12:06:03 +0100
  • f37ed2f975 signer: use goja instead of otto Guillaume Ballet 2019-12-19 12:23:25 +0100
  • 5c3fa5b91b
    core: minor tx slotting polishes, add slot tracking metric Péter Szilágyi 2020-01-09 12:53:48 +0200
  • f5e0b01151
    change tx size tests to use addRemoteSync instead of validateTx (requested in pool request). Michael Riabzev 2019-11-13 13:19:33 +0200
  • 1d96ea8116
    tests for tx size limit (32 KB) Michael Riabzev 2019-10-28 18:44:42 +0200
  • de111ef4b7
    alow multiple slots transactions Michael Riabzev 2019-11-07 10:17:21 +0200
  • 315c239f06
    tests for tx size Michael Riabzev 2019-10-28 18:44:42 +0200
  • c38bdd3593
    rpc: support dial http with context Trung Nguyen 2020-01-08 10:16:20 -0500
  • 0218d7001d internal/testlog: print file+line number of log call in test log (#20528) Felix Lange 2020-01-08 16:11:51 +0100
  • 6d492179df internal/testlog: document use of t.Helper Felix Lange 2020-01-08 15:39:42 +0100
  • f534b77d8c internal/testlog: print file+line number of log call in test log Felix Lange 2020-01-08 15:08:52 +0100
  • 4d663d57d6 les: fix request serving metrics (#20507) gary rong 2020-01-08 21:08:56 +0800
  • 8a63f7f504 .travis.yml: use latest macOS 10.14 image (#20526) Felix Lange 2020-01-08 10:25:01 +0100
  • bf5e971930 .travis.yml: use latest macOS 10.14 image Felix Lange 2020-01-08 07:52:10 +0100
  • 71b70f2eea cmd/geth: fix stack trace when admin is missing Guillaume Ballet 2020-01-07 22:13:47 +0100
  • fc082e6edf cmd/geth: fix date format display bug in test Guillaume Ballet 2020-01-07 19:24:43 +0100
  • c49a4165d0 consensus/ethash: fix a typo and error message (#20503) Guillaume Ballet 2020-01-07 18:19:21 +0100
  • 1448b9559e
    consensus/ethash: update error message Felix Lange 2020-01-07 18:18:22 +0100
  • a1bc0e3cb6 eth: refactor creation of EthAPIBackend (#20476) Jonathan Gimeno 2020-01-07 18:12:27 +0100
  • a013f02df2 whisper/whisperv6: fix peer time.Ticker leak (#20520) wangxiang 2020-01-08 01:08:22 +0800
  • 50be790869 README.md: Genoil fork has been discontinued (#20521) Marius van der Wijden 2020-01-07 18:06:44 +0100
  • 1ce417941e cmd/devp2p: submit Route53 changes in batches Felix Lange 2020-01-06 15:23:09 +0100
  • 7c891c4f85
    trie: utilize callbacks instead of amassing lists of hashes in database ref/unref Martin Holst Swende 2020-01-07 14:44:42 +0100
  • c2c17966a4
    trie: deprecate hasher.go, make proof framework use new hasher Martin Holst Swende 2020-01-07 14:04:57 +0100
  • 015b47c9f1
    README: Genoils fork has been discontinued Marius van der Wijden 2020-01-07 13:10:44 +0100
  • 4d6cc8597d Fix whisperv6 peer time.Ticker leak scott 2020-01-07 18:41:55 +0800
  • eef7450288 Add private networking with puppeth draft Chris Chinchilla 2020-01-07 11:17:44 +0100
  • 06f4a88c37 Start post Chris Chinchilla 2019-12-09 14:58:36 +0100
  • 9e0f934e2b cmd/geth: update copyright year (#20512) Yole 2020-01-07 17:56:16 +0800
  • 38f5ae7534 go.mod: update goja to get toUTCString fix Guillaume Ballet 2020-01-07 10:41:07 +0100
  • 4f7b7f84ae add node.go unit test file node_test.go (#20028) me020523 2020-01-07 17:31:20 +0800
  • a54f9fa959
    trie: fix license year Péter Szilágyi 2020-01-07 11:30:31 +0200
  • c6285e6437 les/checkpointoracle: move oracle into its own package (#20508) gary rong 2020-01-07 17:24:21 +0800
  • 35f95aef6f cmd/puppeth: change dashboard title to not use "testnet" (#20513) Kumar Anirudha 2020-01-07 14:38:33 +0530
  • 4ce3930078
    trie: fix misspell+lint Martin Holst Swende 2020-01-07 07:55:48 +0100
  • 81aeba2798 les: move protocol definition to separate package rjl493456442 2020-01-07 11:36:05 +0800
  • c934699c0b
    trie: start deprecating old hasher Martin Holst Swende 2020-01-06 21:33:36 +0100
  • 76e499605a
    trie: review feedback, mainly docs + minor changes Martin Holst Swende 2020-01-06 21:16:16 +0100
  • 3b7f338887 les: address comments rjl493456442 2020-01-06 21:02:31 +0800
  • fb05a8e707
    Update module_dashboard.go Kumar Anirudha 2020-01-06 18:16:17 +0530
  • 8b5f4aa287
    Update copyright Yole 2020-01-06 20:14:04 +0800
  • 7a509b4732 internal/ethapi: fix encoding of uncle headers and pending blocks (#20460) Prince Sinha 2020-01-06 16:55:38 +0530
  • 433937fb42 cmd/geth: fix forked exe leak in console tests (#20480) Guillaume Ballet 2020-01-06 12:07:21 +0100
  • 2eeb8dd271 rpc: add DialWebsocketWithDialer (#20471) Chris Pacia 2020-01-06 06:06:29 -0500
  • b7cf41e4b3 accounts/abi: fix method constant flag for solidity 6.0 (#20482) Sylvain Laurent 2020-01-06 12:03:26 +0100
  • 83ceb45320
    Merge pull request #20511 from karalabe/docs-fix-txpool-apis-2 Péter Szilágyi 2020-01-06 11:47:04 +0200
  • 10ab23cc56
    docs: fix txpool APIs to get rid of lists-per-nonces Péter Szilágyi 2020-01-06 10:43:32 +0200
  • 389eede9cc
    Fix txpool APIs to get rid of lists-per-nonces Péter Szilágyi 2020-01-06 10:38:05 +0200
  • 86d503ab15 les: move randselect to utilities package rjl493456442 2020-01-06 15:36:41 +0800
  • 9a9b2de7fa les: move execqueue into utilities package rjl493456442 2020-01-06 15:18:21 +0800
  • 4ae18842d9 les: move the checkpoint oracle into its own package rjl493456442 2020-01-06 14:43:26 +0800
  • c328a51d27 core: fix indexer unit test rjl493456442 2020-01-06 11:43:03 +0800
  • a0d546d88b les: fix request serving metrics rjl493456442 2020-01-06 12:22:47 +0800
  • 8011fcd49f
    core/state, trie: avoid unnecessary storage trie load+commit Martin Holst Swende 2020-01-04 13:56:26 +0100
  • 6ba9c5ad80 les: missing API functions Zsolt Felfoldi 2020-01-03 20:09:01 +0100
  • d338384f9e les: fixed deadlock Zsolt Felfoldi 2020-01-03 17:47:50 +0100
  • 5486e28bbf go.sum Zsolt Felfoldi 2020-01-03 17:23:57 +0100
  • dc052a1264 consensus/ethash: fix a typo and error message Guillaume Ballet 2020-01-03 16:54:24 +0100
  • 848683a203 1 Zsolt Felfoldi 2019-12-27 02:34:32 +0100
  • c0b6ff20d1 les: drop inactive peers Zsolt Felfoldi 2019-12-26 20:09:58 +0100
  • 6f1abbf2b5 les: fixed peerSet.Disconnect Zsolt Felfoldi 2019-12-26 17:52:57 +0100