Commit Graph

  • 094996b8c9
    docs/audits: add discv5 protocol audits from LA and C53 (#20898) Martin Holst Swende 2020-04-07 12:15:28 +02:00
  • 8dc8941551
    core/vm: use a callcontext struct (#20761) Martin Holst Swende 2020-04-07 11:45:21 +02:00
  • d612285e9d
    docs/audits: add disc v5 audits from LA and C53 Martin Holst Swende 2020-04-07 11:16:02 +02:00
  • 16bb16463a Merge branch 'master' of github.com:ethereum/go-ethereum into gitter-to-discord Adam Schmideg 2020-04-07 11:08:31 +02:00
  • 0bec6a43f6
    cmd/geth: enable metrics for geth import command (#20738) Martin Holst Swende 2020-04-07 10:23:57 +02:00
  • 45234afbba Trigger Travis Adam Schmideg 2020-04-07 10:07:35 +02:00
  • f0b5eb09eb
    eth, les: fix flaky tests (#20897) gary rong 2020-04-07 14:16:21 +08:00
  • 7a8f87a95d eth: fix flaky test rjl493456442 2020-04-07 14:00:40 +08:00
  • bf12aa5aef les: fix flaky test rjl493456442 2020-04-07 13:33:40 +08:00
  • cd6be44f06 fix linting issues Huiyi Li 2020-04-06 19:04:47 -07:00
  • 18575fb554 Merge branch 'master' into feature/20363/make_clef_scalable Huiyi Li 2020-04-06 16:53:18 -07:00
  • e152c25668 accounts/keystore,manager finish reworking manager to support db backed keystore Huiyi Li 2020-04-06 14:57:59 -07:00
  • 276e13dc01 refactor move manager.go into seperated package to avoid cyclic import Huiyi Li 2020-04-06 14:43:52 -07:00
  • 644d8c8f35 core: Add rejected feed Austin Roberts 2020-04-06 16:29:09 -05:00
  • 7d8bc2e44a Rename gitter to discord link in issue template Adam Schmideg 2020-04-06 20:22:09 +02:00
  • 43f13dbaef accounts/abi/bind: error on tuples in topics Marius van der Wijden 2020-04-06 12:35:37 +02:00
  • 5e0f03aacf
    cmd/utils: makedatadir should check for existing testnet dir /raw PONG _GHMoaCXLT 2020-04-06 12:06:36 +02:00
  • 4ce83632e9 core: Add feeds for dropped transactions Austin Roberts 2020-04-05 16:51:46 -05:00
  • 6b30236299 whisper/mailserver : common/errors for dbfile ucwong 2020-04-04 08:28:03 +00:00
  • 223f1caaf7 whisper/mailserver : fix db -> s.db ucwong 2020-04-04 08:22:23 +00:00
  • da009b060d whisper/mailserver : recover db file when openfile corrupted ucwong 2020-04-04 02:47:25 +00:00
  • 3cf7d2e9a6
    internal/ethapi: add CallArgs.ToMessage method (#20854) William Morriss 2020-04-03 11:10:53 -07:00
  • be6078ad83
    all: fix a bunch of inconsequential goroutine leaks (#20667) Boqin Qin 2020-04-04 02:07:22 +08:00
  • 96d41010ff console: remove debug output Felix Lange 2020-04-03 16:48:03 +02:00
  • a9fc6b7bb8 common/prque: use waitgroup in test Felix Lange 2020-04-03 16:14:33 +02:00
  • baef1b6b5e rpc: fix goroutine leaks in subscription tests Felix Lange 2020-04-03 15:52:32 +02:00
  • de2cf974cf miner: remove chain events goroutine in TestGenerateAndImport* Felix Lange 2020-04-03 15:12:51 +02:00
  • 7bb87de617 console: clean up Interactive Felix Lange 2020-04-03 14:56:51 +02:00
  • 42cd72aba4 rpc: fix leak in TestClientHTTP by making errc buffered Felix Lange 2020-04-03 13:54:20 +02:00
  • 5da0694ede Add Unlock before Fatal BurtonQin 2020-03-24 09:10:21 +08:00
  • 08bf1f243c add stop chan to fix goroutine leak BurtonQin 2020-02-13 22:03:12 +08:00
  • 98eab2dbe7
    mobile: use bind.NewKeyedTransactor instead of duplicating (#20888) Marius van der Wijden 2020-04-03 14:11:04 +02:00
  • e9cc456992 mobile: use newKeyedTransactor It's better to reuse the existing code to create a keyed transactor than to rewrite the logic again. Marius van der Wijden 2020-04-03 13:09:06 +02:00
  • be9172a7ac
    rpc: metrics for JSON-RPC method calls (#20847) gary rong 2020-04-03 18:36:44 +08:00
  • 8f9c1c6308 retrigger travis ci William Morriss 2020-04-03 03:34:03 -07:00
  • c72138865c
    eth/filters: remove go keyword Felix Lange 2020-04-03 12:08:36 +02:00
  • 462ddce5b2
    crypto/ecies: improve concatKDF (#20836) Luke Champine 2020-04-03 05:57:24 -04:00
  • 5f9740c04e accounts : fix quit channel goroutine leak ucwong 2020-04-03 08:54:32 +00:00
  • 6c678a5cc0 rpc : fix quit channel goroutine leak ucwong 2020-04-03 08:52:47 +00:00
  • 8e46c4649a core : fix quit channel goroutine leak ucwong 2020-04-03 08:50:58 +00:00
  • fa82dcb63d p2p : fix quit channel goroutine leak ucwong 2020-04-03 08:48:12 +00:00
  • 4b7a851c8c ethdb : fix quit channel goroutine leak ucwong 2020-04-03 08:39:52 +00:00
  • 1863c2d404 cmd: fix quit channel goroutine leak ucwong 2020-04-03 08:37:02 +00:00
  • c26a13aada eth : fix quit channel goroutine leak ucwong 2020-04-03 08:34:18 +00:00
  • 071e15820d miner : fix exit channel goroutine leak ucwong 2020-04-03 08:26:25 +00:00
  • bf3fc09c3e whisper/whisperv6/peer, whisper : fix quit goroutine leak ucwong 2020-04-03 04:49:34 +00:00
  • 3ec95e7751 core/bloombits/matcher : Call stop timer if return before timeout ucwong 2020-04-03 03:43:11 +00:00
  • 8b149b1a99 p2p/discv5/net : Call timer.Stop if refresh return before timeout ucwong 2020-04-03 03:39:49 +00:00
  • 8b8d727f6b eth/filters/api : Add timer.Stop() for filter when it expired ucwong 2020-04-03 02:01:42 +00:00
  • b587bffafa eth/filter/api : add missing timer.Stop() calls as object attribute ucwong 2020-04-03 01:14:06 +00:00
  • ac0fbc3f30 pr feedback William Morriss 2020-04-02 14:29:25 -07:00
  • f7b29ec942
    rpc: add missing timer.Stop calls in websocket tests (#20863) ucwong 2020-04-03 04:08:45 +08:00
  • 2775eedf9f
    crypto/ecies: fix error message Felix Lange 2020-04-02 21:52:14 +02:00
  • d23792f333
    crypto/ecies: fix typo in comment Felix Lange 2020-04-02 21:33:13 +02:00
  • 8659669381
    rpc: fix lint Felix Lange 2020-04-02 21:25:59 +02:00
  • 15c72be0e3 crypto/ecies: oops Felix Lange 2020-04-02 20:41:18 +02:00
  • 623f49af8a crypto/ecies: remove redundant on-curve check in Decrypt Felix Lange 2020-04-02 20:26:23 +02:00
  • c8d0688920 crypto/ecies: add check on keyLen in ECIESParams Felix Lange 2020-04-02 20:23:52 +02:00
  • 792c779892
    rpc: simplify wsPingTestHandler Felix Lange 2020-04-02 17:38:13 +02:00
  • eb616bd618 rpc : init timer at first ucwong 2020-04-02 14:47:39 +00:00
  • f4f075cd9b rpc : new timer when timer is nil and stop when not nil ucwong 2020-04-02 14:35:45 +00:00
  • 8a40a8f0c6 rpc : reset timer when receive a pong every time ucwong 2020-04-02 14:28:17 +00:00
  • f98cabad7c
    core: add missing Timer.Stop call in TestLogReorgs (#20870) ucwong 2020-04-02 22:04:45 +08:00
  • e7354f6bc0 rpc | put the timer out of the loop ucwong 2020-04-02 14:04:20 +00:00
  • 0c359e4b9a
    p2p/discv5, p2p/testing: add missing Timer.Stop calls in tests (#20869) ucwong 2020-04-02 22:03:40 +08:00
  • 37d6357806
    ethstats: add missing Ticker.Stop call (#20867) ucwong 2020-04-02 22:02:10 +08:00
  • 53e034ce0b
    metrics: add missing calls to Ticker.Stop in tests (#20866) ucwong 2020-04-02 22:01:18 +08:00
  • 0893ee6d51
    event: add missing timer.Stop call in TestFeed (#20868) ucwong 2020-04-02 21:56:25 +08:00
  • 4d891f23b5
    les: add missing Ticker.Stop call (#20864) ucwong 2020-04-02 21:54:59 +08:00
  • 30c709333b core | add missing timer.Stop() call to blockchain test ucwong 2020-04-02 11:25:48 +00:00
  • e38b59db53 p2p : Add missing calls timer/ticker.Stop() for p2p tests ucwong 2020-04-02 11:22:17 +00:00
  • 8604a3e004 event | add missing timer.Stop() call to event/feed_test ucwong 2020-04-02 11:16:58 +00:00
  • 0382c0c98c ethstats : add missing ticker.Stop() call ucwong 2020-04-02 11:14:28 +00:00
  • a00f1d476a metrics : Add missing ticker.Stop() calls for metrics tests ucwong 2020-04-02 11:11:25 +00:00
  • 9759ac7816 rpc/websocket_test : add timer var to make sure the timer finally stopped ucwong 2020-04-02 10:50:02 +00:00
  • 66ed58bfcc
    eth/fetcher: add missing timer.Stop calls (#20861) ucwong 2020-04-02 18:32:45 +08:00
  • 47f7c736cb
    eth/filters: add missing Ticker.Stop call (#20862) ucwong 2020-04-02 18:31:50 +08:00
  • 228a297056
    cmd/geth: fix bad genesis test (#20860) Martin Holst Swende 2020-04-02 12:27:44 +02:00
  • 9e3b83d388 les/costtracker : Add missing ticket.Stop() calls ucwong 2020-04-02 09:37:43 +00:00
  • e0971d47db rpc/websocket_test | Add missing timer.Stop calls if response timer is not nil ucwong 2020-04-02 09:33:05 +00:00
  • 6863f5cb1d eth/filters/api : Add missing calls of ticket stop ucwong 2020-04-02 09:25:45 +00:00
  • 7b39c71b79 eth/fetcher : add missing calls timer.Stop() ucwong 2020-04-02 09:21:06 +00:00
  • e81738a41b
    cmd/utils: create new ropsten configurations in the ropsten datadir /raw PONG _GHMoaCXLT 2020-04-02 10:58:34 +02:00
  • fbb994cf77
    cmd/geth: move known preset log statement to the very top /raw PONG _GHMoaCXLT 2020-04-02 10:51:52 +02:00
  • 7aa4c66093
    cmd/geth/test: fix genesis bad test Martin Holst Swende 2020-04-02 10:45:33 +02:00
  • f0418d915e
    Merge 108bf9937d5302559225b5a6e3ef7de942e6400a into ad4b60efdd5f1827872f110a6c8e39e60e45fb4f ucwong 2020-04-02 09:40:39 +01:00
  • ad4b60efdd
    miner/worker: add missing timer.Stop call (#20857) ucwong 2020-04-02 16:40:38 +08:00
  • aa27cf22cb
    cmd/geth: use switch statement for complex conditions in main /raw PONG _GHMoaCXLT 2020-04-02 10:40:14 +02:00
  • 4bba9f7cb3
    cmd/geth: check for legacy testnet path in console command /raw PONG _GHMoaCXLT 2020-04-02 10:39:38 +02:00
  • 36be1022d1
    cmd/utils: check if legacy testnet datadir exists for ropsten /raw PONG _GHMoaCXLT 2020-04-02 10:35:41 +02:00
  • a3da2d47dc
    docs: improve readme on usage of ropsten's testnet datadir /raw PONG _GHMoaCXLT 2020-04-02 10:34:11 +02:00
  • c87cdd3053
    p2p/discv5: add missing Timer.Stop calls (#20853) ucwong 2020-04-02 16:11:16 +08:00
  • 108bf9937d miner/worker | add timer stop to miner ucwong 2020-04-02 07:58:14 +00:00
  • 99f747ff4c accounts/abi/bind: removed unused type defs Marius van der Wijden 2020-03-19 19:23:58 +01:00
  • ad18014854 accounts/abi/bind: use store function to remove code duplication Marius van der Wijden 2020-04-01 14:06:08 +02:00
  • 2684fbb19f accounts/abi/bind: refactored topics Marius van der Wijden 2020-02-25 21:00:38 +01:00
  • 56462e721a create ToMessage method William Morriss 2020-04-01 20:06:59 -07:00
  • 1e8ad28fcf p2p/discv5/net:add missing timer stop ucwong 2020-04-02 01:18:34 +00:00
  • 7f6c0fb601 cmd/clef fix typo Huiyi Li 2020-04-01 16:17:42 -07:00
  • 2215cdfef4 crypto/ecies: fix doc comment for roundup Felix Lange 2020-04-02 00:27:25 +02:00