| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd: typo fixed, isntance -> instance (#17149) | Wenbiao Zheng | 2018-07-09 | 1 | -1/+1 |
* | swarm: ctx propagation; bmt fixes; pss generic notification framework (#17150) | Anton Evangelatov | 2018-07-09 | 49 | -489/+1631 |
* | core/types: polish TxDifference code and docs a bit (#17130) | Smilenator | 2018-07-09 | 1 | -3/+3 |
* | cmd/geth: fix usage formatting (#17136) | Wenbiao Zheng | 2018-07-09 | 1 | -1/+2 |
* | consensus/clique: fixed documentation copy-paste issue (#17137) | LeoLiao | 2018-07-09 | 1 | -1/+1 |
* | cmd/geth: fixed comment typo (#17140) | LeoLiao | 2018-07-09 | 1 | -1/+1 |
* | rpc: fixed comment grammar issue (#17146) | LeoLiao | 2018-07-09 | 1 | -1/+1 |
* | params, VERSION: v1.8.13 unstable | Felix Lange | 2018-07-05 | 2 | -5/+5 |
* | params: v1.8.12 stablev1.8.12 | Felix Lange | 2018-07-05 | 1 | -4/+4 |
* | les: add announcement safety check to light fetcher (#17034) | Felföldi Zsolt | 2018-07-04 | 1 | -2/+9 |
* | light: new CHTs (#17124) | Felföldi Zsolt | 2018-07-04 | 1 | -8/+8 |
* | consensus/ethash: fixed documentation typo (#17121) | Zak Cole | 2018-07-04 | 1 | -1/+1 |
* | Merge pull request #17111 from karalabe/trie-memleak | Péter Szilágyi | 2018-07-03 | 1 | -1/+49 |
|\ |
|
| * | trie: fix a temporary memory leak in the memcache | Péter Szilágyi | 2018-07-02 | 1 | -1/+49 |
* | | p2p/discover: move bond logic from table to transport (#17048) | Felix Lange | 2018-07-03 | 6 | -245/+147 |
* | | cmd/p2psim: add exit error output and exit code (#17116) | Chen Quan | 2018-07-03 | 1 | -1/+4 |
* | | core/vm: reuse bigint pools across transactions (#17070) | Guillaume Ballet | 2018-07-03 | 4 | -2/+112 |
* | | node: documentation typo fix (#17113) | LeoLiao | 2018-07-03 | 1 | -1/+1 |
* | | cmd/geth: export metrics to InfluxDB (#16979) | Anton Evangelatov | 2018-07-02 | 4 | -11/+93 |
* | | vendor: update docker/docker/pkg/reexec so that it compiles on OpenBSD (#17084) | Fabian Raetz | 2018-07-02 | 6 | -16/+18 |
* | | Merge pull request #17092 from pilu/master | Péter Szilágyi | 2018-07-02 | 1 | -6/+6 |
|\ \
| |/
|/| |
|
| * | node: remove formatting from ResettingTimer metrics if requested in raw | Andrea Franz | 2018-06-27 | 1 | -6/+6 |
* | | ethdb, core: implement delete for db batch (#17101) | gary rong | 2018-07-02 | 6 | -14/+51 |
* | | ethstats: comment minor correction (#17102) | kevin.xu | 2018-06-29 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #17087 from OpenCommunityCoin/build/portable-shell | Péter Szilágyi | 2018-06-27 | 1 | -11/+11 |
|\ |
|
| * | build: make build/goimports.sh more potable | hackyminer | 2018-06-26 | 1 | -11/+11 |
* | | core/vm: clear linter warnings (#17057) | Guillaume Ballet | 2018-06-26 | 9 | -30/+51 |
|/ |
|
* | whisper: Reduce message loop log from Warn to Info (#17055) | Adrià Cidre | 2018-06-26 | 2 | -2/+2 |
* | swarm/pss: Hide big network tests under longrunning flag (#17074) | lash | 2018-06-25 | 1 | -0/+14 |
* | swarm/fuse: Disable fuse tests, they are flaky (#17072) | Balint Gabor | 2018-06-25 | 1 | -0/+1 |
* | Merge pull request #17054 from chfast/log-time-format | Péter Szilágyi | 2018-06-25 | 1 | -1/+1 |
|\ |
|
| * | log: Change time format | Paweł Bylica | 2018-06-25 | 1 | -1/+1 |
* | | les: handle conn/disc/reg logic in the eventloop (#16981) | gary rong | 2018-06-25 | 1 | -74/+135 |
* | | Merge pull request #17041 from ethersphere/swarm-network-rewrite-merge | Viktor Trón | 2018-06-22 | 201 | -9705/+39389 |
|\ \
| |/
|/| |
|
| * | swarm: network rewrite merge | ethersphere | 2018-06-22 | 201 | -9705/+39389 |
* | | trie: cache collapsed tries node, not rlp blobs (#16876) | Péter Szilágyi | 2018-06-21 | 8 | -75/+268 |
* | | cmd/geth: remove the tail "," from genesis config (#17028) | nobody | 2018-06-21 | 1 | -1/+1 |
* | | mobile: correct comment typo in ethereum.go (#17040) | Husam Ibrahim | 2018-06-21 | 1 | -2/+2 |
* | | accounts: remove deadcode isSigned (#16990) | Wenbiao Zheng | 2018-06-20 | 2 | -26/+0 |
* | | Merge pull request #16954 from holiman/more_tracers | Péter Szilágyi | 2018-06-20 | 5 | -3/+214 |
|\ \ |
|
| * | | tracers: fix err in 4byte, add some opcode analysis tools | Martin Holst Swende | 2018-06-20 | 5 | -3/+214 |
* | | | travis: use NDK 17b for Android archives (#17029) | ligi | 2018-06-20 | 1 | -4/+4 |
|/ / |
|
* | | signer: remove useless errorWrapper (#17003) | Wenbiao Zheng | 2018-06-19 | 1 | -9/+0 |
* | | accounts/usbwallet: correct comment typo (#16998) | Husam Ibrahim | 2018-06-19 | 1 | -1/+1 |
* | | core: remove dead code, limit test code scope (#17006) | Wenbiao Zheng | 2018-06-19 | 4 | -48/+34 |
* | | accounts/usbwallet: correct comment typo (#17008) | Husam Ibrahim | 2018-06-19 | 1 | -1/+1 |
* | | mobile: correct comment typo in geth.go (#17021) | Husam Ibrahim | 2018-06-19 | 1 | -1/+1 |
|/ |
|
* | cmd: remove faucet/puppeth dead code (#16991) | Wenbiao Zheng | 2018-06-15 | 2 | -66/+0 |
* | accounts/keystore: assign schema as const instead of var (#16985) | Wenbiao Zheng | 2018-06-14 | 1 | -1/+1 |
* | internal/debug: use pprof goroutine writer for debug_stacks (#16892) | Ryan Schneider | 2018-06-14 | 1 | -3/+4 |
* | core/asm: correct comments typo (#16974) | Caesar Chad | 2018-06-14 | 1 | -2/+2 |
* | common/number: delete unused package (#16983) | Felix Lange | 2018-06-14 | 2 | -305/+0 |
* | bmt: fix package documentation comment (#16909) | kiel barry | 2018-06-14 | 1 | -1/+1 |
* | core: reduce nesting in transaction pool code (#16980) | Wenbiao Zheng | 2018-06-14 | 1 | -5/+3 |
* | eth: conform better to the golint standards (#16783) | williambannas | 2018-06-14 | 7 | -26/+27 |
* | common: all golint warnings removed (#16852) | kiel barry | 2018-06-14 | 6 | -8/+14 |
* | Merge pull request #16977 from karalabe/go-1.10.3 | Péter Szilágyi | 2018-06-14 | 2 | -3/+3 |
|\ |
|
| * | travis, appveyor: update to Go 1.10.3 | Péter Szilágyi | 2018-06-14 | 2 | -3/+3 |
|/ |
|
* | cmd/utils: fix NetworkId default when -dev is set (#16833) | Jeremy Schlatter | 2018-06-14 | 1 | -0/+3 |
* | eth/filters: make filterLogs func more readable (#16920) | knarfeh | 2018-06-14 | 1 | -3/+3 |
* | core/vm: optimize MSTORE and SLOAD (#16939) | Martin Holst Swende | 2018-06-14 | 3 | -11/+68 |
* | all: library changes for swarm-network-rewrite (#16898) | Elad | 2018-06-14 | 24 | -124/+527 |
* | #15685 made peer_test.go more portable by using random free port instead of ... | Armin Braun | 2018-06-14 | 2 | -48/+35 |
* | console: correct some comments typo (#16971) | Caesar Chad | 2018-06-14 | 1 | -1/+1 |
* | core/asm: correct comments typo (#16975) | Caesar Chad | 2018-06-14 | 1 | -1/+1 |
* | eth/fetcher: fix annotation (#16969) | Wenbiao Zheng | 2018-06-13 | 1 | -1/+1 |
* | internal/web3ext: fix method name for enabling mutex profiling (#16964) | Ryan Schneider | 2018-06-13 | 1 | -2/+2 |
* | core: change comment to match code more closely (#16963) | John C. Vernaleo | 2018-06-13 | 1 | -1/+1 |
* | VERSION, params: begin v1.8.12 release cycle | Péter Szilágyi | 2018-06-12 | 2 | -5/+5 |
* | params: release go-ethereum v1.8.11v1.8.11 | Péter Szilágyi | 2018-06-12 | 1 | -4/+4 |
* | les: fix retriever logic (#16776) | Felföldi Zsolt | 2018-06-12 | 1 | -13/+17 |
* | core, eth, les: more efficient hash-based header chain retrieval (#16946) | Felföldi Zsolt | 2018-06-12 | 5 | -27/+106 |
* | crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932) | Felix Lange | 2018-06-12 | 9 | -39/+62 |
* | Merge pull request #16958 from karalabe/pending-account-fast | Péter Szilágyi | 2018-06-12 | 1 | -4/+9 |
|\ |
|
| * | internal/ethapi: reduce pendingTransactions to O(txs+accs) from O(txs*accs) | Péter Szilágyi | 2018-06-12 | 1 | -4/+9 |
* | | Merge pull request #16959 from karalabe/fix-linters | Péter Szilágyi | 2018-06-12 | 1 | -2/+2 |
|\ \ |
|
| * | | metrics: fix gofmt linter warnings | Péter Szilágyi | 2018-06-12 | 1 | -2/+2 |
|/ / |
|
* / | les: pass server pool to protocol manager (#16947) | Felföldi Zsolt | 2018-06-12 | 4 | -4/+5 |
|/ |
|
* | ethdb: gracefullly handle quit channel (#16794) | gary rong | 2018-06-11 | 1 | -34/+40 |
* | core/rawdb: wrap db key creations (#16914) | Wenbiao Zheng | 2018-06-11 | 4 | -48/+85 |
* | Merge pull request #16945 from karalabe/triedb-spurious-warning | Péter Szilágyi | 2018-06-11 | 1 | -2/+2 |
|\ |
|
| * | trie: don't report the root flushlist as an alloc | Péter Szilágyi | 2018-06-11 | 1 | -2/+2 |
* | | metrics: removed repetitive calculations (#16944) | Clayton Jacobs | 2018-06-11 | 1 | -10/+13 |
|/ |
|
* | Merge pull request #16942 from karalabe/rpc-nil-reply | Péter Szilágyi | 2018-06-11 | 4 | -31/+7 |
|\ |
|
| * | rpc: support returning nil pointer big.Ints (null) | Péter Szilágyi | 2018-06-11 | 4 | -31/+7 |
|/ |
|
* | rpc: fix a comment typo (#16929) | xincaosu | 2018-06-11 | 1 | -1/+1 |
* | core: improve getBadBlocks to return full block rlp (#16902) | Martin Holst Swende | 2018-06-11 | 3 | -21/+48 |
* | ethclient: fix RPC parse error of Parity response (#16924) | Steven Roose | 2018-06-11 | 1 | -6/+12 |
* | light: new CHTs for mainnet and ropsten (#16926) | Felföldi Zsolt | 2018-06-11 | 1 | -8/+8 |
* | metrics: return an empty snapshot for NilResettingTimer (#16930) | Anton Evangelatov | 2018-06-11 | 1 | -1/+5 |
* | cmd/ethkey: add command to change key passphrase (#16516) | Steven Roose | 2018-06-08 | 6 | -19/+100 |
* | trie: avoid unnecessary slicing on shortnode decoding (#16917) | Sarlor | 2018-06-07 | 1 | -4/+3 |
* | core: relax type requirement for bc in ApplyTransaction (#16901) | ledgerwatch | 2018-06-07 | 1 | -1/+1 |
* | cmd/puppeth: fixed a typo in a wizard input query (#16910) | Bruno Škvorc | 2018-06-06 | 1 | -2/+2 |
* | whisper: re-insert #16757 that has been lost during a merge (#16889) | Guillaume Ballet | 2018-06-05 | 0 | -0/+0 |
* | Merge pull request #16882 from karalabe/streaming-ecrecover | Péter Szilágyi | 2018-06-05 | 3 | -0/+113 |
|\ |
|
| * | core: concurrent background transaction sender ecrecover | Péter Szilágyi | 2018-06-05 | 3 | -0/+113 |
* | | trie: reduce hasher allocations (#16896) | Felix Lange | 2018-06-05 | 1 | -12/+38 |
* | | vendor: added vendor packages necessary for the swarm-network-rewrite merge (... | Elad | 2018-06-05 | 30 | -623/+29663 |
* | | params: fix golint warnings (#16853) | kiel barry | 2018-06-05 | 22 | -61/+72 |
* | | cmd/abigen: support for reading solc output from stdin (#16683) | Antonio Salazar Cardozo | 2018-06-05 | 2 | -10/+50 |
* | | miner: not call commitNewWork if it's a side block (#16751) | Mark | 2018-06-05 | 1 | -10/+0 |
|/ |
|
* | eth/tracers: fix minor off-by-one error (#16879) | Martin Holst Swende | 2018-06-05 | 2 | -15/+56 |
* | les: add Skip overflow check to GetBlockHeadersMsg handler (#16891) | Felföldi Zsolt | 2018-06-05 | 1 | -7/+18 |
* | Merge pull request #16894 from hadv/master | Péter Szilágyi | 2018-06-05 | 1 | -1/+1 |
|\ |
|
| * | core: fix typo in comment code | hadv | 2018-06-05 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #16800 from rjl493456442/memory_allowance_warining | Péter Szilágyi | 2018-06-04 | 1 | -0/+20 |
|\ |
|
| * | cmd/geth: cap cache allowance | rjl493456442 | 2018-06-04 | 1 | -0/+20 |
|/ |
|
* | Merge pull request #16880 from holiman/http_timeouts | Péter Szilágyi | 2018-06-04 | 1 | -1/+6 |
|\ |
|
| * | rpc: set timeouts for http server, see #16859 | Martin Holst Swende | 2018-06-04 | 1 | -1/+6 |
* | | metrics: expvar support for ResettingTimer (#16878) | Anton Evangelatov | 2018-06-04 | 4 | -1/+154 |
|/ |
|
* | core, eth, trie: streaming GC for the trie cache (#16810) | Péter Szilágyi | 2018-06-04 | 4 | -38/+202 |
* | consensus/ethash: reduce keccak hash allocations (#16857) | Felix Lange | 2018-06-04 | 1 | -6/+17 |
* | rpc: use HTTP request context as top-level context (#16861) | Ryan Schneider | 2018-06-02 | 1 | -1/+1 |
* | console: squash golint warnings (#16836) | kiel barry | 2018-05-31 | 2 | -2/+4 |
* | ethstats: fix last golint warning (#16837) | kiel barry | 2018-05-30 | 1 | -2/+2 |
* | VERSION, params: begin 1.8.11 release cycle | Péter Szilágyi | 2018-05-30 | 2 | -5/+5 |
* | params: release Geth 1.8.10 hotfixv1.8.10 | Péter Szilágyi | 2018-05-30 | 1 | -4/+4 |
* | Merge pull request #16843 from karalabe/txpool-fix-deadlock | Péter Szilágyi | 2018-05-30 | 1 | -1/+1 |
|\ |
|
| * | core: fix transaction event asynchronicity | Péter Szilágyi | 2018-05-30 | 1 | -1/+1 |
|/ |
|
* | trie: rename TrieSync to Sync and improve hexToKeybytes (#16804) | Wenbiao Zheng | 2018-05-29 | 5 | -37/+37 |
* | Merge pull request #16831 from abeln/patch-1 | Péter Szilágyi | 2018-05-29 | 1 | -1/+1 |
|\ |
|
| * | core/vm: fix typo in comment | Abel Nieto | 2018-05-29 | 1 | -1/+1 |
* | | core: improve test for TransactionPriceNonceSort (#16413) | kimmylin | 2018-05-29 | 1 | -22/+7 |
* | | p2p/discv5: add egress/ingress traffic metrics to discv5 udp transport (#16369) | Dmitry Shulyak | 2018-05-29 | 2 | -1/+12 |
|/ |
|
* | common: improve documentation comments (#16701) | kiel barry | 2018-05-29 | 9 | -137/+83 |
* | whisper/shhclient: update call to shh_post to expect string instead of bool (... | Andrea Franz | 2018-05-29 | 1 | -3/+3 |
* | eth/fetcher: reuse variables for hash and number (#16819) | Smilenator | 2018-05-29 | 1 | -4/+4 |
* | ethereum: fix a typo in FilterQuery{} (#16827) | Mohanson | 2018-05-29 | 1 | -1/+1 |
* | VERSION, params: begin 1.8.10 release cycle | Péter Szilágyi | 2018-05-28 | 2 | -5/+5 |
* | params: release go-ethereum v1.8.9v1.8.9 | Péter Szilágyi | 2018-05-28 | 1 | -4/+4 |
* | eth, node, trie: fix minor typos (#16802) | Wenbiao Zheng | 2018-05-24 | 3 | -8/+8 |
* | Merge pull request #16803 from karalabe/trie-avoid-funccall | Péter Szilágyi | 2018-05-24 | 1 | -2/+2 |
|\ |
|
| * | trie: cleaner logic, one less func call | Péter Szilágyi | 2018-05-24 | 1 | -2/+2 |
* | | core: use a wrapped map to remove contention in `TxPool.Get`. (#16670) | Ryan Schneider | 2018-05-23 | 3 | -69/+132 |
* | | core/vm: fix typo in instructions.go (#16788) | Abel Nieto | 2018-05-23 | 1 | -1/+1 |
* | | Merge pull request #16722 from karalabe/trie-iterator-proofs | Péter Szilágyi | 2018-05-23 | 2 | -48/+150 |
|\ \
| |/
|/| |
|
| * | trie: support proof generation from the iterator | Péter Szilágyi | 2018-05-23 | 2 | -48/+150 |
|/ |
|
* | core/types: convert status type from uint to uint64 (#16784) | gary rong | 2018-05-23 | 2 | -8/+10 |
* | vendor, ethdb: print warning log if leveldb is performing compaction (#16766) | gary rong | 2018-05-22 | 4 | -5/+90 |
* | node: all golint warnings fixed (#16773) | kiel barry | 2018-05-22 | 3 | -6/+6 |
* | log: fixes for golint warnings (#16775) | kiel barry | 2018-05-22 | 5 | -19/+20 |
* | trie: fixes to comply with golint (#16771) | kiel barry | 2018-05-22 | 5 | -21/+26 |
* | Merge pull request #16769 from karalabe/async-broadcasts | Péter Szilágyi | 2018-05-21 | 2 | -12/+117 |
|\ |
|
| * | eth: propagate blocks and transactions async | Péter Szilágyi | 2018-05-21 | 2 | -12/+117 |
|/ |
|
* | Merge pull request #16758 from hadv/fix/typos | Péter Szilágyi | 2018-05-20 | 2 | -2/+2 |
|\ |
|
| * | core, consensus: fix some typos in comment code and output log | hadv | 2018-05-19 | 2 | -2/+2 |
* | | Merge pull request #16720 from rjl493456442/PreTxsEvent | Péter Szilágyi | 2018-05-20 | 19 | -121/+172 |
|\ \ |
|
| * | | core, eth: minor txpool event cleanups | Péter Szilágyi | 2018-05-18 | 19 | -92/+89 |
| * | | all: collate new transaction events together | rjl493456442 | 2018-05-18 | 19 | -111/+165 |
* | | | Merge pull request #16753 from karalabe/go-1.10.2 | Péter Szilágyi | 2018-05-18 | 2 | -3/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | travis, appveyor: bump Go release to 1.10.2 | Péter Szilágyi | 2018-05-18 | 2 | -3/+3 |
|/ / |
|
* | | p2p/enr: updates for discovery v4 compatibility (#16679) | Felix Lange | 2018-05-17 | 5 | -154/+277 |
* | | Merge pull request #16739 from karalabe/android-trusty | Péter Szilágyi | 2018-05-14 | 1 | -1/+1 |
|\ \ |
|
| * | | travis: try to upgrade android builder to trusty | Péter Szilágyi | 2018-05-14 | 1 | -1/+1 |
|/ / |
|
* | | accounts/abi: allow abi: tags when unpacking structs | Guillaume Ballet | 2018-05-14 | 3 | -35/+194 |
* | | VERSION, params: start 1.8.9 release cycle | Péter Szilágyi | 2018-05-14 | 2 | -5/+5 |
* | | params: release go-ethereum v1.8.8v1.8.8 | Péter Szilágyi | 2018-05-14 | 1 | -4/+4 |
* | | light: new CHT for mainnet and ropsten (#16736) | Felföldi Zsolt | 2018-05-14 | 1 | -8/+8 |
|/ |
|
* | bmt: golint updates for this or self warning (#16628) | kiel barry | 2018-05-10 | 1 | -89/+89 |
* | travis: use Android NDK 16b (#16562) | ligi | 2018-05-10 | 1 | -4/+4 |
* | event: document select case slice use and add edge case test (#16680) | Felix Lange | 2018-05-10 | 2 | -1/+43 |
* | all: get rid of error when creating memory database (#16716) | gary rong | 2018-05-09 | 48 | -230/+172 |
* | whisper/shhclient: update call to shh_generateSymKeyFromPassword to pass a st... | Andrea Franz | 2018-05-09 | 1 | -2/+2 |
* | eth/filter: check nil pointer when unsubscribe (#16682) | gary rong | 2018-05-09 | 2 | -41/+64 |
* | eth: golint fixes to variable names (#16711) | kiel barry | 2018-05-09 | 4 | -42/+42 |
* | cmd: various golint fixes (#16700) | kiel barry | 2018-05-09 | 5 | -24/+28 |
* | p2p: don't discard reason set by Disconnect (#16559) | Guilherme Salgado | 2018-05-09 | 1 | -0/+1 |
* | crypto: fix golint warnings (#16710) | kiel barry | 2018-05-09 | 5 | -13/+13 |
* | build: specify the key to use when invoking gpg:sign-and-deploy-file (#16696) | ligi | 2018-05-09 | 2 | -8/+25 |
* | p2p/simulations/adapters: fix websocket log line parsing in exec adapter (#16... | Ivan Daniluk | 2018-05-08 | 3 | -23/+75 |
* | eth/filters: derive FilterCriteria from ethereum.FilterQuery (#16629) | Domino Valdano | 2018-05-08 | 1 | -8/+2 |
* | p2p: fix some golint warnings (#16577) | kiel barry | 2018-05-08 | 13 | -291/+292 |
* | rlp: fix some golint warnings (#16659) | kiel barry | 2018-05-08 | 2 | -37/+27 |
* | core/rawdb: separate raw database access to own package (#16666) | Péter Szilágyi | 2018-05-07 | 52 | -1296/+1289 |
* | mobile: add GetStatus Method for Receipt (#16598) | Erichin | 2018-05-07 | 1 | -0/+1 |
* | common: changed if-else blocks to conform with golint (#16656) | GagziW | 2018-05-07 | 1 | -8/+6 |
* | whisper/mailserver: pass init error to the caller (#16671) | Ivan Daniluk | 2018-05-04 | 3 | -9/+14 |
* | signer: fix golint errors (#16653) | Eli | 2018-05-04 | 8 | -79/+78 |
* | eth: golint updates for this or self warning (#16632) | kiel barry | 2018-05-03 | 2 | -20/+20 |
* | event: golint updates for this or self warning (#16631) | kiel barry | 2018-05-03 | 1 | -19/+19 |
* | consensus/ethash: fixed typo (#16665) | YH-Zhou | 2018-05-03 | 1 | -1/+1 |
* | metrics: golint updates for this or self warning (#16635) | kiel barry | 2018-05-03 | 2 | -25/+25 |
* | rpc: golint error with context as last parameter (#16657) | kiel barry | 2018-05-03 | 3 | -6/+6 |
* | accounts: changed if-else blocks to conform with golint (#16654) | GagziW | 2018-05-03 | 2 | -4/+2 |
* | les: changed if-else blocks to conform with golint (#16658) | GagziW | 2018-05-03 | 4 | -19/+13 |
* | p2p: changed if-else blocks to conform with golint (#16660) | GagziW | 2018-05-03 | 2 | -17/+15 |
* | log: changed if-else blocks to conform with golint (#16661) | GagziW | 2018-05-03 | 1 | -8/+6 |
* | VERSION, params: begin v1.8.8 release cycle | Péter Szilágyi | 2018-05-02 | 2 | -5/+5 |
* | params: release geth 1.8.7v1.8.7 | Péter Szilágyi | 2018-05-02 | 1 | -4/+4 |
* | cmd/clef: documentation about setup (#16568) | Martin Holst Swende | 2018-05-02 | 9 | -1/+251 |
* | Merge pull request #16644 from ligi/reduce_aar_size | Péter Szilágyi | 2018-05-02 | 1 | -2/+2 |
|\ |
|
| * | build: Add ldflags -s -w when building aar | ligi | 2018-05-02 | 1 | -2/+2 |
* | | Merge pull request #16569 from holiman/evm_blocknum | Péter Szilágyi | 2018-05-02 | 1 | -7/+10 |
|\ \ |
|
| * | | evm/main: use blocknumber from genesis | Martin Holst Swende | 2018-05-02 | 1 | -7/+10 |
* | | | Merge pull request #16576 from CrispinFlowerday/bugfix/local_underpriced_txs | Péter Szilágyi | 2018-05-02 | 2 | -10/+14 |
|\ \ \ |
|
| * | | | core: ensure local transactions aren't discarded as underpriced | Crispin Flowerday | 2018-05-02 | 2 | -10/+14 |
| | |/
| |/| |
|
* | | | core: golint updates for this or self warning (#16633) | kiel barry | 2018-05-02 | 4 | -18/+18 |
* | | | internal: golint updates for this or self warning (#16634) | kiel barry | 2018-05-02 | 1 | -27/+27 |
* | | | trie: golint iterator fixes (#16639) | Eli | 2018-05-02 | 1 | -7/+7 |
* | | | tests: golint fixes for tests directory (#16640) | Eli | 2018-05-02 | 4 | -10/+8 |
* | | | accounts: golint updates for this or self warning (#16627) | kiel barry | 2018-05-02 | 1 | -4/+4 |
|/ / |
|
* | | Merge pull request #16630 from tstranex/master | Péter Szilágyi | 2018-05-02 | 3 | -29/+33 |
|\ \ |
|
| * | | vendor: fix leveldb crash when bigger than 1 TiB | timothy | 2018-05-02 | 3 | -29/+33 |
* | | | Merge pull request #16636 from reductionista/travis | Péter Szilágyi | 2018-05-02 | 1 | -1/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | travis.yml: remove obsolete brew-cask install | Domino Valdano | 2018-05-02 | 1 | -1/+0 |
* | | | whisper: Golint fixes in whisper packages (#16637) | Eli | 2018-05-02 | 8 | -78/+74 |
|/ / |
|
* | | Merge pull request #16588 from karalabe/tracer-dirty-fix | Péter Szilágyi | 2018-04-27 | 3 | -23/+8 |
|\ \ |
|
| * | | core, eth: fix tracer dirty finalization | Péter Szilágyi | 2018-04-27 | 3 | -23/+8 |
|/ / |
|
* | | trie: remove unused `buf` parameter (#16583) | xincaosu | 2018-04-27 | 1 | -4/+4 |
* | | cmd/utils: point users to --syncmode under DEPRECATED (#16572) | Martin Klepsch | 2018-04-27 | 1 | -2/+2 |
* | | core/state: cache missing storage entries (#16584) | Felix Lange | 2018-04-27 | 1 | -4/+1 |
|/ |
|
* | core/types: avoid duplicating transactions on changing signer (#16435) | kimmylin | 2018-04-24 | 1 | -1/+4 |
* | cmd/geth, mobile: add memsize to pprof server (#16532) | Felix Lange | 2018-04-23 | 13 | -10/+834 |
* | VERSION, params: begin release cycle 1.8.7 | Péter Szilágyi | 2018-04-23 | 2 | -5/+5 |
* | params: release v1.8.6 to fix docker imagesv1.8.6 | Péter Szilágyi | 2018-04-23 | 1 | -4/+4 |
* | Dockerfile: drop legacy discovery v5 port mappings | Péter Szilágyi | 2018-04-23 | 2 | -2/+2 |
* | Merge pull request #16552 from karalabe/revert-docker-user | Péter Szilágyi | 2018-04-23 | 2 | -12/+0 |
|\ |
|
| * | Dockerfile: revert the user change PR that broke all APIs | Péter Szilágyi | 2018-04-23 | 2 | -12/+0 |
|/ |
|
* | Merge pull request #16551 from ethereum/revert-16477-puppeth-dockerfile-permi... | Péter Szilágyi | 2018-04-23 | 1 | -4/+4 |
|\ |
|
| * | Revert "cmd/puppeth: fix node deploys for updated dockerfile user" | Péter Szilágyi | 2018-04-23 | 1 | -4/+4 |
|/ |
|
* | Merge pull request #16550 from ethereum/revert-16478-fix-alltools-dockerfile | Péter Szilágyi | 2018-04-23 | 1 | -1/+1 |
|\ |
|
| * | Revert "Dockerfile.alltools: fix invalid command" | Péter Szilágyi | 2018-04-23 | 1 | -1/+1 |
|/ |
|
* | cmd/geth: update the copyright year in the geth command usage (#16537) | Vie | 2018-04-23 | 2 | -2/+2 |
* | VERSION, params: begin Geth 1.8.6 release cycle | Péter Szilágyi | 2018-04-23 | 2 | -5/+5 |
* | params: release Geth v1.8.5 - Dirty Derivative²v1.8.5 | Péter Szilágyi | 2018-04-23 | 1 | -4/+4 |
* | eth/downloader: fix for Issue #16539 (#16546) | Domino Valdano | 2018-04-23 | 1 | -3/+11 |
* | vendor: update elastic/gosigar so that it compiles on OpenBSD (#16542) | Fabian Raetz | 2018-04-22 | 12 | -7/+98 |
* | ethclient: add DialContext and Close (#16318) | Lorenzo Manacorda | 2018-04-19 | 1 | -1/+9 |
* | whisper/whisperv6: post returns the hash of sent message (#16495) | gluk256 | 2018-04-19 | 1 | -14/+26 |
* | rpc: handle HTTP response error codes (#16500) | Martin Holst Swende | 2018-04-19 | 1 | -1/+13 |
* | all: fix various typos (#16533) | Wuxiang | 2018-04-19 | 14 | -23/+23 |
* | core/asm: accept uppercase instructions (#16531) | dm4 | 2018-04-19 | 1 | -2/+2 |
* | rpc: clean up IPC handler (#16524) | Felix Lange | 2018-04-18 | 6 | -54/+23 |
* | cmd/utils: fix help template issue for subcommands (#16351) | Zhenguo Niu | 2018-04-18 | 1 | -1/+1 |
* | core/asm: remove unused condition (#16487) | dm4 | 2018-04-18 | 1 | -3/+0 |
* | build: enable goimports and varcheck linters (#16446) | thomasmodeneis | 2018-04-18 | 28 | -98/+54 |
* | VERSION, params: begin v1.8.5 release cycle | Péter Szilágyi | 2018-04-17 | 2 | -5/+5 |
* | params: release Geth v1.8.4v1.8.4 | Péter Szilágyi | 2018-04-17 | 1 | -4/+4 |
* | light: new CHTs (#16515) | Felföldi Zsolt | 2018-04-17 | 1 | -8/+8 |
* | cmd/clef, signer: initial poc of the standalone signer (#16154) | Martin Holst Swende | 2018-04-16 | 37 | -94/+6283 |
* | eth/downloader: wait for all fetcher goroutines to exit before terminating (#... | gary rong | 2018-04-16 | 1 | -9/+8 |
* | ethdb: add leveldb write delay statistic (#16499) | gary rong | 2018-04-16 | 1 | -14/+81 |
* | miner: remove contention on currentMu for pending data retrievals (#16497) | Ryan Schneider | 2018-04-16 | 1 | -18/+33 |
* | Merge pull request #16494 from karalabe/txpool-stable-pricedelete | Péter Szilágyi | 2018-04-12 | 3 | -24/+101 |
|\ |
|
| * | core: txpool stable underprice drop order, perf fixes | Péter Szilágyi | 2018-04-12 | 3 | -24/+101 |
|/ |
|
* | Merge pull request #16491 from holiman/fix_copy_again | Péter Szilágyi | 2018-04-12 | 1 | -2/+8 |
|\ |
|
| * | core/state: fix ripemd-cornercase in Copy | Martin Holst Swende | 2018-04-11 | 1 | -2/+8 |
|/ |
|
* | Merge pull request #16485 from holiman/fixcopycopy | Péter Szilágyi | 2018-04-11 | 2 | -0/+26 |
|\ |
|
| * | core/state: fix bug in copy of copy State | Martin Holst Swende | 2018-04-11 | 2 | -0/+26 |