| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | les: add ps.lock.Unlock() before return (#16360) | cpusoft | 2018-04-11 | 1 | -0/+2 |
* | | Merge pull request #16481 from karalabe/go1.10.1 | Péter Szilágyi | 2018-04-11 | 2 | -11/+11 |
|\ \
| |/
|/| |
|
| * | travis, appveyor: bump to Go 1.10.1 | Péter Szilágyi | 2018-04-10 | 2 | -11/+11 |
* | | travis.yml: add TEST_PACKAGES to speed up swarm testing (#16456) | Elad_ | 2018-04-10 | 1 | -3/+3 |
|/ |
|
* | core: remove stray account creations in state transition (#16470) | Felix Lange | 2018-04-10 | 2 | -43/+16 |
* | build: add -e and -X flags to get more information on #16433 (#16443) | ligi | 2018-04-10 | 1 | -1/+1 |
* | Merge pull request #16478 from karalabe/fix-alltools-dockerfile | Péter Szilágyi | 2018-04-10 | 1 | -1/+1 |
|\ |
|
| * | Dockerfile.alltools: fix invalid command | Péter Szilágyi | 2018-04-10 | 1 | -1/+1 |
* | | common: delete StringToAddress, StringToHash (#16436) | Felix Lange | 2018-04-10 | 4 | -12/+10 |
|/ |
|
* | Merge pull request #16477 from karalabe/puppeth-dockerfile-permission-fix | Péter Szilágyi | 2018-04-10 | 1 | -4/+4 |
|\ |
|
| * | cmd/puppeth: fix node deploys for updated dockerfile user | Péter Szilágyi | 2018-04-10 | 1 | -4/+4 |
|/ |
|
* | Merge pull request #15225 from holiman/test_removefrom_dirtyset | Péter Szilágyi | 2018-04-10 | 7 | -97/+277 |
|\ |
|
| * | core: add blockchain benchmarks | Martin Holst Swende | 2018-04-10 | 1 | -0/+111 |
| * | state: handle nil in journal dirties | Martin Holst Swende | 2018-04-10 | 1 | -1/+11 |
| * | core/state: avoid linear overhead on journal dirty listing | Péter Szilágyi | 2018-03-28 | 4 | -66/+92 |
| * | core/state: rework dirty handling to avoid quadratic overhead | Martin Holst Swende | 2018-03-28 | 6 | -79/+112 |
* | | eth/downloader: flush state sync data before exit (#16280) | gary rong | 2018-04-09 | 2 | -6/+14 |
* | | compression/rle: delete RLE compression (#16468) | Felix Lange | 2018-04-09 | 4 | -170/+2 |
* | | ethclient: remove empty object in newHeads subscription call (#16454) | Ivo Georgiev | 2018-04-09 | 1 | -1/+1 |
* | | bmt: fix comment typos (#16461) | DoubleWoodH | 2018-04-09 | 1 | -5/+4 |
* | | cmd/evm: print vm output when debug flag is on (#16326) | dm4 | 2018-04-06 | 2 | -3/+9 |
* | | cmd/geth: update template for 'geth bug' command (#16350) | Zhenguo Niu | 2018-04-06 | 1 | -10/+14 |
* | | Dockerfile: use non-privileged user account (#16052) | Federico Gimenez | 2018-04-05 | 2 | -0/+12 |
* | | core/types: remove String methods from struct types (#16205) | Steven Roose | 2018-04-05 | 7 | -127/+3 |
* | | README: change 'built in' to 'built-in' | Giovanni HoSang | 2018-04-04 | 1 | -1/+1 |
* | | accounts/abi: improve test coverage (#16044) | Ricardo Domingos | 2018-04-04 | 5 | -62/+82 |
* | | eth: fix typos (#16414) | Yusup | 2018-04-04 | 11 | -29/+29 |
* | | cmd/geth: remove relOracle variable (#16434) | Nguyen Sy Thanh Son | 2018-04-04 | 1 | -3/+0 |
* | | core/state: avoid redundant addition to code size cache (#16427) | Jia Chenhui | 2018-04-03 | 1 | -4/+1 |
* | | crypto/secp256k1: catch curve parameter parse errors (#16392) | David Huie | 2018-04-03 | 1 | -5/+5 |
* | | .gitattributes: enable solidity highlighting on github (#16425) | Li Xuanji | 2018-04-03 | 1 | -0/+1 |
* | | travis.yml: remove sudo requirement for PPA and Azure purge builders (#16404) | Felix Lange | 2018-03-28 | 1 | -6/+17 |
|/ |
|
* | core/state: uniform parameter style (#16398) | Jia Chenhui | 2018-03-28 | 1 | -10/+10 |
* | whisper: fix issue in topic list copy (#16381) | Guillaume Ballet | 2018-03-27 | 2 | -3/+82 |
* | light: new CHT for ropsten (#16393) | Felföldi Zsolt | 2018-03-27 | 1 | -4/+4 |
* | Merge pull request #16394 from hydai/fix_typo | Péter Szilágyi | 2018-03-27 | 1 | -2/+2 |
|\ |
|
| * | core/vm: Fixed typos in core/vm/interpreter.go | hydai | 2018-03-27 | 1 | -2/+2 |
|/ |
|
* | params, VERSION: v1.8.4 unstable | Felix Lange | 2018-03-27 | 2 | -5/+5 |
* | params: v1.8.3 stable | Felix Lange | 2018-03-27 | 1 | -4/+4 |
* | light: new mainnet CHT (#16390) | Felix Lange | 2018-03-26 | 1 | -4/+4 |
* | whisper: switch all remaining components from v5 to v6 | Guillaume Ballet | 2018-03-26 | 4 | -13/+13 |
|\ |
|
| * | whisper: some components are still using v5, switch to v6 | Guillaume Ballet | 2018-03-22 | 4 | -13/+13 |
* | | Merge pull request #16388 from hydai/fix_comments | Péter Szilágyi | 2018-03-26 | 1 | -3/+3 |
|\ \ |
|
| * | | core/vm: Fixed typo in core/vm/evm.go | hydai | 2018-03-26 | 1 | -3/+3 |
|/ / |
|
* | | cmd/puppeth: add constraints to network name (#16336) | Zhenguo Niu | 2018-03-26 | 1 | -1/+6 |
* | | rpc: limit chunked requests (#16343) | Felix Lange | 2018-03-26 | 1 | -1/+2 |
* | | core/state: fix typo (#16370) | Jia Chenhui | 2018-03-26 | 1 | -2/+2 |
* | | Merge pull request #16319 from rjl493456442/dump_preimages | Péter Szilágyi | 2018-03-26 | 4 | -4/+160 |
|\ \ |
|
| * | | cmd: export preimages in RLP, support GZIP, uniform with block export | Péter Szilágyi | 2018-03-26 | 4 | -121/+156 |
| * | | cmd: implement preimage dump and import cmds | rjl493456442 | 2018-03-26 | 3 | -0/+121 |
| |/ |
|
* | | core/asm: fixed typo (posititon -> position) (#16366) | hydai | 2018-03-26 | 1 | -1/+1 |
* | | core/vm: remove JIT VM codes (#16362) | hydai | 2018-03-26 | 7 | -434/+9 |
* | | ecies: drop randomness parameter from `PrivateKey.Decrypt` (#16374) | David Huie | 2018-03-26 | 5 | -17/+17 |
* | | Merge pull request #16387 from karalabe/evm-polsihes | Péter Szilágyi | 2018-03-26 | 4 | -101/+107 |
|\ \
| |/
|/| |
|
| * | core: minor evm polishes and optimizations | Péter Szilágyi | 2018-03-26 | 4 | -101/+107 |
|/ |
|
* | Merge pull request #16256 from epiclabs-io/unpack_one_arg_event | Martin Holst Swende | 2018-03-21 | 3 | -19/+62 |
|\ |
|
| * | accounts/abi: Modified unpackAtomic to accept struct lvalues | Javier Peletier | 2018-03-05 | 3 | -19/+49 |
| * | accounts/abi: Add one-parameter event test case from enriquefynn/unpack_one_a... | Javier Peletier | 2018-03-05 | 256 | -4481/+14983 |
| |\ |
|
| * | | accounts/abi: use unpackTuple to unpack event arguments | Fynn | 2018-02-16 | 2 | -2/+15 |
* | | | build: add GOBIN to PATH for gomobile (#16344) | Felix Lange | 2018-03-20 | 1 | -3/+4 |
* | | | crypto/bn256: full switchover to cloudflare's code (#16301) | Péter Szilágyi | 2018-03-20 | 22 | -174/+783 |
* | | | whisper: Notify Vlad and Guillaume of whisper PRs (#16340) | Guillaume Ballet | 2018-03-19 | 1 | -0/+1 |
* | | | Merge pull request #15990 from markya0616/sim_backend_block_hash | Martin Holst Swende | 2018-03-19 | 2 | -3/+15 |
|\ \ \ |
|
| * | | | accounts/abi, core: add AddTxWithChain in BlockGen for simulation | mark.lin | 2018-01-29 | 2 | -3/+15 |
* | | | | miner: remove duplicated code (#15968) | stompesi | 2018-03-16 | 1 | -2/+1 |
* | | | | Merge pull request #16315 from karalabe/drop-vagrant | Péter Szilágyi | 2018-03-16 | 5 | -72/+0 |
|\ \ \ \ |
|
| * | | | | containers: drop vagrant support, noone's maintaining it | Péter Szilágyi | 2018-03-14 | 5 | -72/+0 |
|/ / / / |
|
* | | | | core/asm: fixed typo (labal -> label) (#16313) | hydai | 2018-03-14 | 2 | -2/+2 |
* | | | | Merge pull request #16310 from karalabe/websocket-request-limits | Péter Szilágyi | 2018-03-13 | 4 | -22/+66 |
|\ \ \ \ |
|
| * | | | | rpc: enforce the 128KB request limits on websockets too | Péter Szilágyi | 2018-03-13 | 4 | -22/+66 |
|/ / / / |
|
* | | | | github: more information bot configuration (#16298) | Anton Evangelatov | 2018-03-12 | 1 | -0/+11 |
* | | | | cmd/utils: fix maxpeers vs lightpeers logic (#16125) | Felföldi Zsolt | 2018-03-09 | 1 | -0/+3 |
* | | | | eth: update higest block we know during the sync if a higher was found (#16283) | gary rong | 2018-03-09 | 2 | -0/+16 |
* | | | | Merge pull request #16287 from razum2um/master | Péter Szilágyi | 2018-03-09 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | cmd/puppeth: allow any vhost in wallet | Vlad Bokov | 2018-03-09 | 1 | -1/+1 |
* | | | | | Merge pull request #16289 from jeffwalsh/remove-add-std-arg | Péter Szilágyi | 2018-03-09 | 1 | -1/+0 |
|\ \ \ \ \ |
|
| * | | | | | common/compiler: remove "--add-std" arg, deprecated in solidity 0.4.21 | Jeffery Robert Walsh | 2018-03-09 | 1 | -1/+0 |
|/ / / / / |
|
* | | | | | Merge pull request #16128 from karalabe/go1.10 | Péter Szilágyi | 2018-03-08 | 7 | -23/+29 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | travis, Dockerfile, appveyor, build: bump to Go 1.10 | Péter Szilágyi | 2018-03-08 | 7 | -23/+29 |
|/ / / / |
|
* | | | | cmd, ethdb, vendor: integrate leveldb iostats (#16277) | Kurkó Mihály | 2018-03-08 | 11 | -84/+180 |
* | | | | core/vm: optimize eq, slt, sgt and iszero + tests (#16047) | Martin Holst Swende | 2018-03-08 | 2 | -25/+61 |
* | | | | Merge pull request #16285 from karalabe/fix-resend-optional-param | Péter Szilágyi | 2018-03-08 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | internal/ethapi: make resent gas params optional | Péter Szilágyi | 2018-03-08 | 1 | -2/+2 |
|/ / / / |
|
* | | | | cmd, dashboard: use webpack dev server, remove custom assets (#16263) | Kurkó Mihály | 2018-03-08 | 20 | -10003/+8879 |
* | | | | Merge pull request #16275 from karalabe/bump-duktape | Péter Szilágyi | 2018-03-07 | 3 | -5/+6 |
|\ \ \ \ |
|
| * | | | | vendor: bump duktape to get rid of build warning | Péter Szilágyi | 2018-03-07 | 3 | -5/+6 |
|/ / / / |
|
* | | | | accounts/abi: normalize method name to a camel-case string (#15976) | Mark | 2018-03-07 | 2 | -10/+45 |
* | | | | core: check transaction/receipt count match when reconstructing blocks (#16272) | Kyuntae Ethan Kim | 2018-03-07 | 2 | -3/+11 |
* | | | | Merge pull request #16240 from cuiweixie/txpool | Péter Szilágyi | 2018-03-07 | 2 | -55/+115 |
|\ \ \ \ |
|
| * | | | | core: update txpool tests for the removal fix | Péter Szilágyi | 2018-03-07 | 2 | -53/+112 |
| * | | | | core: should enqueue the invalids tx anyway | cui | 2018-03-07 | 1 | -5/+6 |
* | | | | | eth: fixed typo (#16274) | Kyuntae Ethan Kim | 2018-03-07 | 1 | -1/+1 |
|/ / / / |
|
* | | | | whisper: final refactoring (#16259) | gluk256 | 2018-03-07 | 2 | -31/+60 |
* | | | | swarm/storage: disable treechunker test while it is flaky (#16254) | Anton Evangelatov | 2018-03-06 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | VERSION, params: begin 1.8.3 release cycle | Péter Szilágyi | 2018-03-05 | 2 | -5/+5 |
* | | | params: release Geth 1.8.2 stable | Péter Szilágyi | 2018-03-05 | 1 | -4/+4 |
* | | | github: config for probot-stale bot (#16235) | Anton Evangelatov | 2018-03-05 | 1 | -0/+17 |
* | | | core/vm, crypto/bn256: switch over to cloudflare library (#16203) | Péter Szilágyi | 2018-03-05 | 33 | -58/+2799 |
* | | | Merge pull request #16229 from karalabe/evm-call-fix | Péter Szilágyi | 2018-03-05 | 4 | -25/+14 |
|\ \ \ |
|
| * | | | cmd/evm, core/vm, internal/ethapi: don't disable call gas metering | Péter Szilágyi | 2018-03-05 | 4 | -25/+14 |
|/ / / |
|
* | | | utils: fix #16138 by checking if vhosts flag is set (#16141) | Martin Holst Swende | 2018-03-05 | 2 | -8/+10 |
* | | | Merge pull request #16250 from gluk256/317-fatalf | Guillaume Ballet | 2018-03-05 | 1 | -24/+32 |
|\ \ \ |
|
| * | | | whisper: refactoring go-routines | Vlad | 2018-03-05 | 1 | -24/+32 |
* | | | | consensus/ethash: fixed typo (#16253) | Kyuntae Ethan Kim | 2018-03-05 | 1 | -1/+1 |
|/ / / |
|
* | | | accounts/abi: Abi binding support for nested arrays, fixes #15648, including ... | protolambda | 2018-03-05 | 6 | -79/+259 |
* | | | Merge pull request #16245 from gluk256/311-close-channel | Guillaume Ballet | 2018-03-05 | 1 | -8/+4 |
|\ \ \ |
|
| * | | | whisper: minor refactoring | Vlad | 2018-03-04 | 1 | -8/+4 |
|/ / / |
|
* | | | Merge pull request #16231 from gluk256/303-reader | gluk256 | 2018-03-03 | 2 | -0/+41 |
|\ \ \ |
|
| * | | | whisper: filereader mode introduced to wnode | Vlad | 2018-03-02 | 2 | -0/+41 |
* | | | | whisper/whisperv6: delete unused function (#16234) | gluk256 | 2018-03-03 | 1 | -14/+0 |
* | | | | light: new CHTs (#16233) | Felföldi Zsolt | 2018-03-03 | 2 | -8/+10 |
* | | | | eth/downloader: save and load trie sync progress (#16224) | Péter Szilágyi | 2018-03-03 | 3 | -1/+29 |
* | | | | internal/debug: add support for mutex profiles (#16230) | Felix Lange | 2018-03-03 | 2 | -4/+38 |
* | | | | Merge pull request #16228 from karalabe/faucet-background-skip | Péter Szilágyi | 2018-03-02 | 1 | -3/+16 |
|\ \ \ \ |
|
| * | | | | cmd/faucet: update state in background, skip when busy | Péter Szilágyi | 2018-03-02 | 1 | -3/+16 |
| |/ / / |
|
* / / / | cmd/swarm: fix some typos in manifest cmd (#16227) | Zhenguo Niu | 2018-03-02 | 1 | -3/+3 |
|/ / / |
|
* | | | Merge pull request #16223 from gluk256/300-msg-serialiation | Guillaume Ballet | 2018-03-02 | 9 | -68/+100 |
|\ \ \ |
|
| * | | | whisper: topics replaced by bloom filters | Vlad | 2018-03-01 | 9 | -68/+100 |
* | | | | metrics: fix flaky Example metrics test (#16222) | Anton Evangelatov | 2018-03-02 | 2 | -3/+4 |
|/ / / |
|
* | | | whisper: serious security issue fixed (#16219) | gluk256 | 2018-03-01 | 1 | -7/+10 |
* | | | Merge pull request #16210 from gluk256/288-filter-optimization | Guillaume Ballet | 2018-03-01 | 4 | -78/+76 |
|\ \ \ |
|
| * | | | whisper: style fixes | Vlad | 2018-02-28 | 2 | -17/+10 |
| * | | | whsiper: refactoring | Vlad | 2018-02-28 | 4 | -61/+22 |
| * | | | whisper: message filtering optimized | Vlad | 2018-02-28 | 1 | -11/+55 |
* | | | | Merge pull request #16214 from b00ris/whisperv6_datarace | Guillaume Ballet | 2018-02-28 | 1 | -7/+11 |
|\ \ \ \ |
|
| * | | | | whisper: fix typo | b00ris | 2018-02-28 | 1 | -2/+2 |
| * | | | | whisper: fixed datarace | b00ris | 2018-02-28 | 1 | -7/+11 |
* | | | | | Merge pull request #16206 from gluk256/277-mailserver | Guillaume Ballet | 2018-02-28 | 2 | -4/+7 |
|\ \ \ \ \ |
|
| * | | | | | whisper: comment updated | Vlad | 2018-02-28 | 1 | -1/+1 |
| * | | | | | whisper: test fixed | Vlad | 2018-02-27 | 1 | -1/+2 |
| * | | | | | whisper: mailserver no longer supports the signature vaidation | Vlad | 2018-02-27 | 1 | -2/+4 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #16217 from karalabe/rpc-receipt-fetch-fix | Péter Szilágyi | 2018-02-28 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | internal/ethapi: fix getTransactionReceipt | Péter Szilágyi | 2018-02-28 | 1 | -2/+2 |
* | | | | | | Merge pull request #16207 from karalabe/drop-go1.7 | Péter Szilágyi | 2018-02-28 | 8 | -169/+64 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | travis, build, consensus: drop support for Go 1.7 | Péter Szilágyi | 2018-02-28 | 8 | -169/+64 |
| | |/ / /
| |/| | | |
|
* / | | | | core/asm: rename isAlphaNumeric to isLetter (#16212) | Mark Rushakoff | 2018-02-28 | 1 | -2/+2 |
|/ / / / |
|
* | | | | swarm: give correct error on 0x hash prefix (#16195) | Elad Nachmias | 2018-02-27 | 5 | -21/+98 |
* | | | | node: fill StandardCounters as part of debugapi/metrics (#16054) | Anton Evangelatov | 2018-02-27 | 1 | -0/+10 |
* | | | | eth: added travis build badge (#16117) | Elad Nachmias | 2018-02-27 | 1 | -0/+1 |
* | | | | puppeth: fix Parity Chain Spec parameter GasLimitBoundDivision (#16188) | Saulius Grigaitis | 2018-02-27 | 1 | -14/+14 |
* | | | | eth, les: allow exceeding maxPeers for trusted peers (#16189) | Andrey Petrov | 2018-02-27 | 2 | -2/+4 |
|/ / / |
|
* | | | Merge pull request #16198 from gluk256/266-wnode | Guillaume Ballet | 2018-02-27 | 1 | -14/+12 |
|\ \ \ |
|
| * | | | whipser: comments updated | Vlad | 2018-02-27 | 1 | -3/+5 |
| * | | | whisper: wnode updated - all messages are saved if savedir param is given | Vlad | 2018-02-26 | 1 | -14/+10 |
* | | | | p2p: fix doEncHandshake documentation (#16184) | JU HYEONG PARK | 2018-02-27 | 1 | -4/+4 |
* | | | | core: make current*Block atomic, and accessor functions mutex-free (#16171) | Martin Holst Swende | 2018-02-26 | 3 | -81/+76 |
* | | | | cmd/geth: fix broken links to JavaScript-Console wiki in cmd line help (#16183) | Domino Valdano | 2018-02-26 | 1 | -3/+3 |
* | | | | contracts/chequebook: increase interval between auto deposits (#16178) | Anton Evangelatov | 2018-02-26 | 1 | -2/+2 |
* | | | | swarm: creates Swarm landing page for browser 'localhost:xxxx/' GET request w... | cooganb | 2018-02-26 | 2 | -0/+152 |
|/ / / |
|
* | | | Merge pull request #16176 from gluk256/255-refactoring | Guillaume Ballet | 2018-02-24 | 3 | -51/+3 |
|\ \ \ |
|
| * | | | whisper: refactoring | Vlad | 2018-02-23 | 3 | -51/+3 |
* | | | | swarm/metrics: introduce metrics export flag (#16177) | Anton Evangelatov | 2018-02-23 | 1 | -13/+22 |
* | | | | swarm: initial instrumentation (#15969) | Anton Evangelatov | 2018-02-23 | 16 | -10/+381 |
|/ / / |
|
* | | | swarm/api/http: Fix using deprecated bzzr scheme (#16152) | Lewis Marshall | 2018-02-23 | 1 | -1/+1 |
* | | | Merge pull request #16172 from gluk256/244-light-client | gluk256 | 2018-02-23 | 2 | -4/+19 |
|\ \ \ |
|
| * | | | whisper: light client mode introduced | Vlad | 2018-02-23 | 2 | -4/+19 |
* | | | | core: flush out trie cache more meaningfully on stop (#16143) | Péter Szilágyi | 2018-02-23 | 3 | -128/+123 |
* | | | | Merge pull request #16146 from status-im/pombeirp/whisperv6-peer-race-cond-fix | Guillaume Ballet | 2018-02-23 | 1 | -0/+6 |
|\ \ \ \ |
|
| * | | | | whisper: Fix race condition in whisperv6/peer.go | Pedro Pombeiro | 2018-02-21 | 1 | -0/+6 |
* | | | | | core, vm, common: define constantinople fork + shift (#16045) | Martin Holst Swende | 2018-02-23 | 8 | -41/+302 |
* | | | | | metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15... | Anton Evangelatov | 2018-02-23 | 88 | -346/+7837 |
* | | | | | Merge pull request #16164 from karalabe/les-receipt-fix-optimal | Péter Szilágyi | 2018-02-23 | 8 | -17/+123 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | eth, les, light: filter on logs only, derive receipts on demand | Péter Szilágyi | 2018-02-23 | 8 | -17/+123 |
* | | | | | Merge pull request #15748 from janos/multiple-ens-endpoints | Balint Gabor | 2018-02-23 | 8 | -89/+586 |
|\ \ \ \ \ |
|
| * \ \ \ \ | swarm, cmd/swarm: Merge branch 'master' into multiple-ens-endpoints | Janos Guljas | 2018-02-23 | 148 | -3854/+3421 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | swarm, cmd/swarm: Merge branch 'master' into multiple-ens-endpoints | Janos Guljas | 2018-02-22 | 487 | -8032/+177991 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | cmd/swarm: return error early in buildConfig function | Janos Guljas | 2017-12-20 | 1 | -0/+3 |
| * | | | | | | | cmd/swarm: add validation for EnsAPIs configuration parameter | Janos Guljas | 2017-12-19 | 2 | -0/+130 |
| * | | | | | | | swarm/api: implement NoResolverError with information about TLD | Janos Guljas | 2017-12-19 | 2 | -7/+29 |
| * | | | | | | | cmd/swarm, swarm: disable ENS API by default | Janos Guljas | 2017-12-18 | 3 | -36/+12 |
| * | | | | | | | cmd/swarm: Merge branch 'master' into multiple-ens-endpoints | Janos Guljas | 2017-12-14 | 30 | -79/+547 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | swarm, cmd/swarm: Merge branch 'master' into multiple-ens-endpoints | Janos Guljas | 2017-12-13 | 140 | -2064/+4996 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | swarm/api: use path.Ext instead strings.LastIndex in MultiResolver.Resolve | Janos Guljas | 2017-12-05 | 1 | -2/+3 |
| * | | | | | | | | | swarm: deprecate --ens-addr CLI flag with a warning message | Janos Guljas | 2017-12-05 | 1 | -6/+10 |
| * | | | | | | | | | swarm/api: remove unneeded blank assignement | Janos Guljas | 2017-12-05 | 1 | -1/+1 |
| * | | | | | | | | | swarm/api: initialize map with make to comply with the convention | Janos Guljas | 2017-12-05 | 1 | -1/+1 |
| * | | | | | | | | | swarm/api: remove unneeded assignment in MultiResolverOptionWithResolver | Janos Guljas | 2017-12-05 | 1 | -3/+0 |
| * | | | | | | | | | swarm: check if "--ens-api ''" is specified in order to disable ENS | Janos Guljas | 2017-12-05 | 1 | -0/+4 |
| * | | | | | | | | | swarm: add comment for parseFlagEnsAPI and fix a mistake in comment in code | Janos Guljas | 2017-12-05 | 1 | -1/+3 |
| * | | | | | | | | | swarm: multiple --ens-api flags | Janos Guljas | 2017-12-04 | 2 | -20/+32 |
| * | | | | | | | | | swarm: add CLI --ens-endpoint flag (#14386) | Janos Guljas | 2017-12-01 | 5 | -63/+459 |
* | | | | | | | | | | p2p: remove unused code (#16158) | Ivan Daniluk | 2018-02-23 | 2 | -29/+1 |
| |_|_|_|_|/ / / /
|/| | | | | | | | |
|
* | | | | | | | | | rpc: set rpcRequest.service as methodNotFoundError.service value (#16163) | Janoš Guljaš | 2018-02-23 | 1 | -1/+1 |
* | | | | | | | | | Merge pull request #16166 from karalabe/drop-dead | Péter Szilágyi | 2018-02-22 | 1 | -23/+0 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / /
|/| | | | | | | | |
|
| * | | | | | | | | core: yeah, funny file, drop it | Péter Szilágyi | 2018-02-22 | 1 | -23/+0 |
* | | | | | | | | | Merge pull request #15919 from ethersphere/p2p-protocols-pr | Balint Gabor | 2018-02-22 | 5 | -0/+1316 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | p2p/protocols: gofmt -w -s | Felix Lange | 2018-02-22 | 1 | -22/+22 |
| * | | | | | | | | p2p/testing: check for all expectations in TestExchanges | Janos Guljas | 2018-02-18 | 2 | -57/+200 |
| * | | | | | | | | p2p/protocols, p2p/testing: protocol abstraction and testing | zelig | 2018-01-18 | 5 | -0/+1173 |
* | | | | | | | | | Merge pull request #16165 from karalabe/faucet-twitter-api | Péter Szilágyi | 2018-02-22 | 1 | -2/+7 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | cmd/faucet: resolve twitter user from final redirect | Péter Szilágyi | 2018-02-22 | 1 | -2/+7 |
|/ / / / / / / / / |
|
* | | | | | | | | | p2p: don't send DiscReason when using net.Pipe (#16004) | Anton Evangelatov | 2018-02-22 | 2 | -5/+43 |
* | | | | | | | | | whisper: Support for v2 has long been discontinued, remove it. (#16153) | Guillaume Ballet | 2018-02-22 | 15 | -2892/+0 |
* | | | | | | | | | Merge pull request #16157 from nileshtrivedi/master | Péter Szilágyi | 2018-02-22 | 1 | -3/+4 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | cmd/puppeth: Don't allow hyphen in network name. Fixes #16155 | Nilesh Trivedi | 2018-02-22 | 1 | -3/+4 |
|/ / / / / / / / / |
|
* | | | | | | | | | Merge pull request #15776 from ProChain/master | Martin Holst Swende | 2018-02-22 | 1 | -5/+13 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | accounts/abi: fix the `output` at the beginning instead of making a workaround | croath | 2018-01-23 | 3 | -51/+13 |
| * | | | | | | | | | accounts/abi: add a test case for unpacking mobile interfaces | croath | 2017-12-31 | 1 | -0/+36 |
| * | | | | | | | | | accounts/abi: fix for one output interface crashing | croath | 2017-12-29 | 1 | -0/+10 |
* | | | | | | | | | | Merge pull request #15770 from holiman/abi_nostruct | Martin Holst Swende | 2018-02-21 | 5 | -63/+166 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | abi: fix missing method on go 1.7/1.8 | Martin Holst Swende | 2018-02-21 | 1 | -13/+23 |
| * | | | | | | | | | | accounts/abi: harden unpacking against malicious input | Martin Holst Swende | 2018-02-21 | 2 | -4/+83 |
| * | | | | | | | | | | accounts/abi: address review concerns | Martin Holst Swende | 2018-02-21 | 4 | -352/+5 |
| * | | | | | | | | | | accounts/abi: Deduplicate code in unpacker | Martin Holst Swende | 2018-02-21 | 4 | -53/+33 |
| * | | | | | | | | | | accounts/abi: add another unpack interface | Martin Holst Swende | 2018-02-21 | 5 | -14/+395 |
| | |_|_|_|_|_|/ / /
| |/| | | | | | | | |
|
* | | | | | | | | | | ethapi: prevent creating contract if no data is provided (#16108) | Martin Holst Swende | 2018-02-21 | 1 | -0/+12 |
* | | | | | | | | | | p2p: when peer is removed remove it also from dial history (#16060) | Dmitry Shulyak | 2018-02-21 | 2 | -0/+57 |
* | | | | | | | | | | Merge pull request #16142 from karalabe/graceful-sigterm | Péter Szilágyi | 2018-02-21 | 3 | -4/+7 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | cmd, console: support all termination signals | Péter Szilágyi | 2018-02-21 | 3 | -4/+7 |
|/ / / / / / / / / |
|
* | | | | | | | | | README: add goreportcard.com badge to Readme (#16133) | steve greensill | 2018-02-20 | 1 | -0/+1 |
* | | | | | | | | | VERSION, params: begin v1.8.2 release cycle | Péter Szilágyi | 2018-02-19 | 2 | -5/+5 |
* | | | | | | | | | params: release Geth v1.8.1 | Péter Szilágyi | 2018-02-19 | 1 | -4/+4 |
* | | | | | | | | | les: fix light fetcher database race (#16103) | Felföldi Zsolt | 2018-02-19 | 1 | -9/+21 |
* | | | | | | | | | Merge pull request #16115 from nonsense/update_rjeczalik_notify | Péter Szilágyi | 2018-02-19 | 4 | -29/+6 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | vendor: update rjeczalik/notify so that it compiles on go1.10 | Anton Evangelatov | 2018-02-17 | 4 | -29/+6 |
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #16109 from karalabe/p2p-bond-check | Péter Szilágyi | 2018-02-18 | 5 | -25/+26 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | p2p/discover: s/lastPong/bondTime/, update TestUDP_findnode | Felix Lange | 2018-02-17 | 5 | -25/+26 |
| * | | | | | | | | p2p/discover: validate bond against lastpong, not db presence | Péter Szilágyi | 2018-02-16 | 1 | -1/+1 |
|/ / / / / / / / |
|
* | | | | | | | | swarm: add favicon for Swarm templates served by browser (#15958) | cooganb | 2018-02-15 | 3 | -14/+15 |
* | | | | | | | | whisper: only use the node id as a p2p id, not for sending messages (#16102) | Guillaume Ballet | 2018-02-15 | 1 | -2/+2 |
* | | | | | | | | whisper: test timeout extended (#16088) | gluk256 | 2018-02-15 | 1 | -25/+74 |
* | | | | | | | | Merge pull request #16095 from karalabe/les-lock | Péter Szilágyi | 2018-02-15 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | les: add missing lock around peer access | Péter Szilágyi | 2018-02-15 | 1 | -0/+3 |
* | | | | | | | | | node: fix typo hvosts -> vhosts (#16096) | GuiltyMorishita | 2018-02-15 | 1 | -1/+1 |
* | | | | | | | | | Merge pull request #16098 from holiman/fix_import | Péter Szilágyi | 2018-02-15 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | main: add gc flags to import-command | Martin Holst Swende | 2018-02-15 | 1 | -0/+3 |
* | | | | | | | | | | core: handle ignored error (#16065) | ferhat elmas | 2018-02-15 | 1 | -0/+3 |
| |/ / / / / / / /
|/| | | | | | | | |
|
* | | | | | | | | | core/vm: remove unused hashing (#16075) | ferhat elmas | 2018-02-14 | 1 | -7/+0 |
* | | | | | | | | | params, VERSION: v1.8.1 unstable | Felix Lange | 2018-02-14 | 2 | -5/+5 |
* | | | | | | | | | params: v1.8.0 stable | Felix Lange | 2018-02-14 | 1 | -4/+4 |
* | | | | | | | | | containers/docker: bump legacy images to 1.8 branch (#16084) | Péter Szilágyi | 2018-02-14 | 2 | -2/+2 |
* | | | | | | | | | all: update license information (#16089) | Felix Lange | 2018-02-14 | 37 | -73/+235 |
|/ / / / / / / / |
|
* | | | | | | | | Merge pull request #16085 from karalabe/p2p-fix-outofbounds | Péter Szilágyi | 2018-02-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | p2p/discover: fix out-of-bounds issue | Péter Szilágyi | 2018-02-14 | 1 | -1/+1 |
|/ / / / / / / / |
|
* | | | | | | | | travis.yml: work around Go 1.9.4 issue (#16082) | Felix Lange | 2018-02-14 | 1 | -0/+2 |
* | | | | | | | | core: soften up state memory force-commit log messages (#16080) | Felix Lange | 2018-02-13 | 1 | -6/+2 |
* | | | | | | | | Merge pull request #16073 from karalabe/puppeth-unify-discovery | Péter Szilágyi | 2018-02-13 | 9 | -101/+78 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | cmd/puppeth: unify discv4 and discv5 ports | Péter Szilágyi | 2018-02-12 | 9 | -101/+78 |
* | | | | | | | | | light: new CHTs (#16074) | Felföldi Zsolt | 2018-02-13 | 1 | -8/+8 |
|/ / / / / / / / |
|
* | | | | | | | | Merge pull request #16071 from holiman/lintfix | Péter Szilágyi | 2018-02-12 | 2 | -2/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | node, rpc: fix linter issues | Martin Holst Swende | 2018-02-12 | 2 | -2/+1 |
|/ / / / / / / / |
|
* | | | | | | | | rpc: dns rebind protection (#15962) | Martin Holst Swende | 2018-02-12 | 8 | -22/+98 |
* | | | | | | | | p2p, p2p/discover: misc connectivity improvements (#16069) | Felix Lange | 2018-02-12 | 10 | -277/+801 |