| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Merge pull request #17405 from karalabe/miner-remote-dag | Péter Szilágyi | 2018-08-16 | 3 | -24/+83 |
|\ \ \ |
|
| * | | | consensus/ethash: use DAGs for remote mining, generate async | Péter Szilágyi | 2018-08-15 | 3 | -24/+83 |
* | | | | Merge pull request #17416 from karalabe/miner-details | Péter Szilágyi | 2018-08-16 | 1 | -2/+10 |
|\ \ \ \ |
|
| * | | | | miner: add gas and fee details to mining logs | Péter Szilágyi | 2018-08-16 | 1 | -2/+10 |
|/ / / / |
|
* | | | | miner: regenerate mining work every 3 seconds (#17413) | gary rong | 2018-08-16 | 3 | -133/+267 |
* | | | | Merge pull request #17412 from karalabe/puppeth-fix-dial-panic | Péter Szilágyi | 2018-08-16 | 1 | -2/+10 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | cmd/puppeth: fix nil panic on disconnected stats gathering | Péter Szilágyi | 2018-08-16 | 1 | -2/+10 |
|/ / / |
|
* | | | light: CHT and bloom trie indexers working in light mode (#16534) | Felföldi Zsolt | 2018-08-16 | 16 | -112/+251 |
* | | | cmd/swarm, swarm: added access control functionality (#17404) | Elad | 2018-08-15 | 27 | -184/+1826 |
* | | | miner: streaming uncle blocks (#17320) | gary rong | 2018-08-15 | 2 | -50/+125 |
|/ / |
|
* | | Merge pull request #17402 from karalabe/deprecate-flags | Péter Szilágyi | 2018-08-15 | 5 | -60/+102 |
|\ \ |
|
| * | | cmd: polish miner flags, deprecate olds, add upgrade path | Péter Szilágyi | 2018-08-15 | 5 | -60/+102 |
|/ / |
|
* | | backends: configurable gas limit to allow testing large contracts (#17358) | Jeff Prestes | 2018-08-15 | 6 | -20/+22 |
* | | p2p/discv5: add delay to refresh cycle when no seed nodes are found (#16994) | Felföldi Zsolt | 2018-08-15 | 1 | -1/+1 |
* | | les: implement client connection logic (#16899) | Felföldi Zsolt | 2018-08-15 | 7 | -1/+761 |
* | | miner: move agent logic to worker (#17351) | gary rong | 2018-08-14 | 5 | -474/+646 |
* | | crypto: change formula for create2 (#17393) | gary rong | 2018-08-14 | 2 | -3/+3 |
* | | swarm/network, swarm/storage: validate chunk size (#17397) | Anton Evangelatov | 2018-08-14 | 16 | -76/+79 |
* | | README.md: fix some typos (#17381) | Yao Zengzeng | 2018-08-14 | 1 | -1/+1 |
* | | whisper: fixed broken partial topic filtering | Eugene Valeyev | 2018-08-13 | 4 | -58/+5 |
* | | Merge pull request #17347 from karalabe/miner-notify | Péter Szilágyi | 2018-08-13 | 12 | -72/+225 |
|\ \ |
|
| * | | cmd, consensus/ethash, eth: miner push notifications | Péter Szilágyi | 2018-08-10 | 12 | -72/+225 |
* | | | core: fix comment typo (#17376) | Mymskmkt | 2018-08-13 | 1 | -2/+2 |
| |/
|/| |
|
* | | Manifest cli fix and upload defaultpath only once (#17375) | Janoš Guljaš | 2018-08-10 | 10 | -151/+840 |
* | | swarm/api/http: added logging to denote request ended (#17371) | Elad | 2018-08-10 | 2 | -3/+4 |
* | | cmd/swarm: solve rare cases of using the same random port in tests (#17352) | Janoš Guljaš | 2018-08-09 | 2 | -19/+131 |
* | | swarm/api: close tar writer in GetDirectoryTar to flush and clean (#17339) | Janoš Guljaš | 2018-08-09 | 1 | -0/+4 |
* | | cmd/swarm: disable TestCLISwarmFs fuse test on darwin (#17340) | Janoš Guljaš | 2018-08-09 | 1 | -6/+6 |
* | | cmd/swarm: remove shadow err (#17360) | Anton Evangelatov | 2018-08-09 | 1 | -2/+3 |
* | | Merge pull request #17357 from karalabe/tracer-trie-deref-bug | Péter Szilágyi | 2018-08-09 | 2 | -2/+11 |
|\ \ |
|
| * | | eth, trie: fix tracer GC which accidentally pruned the metaroot | Péter Szilágyi | 2018-08-09 | 2 | -2/+11 |
* | | | p2p/discv5: fix negative index after uint convert to int (#17274) | libotony | 2018-08-09 | 1 | -1/+1 |
* | | | rpc: fix a subscription name (#17345) | Jay | 2018-08-09 | 1 | -1/+1 |
|/ / |
|
* | | trie: fix comment typo (#17350) | Mymskmkt | 2018-08-08 | 1 | -1/+1 |
* | | swarm/api/http: fixed list leaf links (#17342) | Giulio M | 2018-08-08 | 2 | -6/+15 |
|/ |
|
* | swarm/bmt: ignore data longer then 4096 bytes in Hasher.Write (#17338) | Janoš Guljaš | 2018-08-07 | 1 | -1/+1 |
* | swarm: Added lightnode flag (#17291) | Attila Gazso | 2018-08-07 | 6 | -17/+95 |
* | whisper: remove unused error (#17315) | b00ris | 2018-08-07 | 1 | -7/+0 |
* | swarm/api/http: test fixes (#17334) | Elad | 2018-08-07 | 2 | -49/+21 |
* | p2p, swarm, trie: avoid copying slices in loops (#17265) | Oleg Kovalov | 2018-08-07 | 6 | -15/+15 |
* | swarm/README: add more sections to easily onboard developers (#17333) | Anton Evangelatov | 2018-08-07 | 1 | -1/+190 |
* | swarm/api/http: GET/PUT/PATCH/DELETE/POST multipart form unit tests. (#17277) | Andrew Chiw | 2018-08-07 | 1 | -0/+268 |
* | swarm/api/http: refactored http package (#17309) | Elad | 2018-08-07 | 11 | -1281/+833 |
* | swarm/storage/mru: HOTFIX - fix panic in Handler.update (#17313) | Javier Peletier | 2018-08-07 | 1 | -1/+1 |
* | p2p: use safe atomic operations when changing connFlags (#17325) | Felföldi Zsolt | 2018-08-06 | 1 | -6/+11 |
* | Merge pull request #16333 from shazow/addremovetrustedpeer | Felföldi Zsolt | 2018-08-06 | 5 | -9/+208 |
|\ |
|
| * | p2p: Wrap conn.flags ops with atomic.Load/Store | Andrey Petrov | 2018-06-22 | 3 | -20/+28 |
| * | p2p: Test for peer.rw.flags race conditions | Andrey Petrov | 2018-06-22 | 1 | -11/+18 |
| * | p2p: Cache inbound flag on Peer.isInbound to avoid a race | Andrey Petrov | 2018-06-22 | 1 | -12/+14 |
| * | p2p: Attempt to race check peer.Inbound() in TestServerDial | Andrey Petrov | 2018-06-22 | 1 | -0/+3 |
| * | p2p: More tests for AddTrustedPeer/RemoveTrustedPeer | Andrey Petrov | 2018-06-22 | 1 | -8/+52 |
| * | p2p: Test for MaxPeers=0 and TrustedPeer override | Andrey Petrov | 2018-06-22 | 1 | -0/+54 |
| * | rpc: Add admin_addTrustedPeer and admin_removeTrustedPeer. | Andrey Petrov | 2018-06-22 | 3 | -4/+85 |
* | | miner: seperate state, receipts for different mining work (#17323) | gary rong | 2018-08-06 | 2 | -64/+67 |
* | | cmd/swarm, swarm: various test fixes (#17299) | Janoš Guljaš | 2018-08-06 | 6 | -11/+35 |
* | | core/vm: fix comment typo (#17319) | stormpang | 2018-08-06 | 1 | -1/+1 |
* | | Merge pull request #17318 from ligi/fix_punctuation | Péter Szilágyi | 2018-08-06 | 1 | -1/+1 |
|\ \ |
|
| * | | README: Fix punctuation - closes #17317 | ligi | 2018-08-05 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #17311 from karalabe/puppeth-graceful-stop | Péter Szilágyi | 2018-08-03 | 7 | -17/+17 |
|\ \ |
|
| * | | cmd/puppeth: graceful shutdown on redeploys | Péter Szilágyi | 2018-08-03 | 7 | -17/+17 |
* | | | consensus/ethash: move remote agent logic to ethash internal (#15853) | gary rong | 2018-08-03 | 16 | -361/+608 |
|/ / |
|
* | | accounts/keystore: rename skipKeyFile to nonKeyFile to better reveal the func... | Roc Yu | 2018-08-03 | 1 | -4/+4 |
* | | Merge pull request #17310 from karalabe/mobile-nil-panic | Péter Szilágyi | 2018-08-03 | 1 | -0/+1 |
|\ \ |
|
| * | | mobile: fix missing return for CallMsg.SetTo(nil) | Péter Szilágyi | 2018-08-03 | 1 | -0/+1 |
|/ / |
|
* | | core/vm: update benchmarks for core/vm (#17308) | Hyung-Kyu Hqueue Choi | 2018-08-03 | 1 | -0/+4 |
* | | Merge pull request #17301 from karalabe/tests-enable-constantinople | Péter Szilágyi | 2018-08-02 | 1 | -0/+10 |
|\ \ |
|
| * | | tests: enable the Constantinople fork definition | Péter Szilágyi | 2018-08-01 | 1 | -0/+10 |
* | | | Merge pull request #17302 from karalabe/revert-evm-nil-panic | Péter Szilágyi | 2018-08-02 | 5 | -23/+22 |
|\ \ \
| |/ /
|/| | |
|
| * | | Revert "cmd/evm: change error msg output to stderr (#17118)" | Péter Szilágyi | 2018-08-02 | 5 | -23/+22 |
|/ / |
|
* | | build: explicitly name all packages to be cross-compiled (#17288) | Anton Evangelatov | 2018-07-31 | 1 | -1/+4 |
* | | params, swarm/version: begin Geth v1.8.14, Swarm v0.3.2 cycle | Péter Szilágyi | 2018-07-31 | 2 | -8/+8 |
* | | params, swarm/version: release Geth v1.8.13, Swarm 0.3.1v1.8.13 | Péter Szilágyi | 2018-07-31 | 2 | -8/+8 |
* | | core/vm: fix typo in cryptographic hash function name (#17285) | Ha ĐANG | 2018-07-31 | 1 | -1/+1 |
* | | rpc: make HTTP RPC timeouts configurable, raise defaults (#17240) | Ryan Schneider | 2018-07-31 | 7 | -11/+66 |
* | | eth/filters: fix the block range assignment for log filter (#17284) | gary rong | 2018-07-31 | 1 | -8/+6 |
* | | cmd/evm: change error msg output to stderr (#17118) | Chen Quan | 2018-07-31 | 5 | -22/+23 |
* | | Merge pull request #17282 from karalabe/trie-flushlist-fixes | Péter Szilágyi | 2018-07-31 | 1 | -4/+14 |
|\ \ |
|
| * | | trie: handle removing the freshest node too | Péter Szilágyi | 2018-07-30 | 1 | -4/+14 |
* | | | miner: fix state locking while writing to chain (issue #16933) (#17173) | ledgerwatch | 2018-07-31 | 1 | -0/+2 |
* | | | Merge netsim mig to master (#17241) | holisticode | 2018-07-31 | 14 | -2433/+1365 |
* | | | Merge pull request #17281 from karalabe/puppeth-cachewarn-fix | Péter Szilágyi | 2018-07-30 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | cmd/puppeth: force tiny memory for geth attach in id lookup | Péter Szilágyi | 2018-07-30 | 1 | -1/+1 |
* | | | Merge pull request #17279 from karalabe/puppeth-banlist-fix | Péter Szilágyi | 2018-07-30 | 2 | -11/+17 |
|\ \ \
| |/ /
|/| | |
|
| * | | cmd/puppeth: split banned ethstats addresses over columns | Péter Szilágyi | 2018-07-30 | 2 | -11/+17 |
|/ / |
|
* | | core: fix some small typos on comment code (#17278) | Ha ĐANG | 2018-07-30 | 3 | -3/+3 |
* | | dashboard: append to proper slice (#17266) | Oleg Kovalov | 2018-07-30 | 1 | -1/+1 |
* | | p2p: fix rare deadlock in Stop (#17260) | Janoš Guljaš | 2018-07-30 | 1 | -1/+2 |
* | | all: simplify switches (#17267) | Oleg Kovalov | 2018-07-30 | 10 | -34/+20 |
* | | swarm/api: remove ioutil.ReadAll for HandleGetFiles (#17276) | Anton Evangelatov | 2018-07-30 | 1 | -19/+2 |
* | | build: rename swarm deb package to ethereum-swarm; change swarm deb version f... | Anton Evangelatov | 2018-07-30 | 26 | -96/+277 |
* | | Merge pull request #17245 from karalabe/azure-deps-fixups | Péter Szilágyi | 2018-07-27 | 99 | -8143/+14834 |
|\ \ |
|
| * | | internal, vendor: update Azure blobstore API | Péter Szilágyi | 2018-07-25 | 99 | -8143/+14834 |
* | | | crypto/secp256k1: remove external LGPL dependencies (#17239) | Péter Szilágyi | 2018-07-26 | 4 | -72/+69 |
* | | | core: report progress on log chain exports (#17066) | Raghav Sood | 2018-07-26 | 2 | -4/+9 |
* | | | cmd: prevent accidental invalid commands (#17248) | a e r t h | 2018-07-26 | 2 | -2/+4 |
* | | | Merge pull request #17251 from karalabe/ppa-deprecate-artful | Péter Szilágyi | 2018-07-26 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | build: deprecated ubuntu artful, enable ubuntu cosmic | Péter Szilágyi | 2018-07-26 | 1 | -1/+2 |
* | | | | Merge pull request #17252 from karalabe/travis-debsrc-fix | Péter Szilágyi | 2018-07-26 | 1 | -0/+7 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | build: noop clean during travis debsrc assembly step | Péter Szilágyi | 2018-07-26 | 1 | -0/+7 |
|/ / / |
|
* | | | Merge pull request #17250 from karalabe/fix-clean | Péter Szilágyi | 2018-07-26 | 1 | -1/+3 |
|\ \ \ |
|
| * | | | build: fix bash->sh function declaration | Péter Szilágyi | 2018-07-26 | 1 | -1/+3 |
|/ / / |
|
* / / | cmd/utils: fix comment typo (#17249) | Sarlor | 2018-07-26 | 1 | -1/+1 |
|/ / |
|
* | | core/vm: support for multiple interpreters (#17093) | Guillaume Ballet | 2018-07-25 | 6 | -240/+315 |
* | | core: fixed typo in addresssByHeartbeat (#17243) | Antoine Rondelet | 2018-07-25 | 1 | -5/+5 |
* | | Merge pull request #17244 from chainpunk/master | Péter Szilágyi | 2018-07-25 | 1 | -1/+1 |
|\ \ |
|
| * | | core: fix typo in comment code | hadv | 2018-07-25 | 1 | -1/+1 |
* | | | Merge pull request #17233 from ethersphere/swarm-readme | Viktor Trón | 2018-07-25 | 2 | -1/+56 |
|\ \ \
| |/ /
|/| | |
|
| * | | README: point Swarm brief to the Swarm README, instead of directly to docs | Anton Evangelatov | 2018-07-24 | 1 | -1/+1 |
| * | | gitter: change ethereum/swarm to ethersphere/orange-lounge | Anton Evangelatov | 2018-07-21 | 1 | -2/+2 |
| * | | swarm/readme: add link to code review guidelines | Anton Evangelatov | 2018-07-19 | 1 | -0/+1 |
| * | | swarm: readme.md | Anton Evangelatov | 2018-07-19 | 1 | -0/+54 |
* | | | core: fix txpool guarantee comment (#17214) | Osuke | 2018-07-24 | 1 | -1/+1 |
* | | | core/vm, params: implement EXTCODEHASH opcode (#17202) | gary rong | 2018-07-24 | 6 | -1/+63 |
* | | | core, crypto, params: implement CREATE2 evm instrction (#17196) | gary rong | 2018-07-24 | 8 | -17/+94 |
* | | | common: add database/sql support for Hash and Address (#15541) | Vincent Serpoul | 2018-07-24 | 2 | -2/+219 |
* | | | eth/filters: improve error message for invalid filter topics (#17234) | Ian Macalinao | 2018-07-24 | 1 | -2/+2 |
* | | | Merge pull request #17206 from hadv/master | Péter Szilágyi | 2018-07-24 | 1 | -11/+13 |
|\ \ \ |
|
| * | | | consensus/clique: replace bubble sort by golang stable sort | hadv | 2018-07-24 | 1 | -11/+13 |
* | | | | core: fix comment typo (#17236) | Wenbiao Zheng | 2018-07-24 | 1 | -3/+3 |
* | | | | Merge pull request #16734 from reductionista/eip234 | Péter Szilágyi | 2018-07-24 | 9 | -64/+186 |
|\ \ \ \ |
|
| * | | | | accounts, eth, les: blockhash based filtering on all code paths | Péter Szilágyi | 2018-07-12 | 8 | -72/+136 |
| * | | | | eth/filters, ethereum: EIP-234 add blockHash param for eth_getLogs | Domino Valdano | 2018-07-12 | 3 | -13/+71 |
* | | | | | core/bloombits, light: fix typos (#17235) | Sheldon | 2018-07-24 | 3 | -7/+7 |
* | | | | | Merge pull request #17231 from ethersphere/develop | Viktor Trón | 2018-07-24 | 50 | -1940/+6864 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | swarm/testutil: remove EnableMetrics | Anton Evangelatov | 2018-07-24 | 1 | -11/+0 |
| * | | | | swarm/storage/mru: Client-side MRU signatures (#784) | Javier Peletier | 2018-07-23 | 28 | -1550/+3518 |
| * | | | | swarm/api/http: http package refactoring 1/5 and 2/5 | Elad | 2018-07-23 | 1 | -17/+13 |
| * | | | | cmd/swarm: add implicit subcommand help (fix #786) (#788) | Javier Peletier | 2018-07-23 | 1 | -0/+27 |
| * | | | | swarm: network simulation for swarm tests (#769) | Janoš Guljaš | 2018-07-23 | 19 | -188/+2849 |
| * | | | | swarm/fuse: Hotfix missing parantheses in statement | lash | 2018-07-23 | 1 | -0/+4 |
| * | | | | swarm/bmt: async section writer interface to BMT (#778) | Viktor Trón | 2018-07-23 | 2 | -188/+467 |
* | | | | | crypto/secp256k1: unify the package license to 3-Clause BSD (#17225) | Péter Szilágyi | 2018-07-24 | 5 | -60/+43 |
* | | | | | consensus: move test use only var/func to test(#17004) | Wenbiao Zheng | 2018-07-24 | 4 | -11/+11 |
* | | | | | Makefile: clean go build cache (#17079) | Hyung-Kyu Hqueue Choi | 2018-07-24 | 2 | -0/+11 |
* | | | | | cmd/geth: clean up call to SelfDerive (#16970) | Wenbiao Zheng | 2018-07-24 | 1 | -3/+3 |
* | | | | | rpc: clean up check for missing methods/subscriptions on handler (#17145) | Wenbiao Zheng | 2018-07-24 | 1 | -8/+5 |
* | | | | | p2p: token is useless in xxxEncHandshake (#17230) | Wenbiao Zheng | 2018-07-23 | 1 | -8/+7 |
|/ / / / |
|
* | | | | eth/tracers: fix noop tracer (#17220) | emile | 2018-07-23 | 2 | -3/+3 |
* | | | | rpc: fix missing parentheses in doc (#17224) | cong | 2018-07-23 | 1 | -1/+1 |
* | | | | accounts/abi: refactor Method#Sig() to use index in range iterator directly (... | Roc Yu | 2018-07-19 | 1 | -3/+1 |
| |/ /
|/| | |
|
* | | | core, ethdb: two tiny fixes (#17183) | gary rong | 2018-07-18 | 3 | -16/+48 |
* | | | accounts: add unit tests for URL (#17182) | Roc Yu | 2018-07-18 | 2 | -3/+99 |
* | | | p2p: correct comments typo (#17184) | jkcomment | 2018-07-18 | 1 | -1/+1 |
* | | | all: switch out defunct set library to different one (#16873) | Ralph Caraveo III | 2018-07-16 | 25 | -843/+1069 |
* | | | dashboard: fix CSS, escape special HTML chars, clean up code (#17167) | Kurkó Mihály | 2018-07-16 | 6 | -350/+427 |
* | | | build: fix typo (#17175) | Péter Szilágyi | 2018-07-16 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | build: Fix a typo in ci.go | Felix Yan | 2018-07-15 | 1 | -1/+1 |
* | | | | cmd/geth: fix golint issue (#17176) | Roc Yu | 2018-07-16 | 1 | -3/+3 |
|/ / / |
|
* | | | cmd/swarm: change version of swarm binary (#17174) | Anton Evangelatov | 2018-07-14 | 1 | -1/+1 |
* | | | swarm/network: bump up protocol versions due to wrapped message intro (#17170) | Anton Evangelatov | 2018-07-13 | 3 | -7/+7 |
* | | | swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169) | Anton Evangelatov | 2018-07-13 | 170 | -249/+21762 |
* | | | swarm/api/http: http package refactoring 1/5 and 2/5 (#17164) | Anton Evangelatov | 2018-07-12 | 6 | -381/+579 |
* | | | consensus/ethash: fix the algorithm of fakeBlockNumber in comments (#17166) | Kwuaint | 2018-07-12 | 1 | -2/+2 |
|/ / |
|
* | | vendor, ethdb: resume write operation asap (#17144) | gary rong | 2018-07-12 | 6 | -168/+271 |
* | | cmd, dashboard, log: log collection and exploration (#17097) | Kurkó Mihály | 2018-07-11 | 28 | -7893/+11126 |
* | | 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 |