Commit Graph

  • 4dbefc1f25 cmd/geth: fixed comment typo (#17140) LeoLiao 2018-07-09 16:38:52 +08:00
  • dbae1dc7b3 rpc: fixed comment grammar issue (#17146) LeoLiao 2018-07-09 16:31:59 +08:00
  • 3b07451564 params, VERSION: v1.8.13 unstable Felix Lange 2018-07-05 01:09:02 +02:00
  • 37685930d9 params: v1.8.12 stable Felix Lange 2018-07-05 01:08:05 +02:00
  • 51df1c1f20 les: add announcement safety check to light fetcher (#17034) Felföldi Zsolt 2018-07-04 12:40:20 +02:00
  • f524ec4326 light: new CHTs (#17124) Felföldi Zsolt 2018-07-04 11:41:17 +02:00
  • eb794af833 consensus/ethash: fixed documentation typo (#17121) Zak Cole 2018-07-04 01:20:58 -07:00
  • 67a7857124
    Merge pull request #17111 from karalabe/trie-memleak Péter Szilágyi 2018-07-03 17:20:58 +03:00
  • c73b654fd1 p2p/discover: move bond logic from table to transport (#17048) Felix Lange 2018-07-03 15:24:12 +02:00
  • 9da128db70 cmd/p2psim: add exit error output and exit code (#17116) Chen Quan 2018-07-03 20:14:57 +08:00
  • 4e5d1f1c39 core/vm: reuse bigint pools across transactions (#17070) Guillaume Ballet 2018-07-03 06:06:42 -04:00
  • d57e85ecc9 node: documentation typo fix (#17113) LeoLiao 2018-07-03 16:42:18 +08:00
  • 1990c9e621 cmd/geth: export metrics to InfluxDB (#16979) Anton Evangelatov 2018-07-02 14:51:02 +02:00
  • 319098cc1c
    trie: fix a temporary memory leak in the memcache Péter Szilágyi 2018-07-02 12:19:41 +03:00
  • 223d943481 vendor: update docker/docker/pkg/reexec so that it compiles on OpenBSD (#17084) Fabian Raetz 2018-07-02 13:25:02 +02:00
  • 8974e2e5e0
    Merge pull request #17092 from pilu/master Péter Szilágyi 2018-07-02 14:22:19 +03:00
  • a4a2343cdc ethdb, core: implement delete for db batch (#17101) gary rong 2018-07-02 16:16:30 +08:00
  • fdfd6d3c39 ethstats: comment minor correction (#17102) kevin.xu 2018-06-29 20:15:38 +08:00
  • b5537c5601
    node: remove formatting from ResettingTimer metrics if requested in raw Andrea Franz 2018-06-27 11:43:49 +02:00
  • e916f9786d
    Merge pull request #17087 from OpenCommunityCoin/build/portable-shell Péter Szilágyi 2018-06-27 11:28:58 +03:00
  • 909e968ebb
    build: make build/goimports.sh more potable hackyminer 2018-06-26 22:04:27 +09:00
  • 598f786aab core/vm: clear linter warnings (#17057) Guillaume Ballet 2018-06-26 08:56:25 -04:00
  • 461291882e whisper: Reduce message loop log from Warn to Info (#17055) Adrià Cidre 2018-06-26 10:31:05 +02:00
  • 1f0f6f0272 swarm/pss: Hide big network tests under longrunning flag (#17074) lash 2018-06-25 16:11:47 +02:00
  • 0a22ae5572
    swarm/fuse: Disable fuse tests, they are flaky (#17072) Balint Gabor 2018-06-25 14:04:01 +02:00
  • b0cfd9c786
    Merge pull request #17054 from chfast/log-time-format Péter Szilágyi 2018-06-25 12:23:33 +03:00
  • 6d8a1bfb08
    log: Change time format Paweł Bylica 2018-06-22 10:50:44 +02:00
  • 4895665670 les: handle conn/disc/reg logic in the eventloop (#16981) gary rong 2018-06-25 16:52:25 +08:00
  • eaff89291c
    Merge pull request #17041 from ethersphere/swarm-network-rewrite-merge Viktor Trón 2018-06-21 23:00:43 +02:00
  • e187711c65 swarm: network rewrite merge ethersphere 2018-06-20 14:06:27 +02:00
  • 6209545083 p2p: Wrap conn.flags ops with atomic.Load/Store Andrey Petrov 2018-06-07 21:50:08 -04:00
  • 193a402cc0 p2p: Test for peer.rw.flags race conditions Andrey Petrov 2018-06-07 12:49:07 -04:00
  • dcca66bce8 p2p: Cache inbound flag on Peer.isInbound to avoid a race Andrey Petrov 2018-06-07 10:42:40 -04:00
  • 399aa710d5 p2p: Attempt to race check peer.Inbound() in TestServerDial Andrey Petrov 2018-06-07 10:31:09 -04:00
  • 699794d88d p2p: More tests for AddTrustedPeer/RemoveTrustedPeer Andrey Petrov 2018-06-05 15:45:43 -04:00
  • 773857a524 p2p: Test for MaxPeers=0 and TrustedPeer override Andrey Petrov 2018-03-18 12:25:35 -04:00
  • 2a75fe3308 rpc: Add admin_addTrustedPeer and admin_removeTrustedPeer. Andrey Petrov 2018-02-25 15:39:29 -05:00
  • d926bf2c7e trie: cache collapsed tries node, not rlp blobs (#16876) Péter Szilágyi 2018-06-21 12:28:05 +03:00
  • 8db8d074e2 cmd/geth: remove the tail "," from genesis config (#17028) nobody 2018-06-21 15:44:39 +08:00
  • 1a70338734 mobile: correct comment typo in ethereum.go (#17040) Husam Ibrahim 2018-06-21 10:35:35 +03:00
  • 61a5976368 accounts: remove deadcode isSigned (#16990) Wenbiao Zheng 2018-06-20 17:46:29 +08:00
  • 88c42ab4e7
    Merge pull request #16954 from holiman/more_tracers Péter Szilágyi 2018-06-20 11:43:40 +03:00
  • 4210dd1500
    tracers: fix err in 4byte, add some opcode analysis tools Martin Holst Swende 2018-06-12 10:32:29 +02:00
  • c971ab617d travis: use NDK 17b for Android archives (#17029) ligi 2018-06-20 10:28:10 +02:00
  • f1986f86f2 signer: remove useless errorWrapper (#17003) Wenbiao Zheng 2018-06-19 19:48:10 +08:00
  • 28aca90716 accounts/usbwallet: correct comment typo (#16998) Husam Ibrahim 2018-06-19 14:43:20 +03:00
  • 9b1536b26a core: remove dead code, limit test code scope (#17006) Wenbiao Zheng 2018-06-19 19:41:13 +08:00
  • 3e57c33147 accounts/usbwallet: correct comment typo (#17008) Husam Ibrahim 2018-06-19 14:36:35 +03:00
  • baa7eb901e mobile: correct comment typo in geth.go (#17021) Husam Ibrahim 2018-06-19 14:35:59 +03:00
  • 574378edb5 cmd: remove faucet/puppeth dead code (#16991) Wenbiao Zheng 2018-06-15 16:14:55 +08:00
  • c95e4a80d1 accounts/keystore: assign schema as const instead of var (#16985) Wenbiao Zheng 2018-06-14 22:24:35 +08:00
  • 897ea01d5f internal/debug: use pprof goroutine writer for debug_stacks (#16892) Ryan Schneider 2018-06-14 09:58:44 -04:00
  • ec192f18b4 core/asm: correct comments typo (#16974) Caesar Chad 2018-06-14 21:24:35 +08:00
  • aa34173f13 common/number: delete unused package (#16983) Felix Lange 2018-06-14 14:10:34 +02:00
  • c343f75c26 bmt: fix package documentation comment (#16909) kiel barry 2018-06-14 04:50:31 -07:00
  • 52b1d09457 core: reduce nesting in transaction pool code (#16980) Wenbiao Zheng 2018-06-14 18:46:43 +08:00
  • 9402f96597 eth: conform better to the golint standards (#16783) williambannas 2018-06-14 03:14:52 -07:00
  • d0fd8d6fc2 common: all golint warnings removed (#16852) kiel barry 2018-06-14 02:52:50 -07:00
  • cfde0b5f52
    Merge pull request #16977 from karalabe/go-1.10.3 Péter Szilágyi 2018-06-14 12:51:50 +03:00
  • de06185fc3
    travis, appveyor: update to Go 1.10.3 Péter Szilágyi 2018-06-14 12:46:49 +03:00
  • 3fb5f3ae11 cmd/utils: fix NetworkId default when -dev is set (#16833) Jeremy Schlatter 2018-06-14 02:31:31 -07:00
  • e75d0a6e4c eth/filters: make filterLogs func more readable (#16920) knarfeh 2018-06-14 17:27:02 +08:00
  • 947e0afeb3 core/vm: optimize MSTORE and SLOAD (#16939) Martin Holst Swende 2018-06-14 11:23:37 +02:00
  • 1836366ac1 all: library changes for swarm-network-rewrite (#16898) Elad 2018-06-14 11:21:17 +02:00
  • 591cef17d4 #15685 made peer_test.go more portable by using random free port instead of hardcoded port 30303 (#15687) Armin Braun 2018-06-14 10:54:00 +02:00
  • e33a5de454 console: correct some comments typo (#16971) Caesar Chad 2018-06-14 16:35:20 +08:00
  • f04c0e341e core/asm: correct comments typo (#16975) Caesar Chad 2018-06-14 16:32:19 +08:00
  • ea89f40f0d eth/fetcher: fix annotation (#16969) Wenbiao Zheng 2018-06-13 22:02:28 +08:00
  • 1fc54d92ec internal/web3ext: fix method name for enabling mutex profiling (#16964) Ryan Schneider 2018-06-13 08:10:20 -04:00
  • 8c4a7fa8d3 core: change comment to match code more closely (#16963) John C. Vernaleo 2018-06-13 03:14:15 -04:00
  • 423d4254f5
    VERSION, params: begin v1.8.12 release cycle Péter Szilágyi 2018-06-12 17:04:17 +03:00
  • dea1ce052a
    params: release go-ethereum v1.8.11 Péter Szilágyi 2018-06-12 17:02:14 +03:00
  • 25982375a8 les: fix retriever logic (#16776) Felföldi Zsolt 2018-06-12 15:58:47 +02:00
  • 049f5b3572 core, eth, les: more efficient hash-based header chain retrieval (#16946) Felföldi Zsolt 2018-06-12 15:52:54 +02:00
  • 0255951587 crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932) Felix Lange 2018-06-12 15:26:08 +02:00
  • 85cd64df0e
    Merge pull request #16958 from karalabe/pending-account-fast Péter Szilágyi 2018-06-12 14:07:21 +03:00
  • 9608ccf106
    Merge pull request #16959 from karalabe/fix-linters Péter Szilágyi 2018-06-12 14:04:59 +03:00
  • 3f06da7b5f
    metrics: fix gofmt linter warnings Péter Szilágyi 2018-06-12 14:02:36 +03:00
  • 546d42179e les: pass server pool to protocol manager (#16947) Felföldi Zsolt 2018-06-12 13:00:52 +02:00
  • 90829a04bf
    internal/ethapi: reduce pendingTransactions to O(txs+accs) from O(txs*accs) Péter Szilágyi 2018-06-12 13:40:16 +03:00
  • f991995918 ethdb: gracefullly handle quit channel (#16794) gary rong 2018-06-11 21:11:48 +08:00
  • aab7ab04b0 core/rawdb: wrap db key creations (#16914) Wenbiao Zheng 2018-06-11 21:06:26 +08:00
  • 43b940ec5a
    Merge pull request #16945 from karalabe/triedb-spurious-warning Péter Szilágyi 2018-06-11 15:02:37 +03:00
  • b487bdf0ba metrics: removed repetitive calculations (#16944) Clayton Jacobs 2018-06-11 19:45:25 +08:00
  • a3267ed929
    trie: don't report the root flushlist as an alloc Péter Szilágyi 2018-06-11 14:32:13 +03:00
  • 9f7592c802
    Merge pull request #16942 from karalabe/rpc-nil-reply Péter Szilágyi 2018-06-11 13:58:17 +03:00
  • 99483e85b9
    rpc: support returning nil pointer big.Ints (null) Péter Szilágyi 2018-06-11 13:15:59 +03:00
  • 1d666cf27e rpc: fix a comment typo (#16929) xincaosu 2018-06-11 17:01:13 +08:00
  • eac16f9824 core: improve getBadBlocks to return full block rlp (#16902) Martin Holst Swende 2018-06-11 10:03:40 +02:00
  • 69c52bde3f ethclient: fix RPC parse error of Parity response (#16924) Steven Roose 2018-06-11 09:41:09 +02:00
  • 2977538ac0 light: new CHTs for mainnet and ropsten (#16926) Felföldi Zsolt 2018-06-11 09:38:05 +02:00
  • 7f0726f706 metrics: return an empty snapshot for NilResettingTimer (#16930) Anton Evangelatov 2018-06-11 10:31:55 +03:00
  • 13af276418 cmd/ethkey: add command to change key passphrase (#16516) Steven Roose 2018-06-08 15:07:07 +02:00
  • ea06da0892 trie: avoid unnecessary slicing on shortnode decoding (#16917) Sarlor 2018-06-07 16:48:36 +08:00
  • feb6620c34 core: relax type requirement for bc in ApplyTransaction (#16901) ledgerwatch 2018-06-07 09:34:24 +01:00
  • 90b22773e9 cmd/puppeth: fixed a typo in a wizard input query (#16910) Bruno Škvorc 2018-06-06 11:17:41 +02:00
  • 9e4f96a1a6
    whisper: re-insert #16757 that has been lost during a merge (#16889) Guillaume Ballet 2018-06-05 16:25:16 +02:00
  • 01a7e267dc
    Merge pull request #16882 from karalabe/streaming-ecrecover Péter Szilágyi 2018-06-05 17:13:43 +03:00
  • e8ea5aa0d5 trie: reduce hasher allocations (#16896) Felix Lange 2018-06-05 14:06:29 +02:00
  • 5bee5d69d7 vendor: added vendor packages necessary for the swarm-network-rewrite merge (#16792) Elad 2018-06-05 12:40:21 +02:00