aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* README: change chainID to <arbitrary positive integer> (#20002)Flash Sheridan2019-08-261-1/+1
* Merge pull request #20004 from karalabe/istanbul-overridePéter Szilágyi2019-08-237-2/+21
|\
| * acmd, core, eth, les: support --override.istanbulPéter Szilágyi2019-08-237-2/+21
* | Merge pull request #19993 from karalabe/istanbul-eip-integrationPéter Szilágyi2019-08-234-6/+49
|\ \ | |/ |/|
| * tests: implement Istanbul supportMartin Holst Swende2019-08-231-0/+23
| * retesteth: implement istanbul supportMartin Holst Swende2019-08-231-0/+7
| * core/vm: enable istanbul EIPs in the jump tablePéter Szilágyi2019-08-222-6/+19
* | rpc: enable compression on HTTP transport (#19997)SjonHortensius2019-08-222-0/+67
* | crypto: add SignatureLength constant and use it everywhere (#19996)Felix Lange2019-08-2211-33/+46
* | p2p/enode: allow DNS names in enode URLs (#18524)alexwang2019-08-222-8/+10
* | cmd/utils: customize cli.HelpPrinter to fix alignment (#19956)SjonHortensius2019-08-222-50/+56
* | Merge pull request #19995 from karalabe/ios-notagPéter Szilágyi2019-08-221-1/+1
|\ \ | |/ |/|
| * build: gomobile automaticall adds the ios tag, don't duplicatePéter Szilágyi2019-08-221-1/+1
|/
* ethdb/dbtest: addd test suite for ethdb backends (#19960)Andrey Petrov2019-08-223-77/+364
* common: unify hex prefix check code (#19937)lmittmann2019-08-222-7/+5
* core: log chain reorg/split metrics (#18950)HackyMiner2019-08-221-2/+8
* Merge pull request #19992 from karalabe/fix-blake2b-386-2Péter Szilágyi2019-08-221-1/+1
|\
| * crypto/blake2b: fix 386, round 2Péter Szilágyi2019-08-221-1/+1
|/
* Merge pull request #19990 from karalabe/fix-blake2b-386Péter Szilágyi2019-08-222-4/+57
|\
| * crypto/blake2b: fix non-amd64 buildsPéter Szilágyi2019-08-222-4/+57
|/
* Merge pull request #19972 from keep-network/istanbul-eip-152-blake2b-f-precom...Péter Szilágyi2019-08-2214-3/+2844
|\
| * core/vm, crypto/blake2b: add SSE, AVX and AVX2 codePéter Szilágyi2019-08-2114-164/+2560
| * core/vm, crypto/blake2b: add BLAKE2b compression func at 0x09Piotr Dyraga2019-08-215-3/+448
* | les: handler separation (#19639)gary rong2019-08-2131-2512/+2364
* | core: fix crash in chain reimport (#19986)Martin Holst Swende2019-08-212-0/+51
* | appveyor: bump to Go 1.12.9 (#19966)Samuel Marks2019-08-191-2/+2
* | core/vm, params: implement EIP2200, SSTORE optimizations (#19964)Péter Szilágyi2019-08-194-1/+142
* | Merge pull request #19983 from karalabe/private-chain-configPéter Szilágyi2019-08-191-2/+6
|\ \
| * | README: update private network fork config fieldsPéter Szilágyi2019-08-191-2/+6
|/ /
* | cmd/clef: spelling correction (#19973)Ben Holden-Crowther2019-08-191-1/+1
* | signer/fourbyte: update signatures, sort and don't compress (#19957)Martin Holst Swende2019-08-193-32/+293692
|/
* tests: update from ethereum/tests (#19945)Martin Holst Swende2019-08-154-22/+33
* cmd/geth: set up cache and metrics when starting node (#19911)gary rong2019-08-152-40/+46
* common/compiler: fix lint issue (#19967)Felix Lange2019-08-151-2/+2
* p2p/enode, p2p/discv5: fix URL parsing test for go 1.12.8 (#19963)Felix Lange2019-08-152-2/+2
* common/compiler: support relative import paths (#17374)shiqinfeng12019-08-151-0/+1
* core, light, params: implement eip2028 (#19931)gary rong2019-08-146-34/+53
* Merge pull request #19955 from karalabe/deprecate-cosmicPéter Szilágyi2019-08-131-1/+2
|\
| * build: deprecate Ubuntu Cosmic, start supporting EoanPéter Szilágyi2019-08-131-1/+2
|/
* params: begin Geth v1.9.3 release cyclePéter Szilágyi2019-08-131-4/+4
* params: release Geth v1.9.2v1.9.2Péter Szilágyi2019-08-131-4/+4
* Merge pull request #19942 from karalabe/cht-1.9.2Péter Szilágyi2019-08-121-16/+16
|\
| * params: update CHT to 12th August, 2019Péter Szilágyi2019-08-121-16/+16
* | cmd/clef: fix typo introduced in #19932 (#19946)ligi2019-08-121-1/+1
* | core, trie: decode the value for storage dump (#19943)gary rong2019-08-122-2/+9
* | les: degrade the log level (#19939)gary rong2019-08-121-2/+2
|/
* all: replace passPHRASE with passWORD in user interactions (#19932)SjonHortensius2019-08-1219-94/+94
* graphql, internal/ethapi: support overriding accounts in eth_call (#19917)gary rong2019-08-084-8/+99
* Eip 1344 (ChainID opcode) (#19921)Martin Holst Swende2019-08-082-1/+26
* accounts, internal/ethapi: use common Accounts method (#18428)Roc Yu2019-08-082-14/+17
* Eip 1884 v3 (#19743)Martin Holst Swende2019-08-086-32/+141
* internal/build: fix commit extraction for detached head repo (#18315)Aleksey @soar Smyrnov2019-08-081-0/+8
* core/vm: fix comment grammar (#19923)Corey Lin2019-08-072-2/+2
* params, core/vm: Istanbul EIP-1108 bn256 gas cost reduction (#19904)Antonio Salazar Cardozo2019-08-064-45/+144
* core/vm, params: refactor chain configuration (#19735)Martin Holst Swende2019-08-059-505/+329
* les: implement new client pool (#19745)Felföldi Zsolt2019-08-0315-586/+1651
* accounts/abi, signer/fourbyte: fix incorrect signature (#19881)gary rong2019-08-0211-57/+204
* ethdb/memorydb: allow noop compact on memdb (#19907)Péter Szilágyi2019-08-011-2/+3
* Merge pull request #19902 from karalabe/simulated-closePéter Szilágyi2019-07-316-8/+48
|\
| * accounts/abi/bind: support closing a simulated backendPéter Szilágyi2019-07-316-8/+48
|/
* internal/ethapi: return null inclusion info for pending transactions (#19901)Felix Lange2019-07-301-4/+4
* cmd/clef: fix colored output on Windows (#19889)Frank Szendzielarz2019-07-251-1/+9
* eth, graphql, internal/ethapi, les: polish and improve graphql (#19886)gary rong2019-07-255-96/+49
* ineternal/ethapi: wrap block size with hex.Uint64 (#19885)gary rong2019-07-251-1/+1
* travis: isolate linter and tests jobs (#19883)Tyler Ferrara2019-07-251-22/+33
* params: begin Geth v1.9.2 release cyclePéter Szilágyi2019-07-241-4/+4
* params: release Geth v1.9.1v1.9.1Péter Szilágyi2019-07-241-4/+4
* eth, internal, les: add getHeaderBy* APIs (#19669)gary rong2019-07-235-55/+126
* vendor, internal/build: fix OpenBSD by bumping Azure libs (#17966)Alexander van der Meij2019-07-2397-1075/+37890
* signer/fourbytes: fix up error messages (#19877)Péter Szilágyi2019-07-231-4/+4
* Merge pull request #19875 from karalabe/dev-4gb-cachePéter Szilágyi2019-07-231-1/+1
|\
| * cmd/geth: skip 4GB memory bump for devnetPéter Szilágyi2019-07-231-1/+1
* | les: get rid of testing tx journal (#19876)gary rong2019-07-232-1/+3
* | cmd/faucet: add grace period to faucet timeout (#18105)wbt2019-07-231-1/+4
|/
* core, les: fix les unit tests (#19823)gary rong2019-07-225-12/+22
* cmd, contracts, eth, p2p, signer, whisper: fixed ineffectual assignments (#19...Christian Muehlhaeuser2019-07-228-12/+12
* rpc: implement websockets with github.com/gorilla/websocket (#19866)Felix Lange2019-07-2232-177/+3955
* Merge pull request #19873 from karalabe/author-1.9.1Péter Szilágyi2019-07-2293-272/+593
|\
| * build: deduplicate same authors with different casingPéter Szilágyi2019-07-222-11/+14
| * all: update author list and licensesPéter Szilágyi2019-07-2292-259/+564
| * build: update license exclusions, case insensitive author listPéter Szilágyi2019-07-221-5/+18
* | Merge pull request #19872 from karalabe/cht-1.9.1Péter Szilágyi2019-07-221-16/+16
|\ \ | |/ |/|
| * params: bump hard-coded CHTs to 22nd July valuesPéter Szilágyi2019-07-221-16/+16
|/
* cmd/geth, core/rawdb: add missing error checks (#19871)Christian Muehlhaeuser2019-07-223-1/+21
* cmd, crypto, eth, internals: fix Typos (#19868)Kitten King2019-07-225-10/+10
* core/state, p2p/discover, trie, whisper: avoid unnecessary conversions (#19870)Christian Muehlhaeuser2019-07-224-6/+6
* p2p: add ENR to PeerInfo (#19816)Kurkó Mihály2019-07-191-5/+9
* Merge pull request #19856 from karalabe/chaindb-property-fixPéter Szilágyi2019-07-181-9/+4
|\
| * internal/ethapi: fix debug.chaindbPropertyPéter Szilágyi2019-07-181-9/+4
|/
* Merge pull request #19854 from karalabe/genesis-commit-checkPéter Szilágyi2019-07-181-2/+8
|\
| * core: check error before accessing potentially nil blockPéter Szilágyi2019-07-181-2/+8
|/
* all: replace t.Log(); t.FailNow() with t.Fatal() (#19849)Felix Lange2019-07-184-116/+56
* signer/core: fix reference issue in key derivation (#19827)Guillaume Ballet2019-07-181-1/+2
* all: replace fmt.Print* calls with t.Log* in tests (#19670)大彬2019-07-1710-87/+85
* core: fix write concurrency in txpool (#19835)gary rong2019-07-172-9/+29
* common/bitutil: use result of TestBytes to prevent dead code elimination (#19...David Chase2019-07-171-2/+8
* eth: add debug_accountRange (#17438)jwasinger2019-07-133-2/+225
* eth: fix storageRangeAt for empty blocks (#18076)cdetrio2019-07-121-0/+5
* cmd, eth: fix dump config issue (#19825)gary rong2019-07-113-11/+11
* params: begin Geth v1.9.1 release cyclePéter Szilágyi2019-07-101-4/+4
* params: release Geth v1.9.0v1.9.0Péter Szilágyi2019-07-101-4/+4
* Merge pull request #19818 from rjl493456442/encap-lesPéter Szilágyi2019-07-106-79/+112
|\
| * cmd, eth, les: make les flags conform to dotted stylePéter Szilágyi2019-07-106-56/+79
| * cmd: encapsulate les relative cli optionsrjl4934564422019-07-102-33/+43
|/
* Merge pull request #19814 from karalabe/ulc-fixupPéter Szilágyi2019-07-1021-273/+188
|\
| * cmd, eth, les: fix up ultra light config integrationPéter Szilágyi2019-07-1021-273/+188
* | Merge pull request #19815 from karalabe/go-1.12.7Péter Szilágyi2019-07-101-2/+2
|\ \
| * | appveyor: bump builder to Go 1.12.7Péter Szilágyi2019-07-101-2/+2
|/ /
* / core/state: fix random test args (#19255)Sheldon2019-07-091-1/+1
|/
* Merge pull request #19810 from karalabe/txpool-noncerPéter Szilágyi2019-07-096-289/+77
|\
| * core: kill off managed state, use own tiny noncer for txpoolPéter Szilágyi2019-07-096-289/+77
|/
* Merge pull request #19807 from karalabe/chtPéter Szilágyi2019-07-092-19/+60
|\
| * params: bump all CHTs, deploy all checkpoint oraclesPéter Szilágyi2019-07-092-19/+60
|/
* cmd/puppeth: integrate blockscout (#18261)gary rong2019-07-094-124/+109
* p2p/discover: improve randomness of ReadRandomNodes (#19799)Felix Lange2019-07-081-25/+8
* core/forkid: implement the forkid EIP, announce via ENR (#19738)Péter Szilágyi2019-07-0811-96/+571
* p2p: remove "cap" enr entry (#19800)Felix Lange2019-07-082-3/+0
* cmd/abigen: refactor command line interface (#19797)gary rong2019-07-083-103/+171
* eth, les: add sanity checks for unbounded block fields (#19573)Martin Holst Swende2019-07-086-5/+57
* accounts/abi/bind: link dependent libs in deploy (#19718)Guillaume Ballet2019-07-084-61/+224
* core: lessen mem-spike during 1.8->1.9 conversion (#19610)Martin Holst Swende2019-07-081-4/+47
* p2p: add address info to peer event reporting (#19716)Martin Holst Swende2019-07-063-26/+40
* cmd/geth: wrong memory size sanitizing on OpenBSD (#19793)Guillaume Ballet2019-07-052-6/+11
* accounts/abi/bind: fix typo in comments (#19791)Guillaume Ballet2019-07-041-2/+2
* accounts, cmd, contracts, les: integrate clef for transaction signing (#19783)gary rong2019-07-048-120/+61
* les: remove half-finished priority pool APIs (#19780)gary rong2019-07-0410-890/+153
* vendor: update karalabe/usb to fix CGO=0 builds (#19790)Guillaume Ballet2019-07-032-3/+8
* accounts/abi: enable struct golang binding generation (#18491)gary rong2019-07-039-81/+469
* core: fix receipt insertion (#19764)gary rong2019-07-031-5/+9
* core: fix chain indexer (#19786)gary rong2019-07-031-1/+1
* core: fix chain indexer reorg bug (#19748)Felföldi Zsolt2019-07-021-3/+18
* Merge pull request #19784 from karalabe/fix-constantinople-fixPéter Szilágyi2019-07-029-28/+4
|\
| * cmd, eth, les, param: drop --override.constantinoplePéter Szilágyi2019-07-029-28/+4
|/
* cmd/clef, signer: refresh tutorial, fix noticed issues (#19774)Péter Szilágyi2019-07-0216-521/+704
* accounts/abi/bind: Accept function ptr parameter (#19755)Guillaume Ballet2019-07-026-14/+100
* accounts/abi: Fix method overwritten by same name methods. (#17099)zer0to0ne2019-07-013-33/+58
* all: on-chain oracle checkpoint syncing (#19543)gary rong2019-06-2849-381/+2859
* les: prefer nil slices over zero-length slices (#19081)Matthew Halpern2019-06-271-4/+6
* mobile: fix mobile interface (#19180)gary rong2019-06-279-233/+903
* eth: fix sync bloom panic (#19757)gary rong2019-06-263-16/+22
* whisper: PoW calculations as specified in EIP-627 (#19753)Guillaume Ballet2019-06-252-13/+14
* cmd/evm: evm input minor fixes (#19740)Martin Holst Swende2019-06-251-19/+25
* core/state, cmd/geth: streaming json output for dump command (#15475)Martin Holst Swende2019-06-247-44/+142
* abi: adding the method EventByID and its test (#19359)salanfe2019-06-242-0/+81
* rpc: fix subscription buffer documentation and test (#19747)Rob Mulholand2019-06-242-2/+5
* graphql: check the integrity of the CDN files (#19742)Kurkó Mihály2019-06-241-6/+31
* core/vm, internal/ethapi: fail on eth_call when it times out, fixes #19186 (#...Martin Holst Swende2019-06-242-0/+9
* p2p/simulations: Enable access to MsgEvents with execadapter (#19749)lash2019-06-211-1/+4
* core: move TxPool reorg and events to background goroutine (#19705)Felix Lange2019-06-212-453/+543
* mobile: fix comment typos (#19741)Martin Holst Swende2019-06-201-1/+1
* Merge pull request #19680 from holiman/bootnode_updatePéter Szilágyi2019-06-201-0/+11
|\
| * params: add new bootnodesMartin Holst Swende2019-06-071-0/+11
* | Merge pull request #19700 from karalabe/cleanup-graphqlPéter Szilágyi2019-06-209-164/+203
|\ \
| * | cmd, graphql, node: graphql flag polishes, les integrationPéter Szilágyi2019-06-209-164/+203
* | | rpc: fix rare deadlock when canceling HTTP call context (#19715)Felix Lange2019-06-201-3/+5
* | | miner: don't update pending state when no transactions are added (#19734)Martin Holst Swende2019-06-191-1/+10
* | | clef: fix stutter in warning message (#19736)Guillaume Ballet2019-06-191-1/+1
* | | Merge pull request #19732 from karalabe/simulated-eip155Péter Szilágyi2019-06-181-1/+1
|\ \ \
| * | | accounts/abi/bind/backends: use EIP155 on the simulated chainPéter Szilágyi2019-06-181-1/+1
|/ / /
* | | Merge pull request #19731 from holiman/fix_19707Péter Szilágyi2019-06-181-3/+3
|\ \ \
| * | | accounts/keystore: fix #19707, avoid keyword as variable nameMartin Holst Swende2019-06-181-3/+3
|/ / /
* | | Merge pull request #19725 from karalabe/goroutine-metricsPéter Szilágyi2019-06-171-21/+21
|\ \ \
| * | | metrics: gather and export threads and goroutinesPéter Szilágyi2019-06-171-21/+21
|/ / /
* | | appveyor: bump to Go 1.12.6 (#19709)Samuel Marks2019-06-143-7/+7
* | | README.md: update formatting (#19532)Giulio2019-06-131-152/+186
* | | p2p: add more info to peer addition and removal logs (#19712)Felix Lange2019-06-131-2/+2
* | | les: reject client if it makes too many invalid requests (#19691)gary rong2019-06-123-14/+40
* | | accounts/abi/bind: rename NewKeystoreTransactor (#19703)Marius van der Wijden2019-06-121-2/+2
* | | Merge pull request #19701 from holiman/fixlesPéter Szilágyi2019-06-121-0/+4
|\ \ \
| * | | les/handler: avoid lookup missing stateMartin Holst Swende2019-06-121-0/+4
* | | | Merge pull request #19702 from karalabe/txprop-stricter-limitingPéter Szilágyi2019-06-121-0/+24
|\ \ \ \ | |/ / / |/| | |
| * | | eth: enforce stricter known limits on idle peersPéter Szilágyi2019-06-121-0/+24
|/ / /
* | | core/types: document RawSignatureValues (#19695)Felix Lange2019-06-121-1/+3
* | | dashboard: update yarn.lock (#19697)Kurkó Mihály2019-06-122-2923/+3378
|/ /
* | ethclient, internal/ethapi: add support for EIP-695 (eth_chainId) (#19694)Felix Lange2019-06-113-0/+31
* | p2p: enforce connection retry limit on server side (#19684)Felix Lange2019-06-119-294/+520
* | eth, les: reject stale request (#19689)gary rong2019-06-115-2/+90
* | Merge pull request #19692 from karalabe/metrics-extensionsPéter Szilágyi2019-06-1115-117/+341
|\ \
| * | core, ethdb, metrics, p2p: expose various counter metrics for grafanaPéter Szilágyi2019-06-1115-117/+341
|/ /
* | core/rawdb: avoid O_APPEND (#19676)Frank Szendzielarz2019-06-101-24/+62
* | accounts: added transactorFromKeyStore (#19685)Marius van der Wijden2019-06-081-0/+19
* | vendor: remove unused dependencies (#19683)Felix Lange2019-06-07141-25571/+0
* | p2p/enode: improve IPv6 support, add ENR text representation (#19663)Felix Lange2019-06-0720-219/+463
* | cmd/devp2p: add devp2p debug tool (#19657)Felix Lange2019-06-076-8/+446
* | accounts/scwallet: Disable macos support (#19679)Guillaume Ballet2019-06-073-5/+40
* | Merge pull request #19681 from karalabe/fix-libusb-dockerPéter Szilágyi2019-06-074-4/+14
|\ \ | |/ |/|
| * vendor: pull in USB fix for docker (alpine/musl)Péter Szilágyi2019-06-074-4/+14
|/
* SECURITY.md: create security policy (#19666)Ethan Heilman2019-06-061-0/+120
* Merge pull request #19674 from karalabe/usb-ios-fixupPéter Szilágyi2019-06-066-28/+31
|\
| * vendor: pull fixed usb library for nocgo buildsPéter Szilágyi2019-06-066-28/+31
* | eth: check for DefaultConfig.NetworkId in test (#17599)Nguyen Kien Trung2019-06-061-1/+1
|/
* Merge pull request #19671 from holiman/usbfixPéter Szilágyi2019-06-051-1/+11
|\
| * account/usbwallet: abort usb enumeration after failuresMartin Holst Swende2019-06-051-1/+11
* | cmd/clef: enable smartcard hub (#19649)Guillaume Ballet2019-06-053-3/+27
* | cmd: Add retesteth command (to support execution and generation of tests via ...ledgerwatch2019-06-053-0/+1038
* | eth/downloader: make syncing error more obvious (#19413)gary rong2019-06-053-42/+45
|/
* cmd/utils: close quote (#19665)Martin Holst Swende2019-06-051-1/+1
* accounts/scwallet: don't error when pcsc socket is missing (#19662)Guillaume Ballet2019-06-041-1/+1
* Merge pull request #19588 from gballet/trezor-fix-ownlibPéter Szilágyi2019-06-04122-16318/+20971
|\
| * accounts/usbwallet, vendor: switch from HID to generic USB libPéter Szilágyi2019-06-0492-7799/+7479
| * accounts/usbwallet: recreate Trezor protocol, support old and newPéter Szilágyi2019-06-0335-9067/+13631
| * accounts/usbwallet: support webusb for Trezor walletsGuillaume Ballet2019-06-0312-34/+443
* | swarm: code cleanup, move to ethersphere/swarm (#19661)Rafael Matias2019-06-04361-87054/+22
* | ethclient: ensure tx json is not nil before accessing it (#19653)Dmitry Shulyak2019-06-032-6/+25
* | core/signer, clef: improve ui-test flow, fix errors in uint handling (#19584)Martin Holst Swende2019-06-0327-557/+1326
|/
* accounts/scwallet: flag to specify path to smartcard daemon (#19439)Guillaume Ballet2019-05-3112-17/+158
* swarm/storage: set false, only when we get a chunk back (#19599)Anton Evangelatov2019-05-313-7/+54
* les: short circuit in the unregister if peer is not registered (#19644)gary rong2019-05-311-0/+4
* les, les/flowcontrol: implement LES/3 (#19329)Felföldi Zsolt2019-05-3122-608/+1533
* github: update code owners (#19638)Adam Schmideg2019-05-301-5/+10
* swarm/api/http: fix bzz-hash to return ens resolved hash directly (#19594)Elad2019-05-291-11/+11
* swarm/api: update mission statement (#19612)Rafael Matias2019-05-292-6/+6
* accounts/scwallet: change sc url scheme to keycard (#19632)Guillaume Ballet2019-05-292-11/+11
* crypto/bn256/cloudflare: fix comments to describe the updated curve parameter...Antoine Rondelet2019-05-282-2/+5
* cmd/abigen: allow using `abigen --pkg` flag with standard input (#19207)Vitaly Bogdanov2019-05-281-8/+3
* Merge pull request #19630 from karalabe/fix-commit-stringsPéter Szilágyi2019-05-271-2/+2
|\
| * internal/build: fix Travis and AppVeyor commit string injectionPéter Szilágyi2019-05-271-2/+2
|/
* Merge pull request #19629 from karalabe/duktape-2.3.0Péter Szilágyi2019-05-2717-2398/+4238
|\
| * vendor: update go-duktape to v2.3.0Péter Szilágyi2019-05-2717-2398/+4238
* | Merge pull request #19524 from gballet/scwallet-puk-countPéter Szilágyi2019-05-271-9/+18
|\ \ | |/ |/|
| * accounts/scwallet: fix public key confirmation regressionPéter Szilágyi2019-05-271-8/+6
| * accounts/scwallet: display PUK retry count, validate PIN/PUK lengthGuillaume Ballet2019-05-271-1/+12
|/
* core: concurrent database reinit from freezer dumpPéter Szilágyi2019-05-275-45/+171
* accounts/keystore: enable fallback for darwin,!cgo (#19614)Jeremy Schlatter2019-05-272-2/+2
* Merge pull request #19628 from karalabe/nofreeze-genesisPéter Szilágyi2019-05-271-4/+10
|\
| * core/rawdb: keep genesis in key-value store for full sync tooPéter Szilágyi2019-05-271-4/+10
|/
* core: never delete genesis block (#19617)gary rong2019-05-271-4/+10
* eth, les: reject light client connection is server is not synced (#19616)gary rong2019-05-278-31/+71
* accounts/usbwallet: enable the Nano X and upcoming Ledger IDs (#19623)Péter Szilágyi2019-05-261-1/+14
* accounts, p2p, rpc: make CGO_ENABLED=0 build again (#19593)Martin Holst Swende2019-05-266-34/+71
* crypto/bn256/cloudflare: checks for nil pointers in Marshal functions (#19609)Antoine Rondelet2019-05-261-0/+9
* core/state: unified function receiver names (#19615)Mohanson2019-05-261-118/+118
* tests: make transaction tests run again, fix #19033 (#19529)Martin Holst Swende2019-05-213-204/+85
* log: do not pad values longer than 40 characters (#19592)Nikifor Seryakov2019-05-201-6/+7
* build: fix Launchpad typo (#19597)Nikita Kryuchkov2019-05-201-4/+4
* les: avoid fetcher deadlock on requestChn (#19571)Felföldi Zsolt2019-05-181-15/+14
* accounts/abi: fix TestUnpackMethodIntoMap (#19484)manlio2019-05-171-1/+1
* swarm/version: v0.4.1 unstable (#19587)Anton Evangelatov2019-05-171-4/+4
* swarm/version: v0.4.0 stable (#19586)Anton Evangelatov2019-05-171-4/+4
* Merge pull request #19591 from karalabe/64bit-alignPéter Szilágyi2019-05-173-5/+17
|\
| * core/rawdb, eth/downloader: align 64bit atomic fieldsPéter Szilágyi2019-05-173-5/+17
* | build: disable swarm packages (#19585)Anton Evangelatov2019-05-171-34/+4
|/
* Merge pull request #19244 from karalabe/freezer-2Péter Szilágyi2019-05-1754-458/+3748
|\
| * cmd/geth, core/rawdb: seamless freezer consistency, friendly removedbPéter Szilágyi2019-05-1610-312/+121
| * cosensus, core, eth, params, trie: fixes + clique history capPéter Szilágyi2019-05-1612-53/+112
| * core, cmd, vendor: fixes and database inspection tool (#15)gary rong2019-05-1629-248/+1287
| * freezer: disable compression on hashes and difficulties (#14)Martin Holst Swende2019-05-163-5/+15
| * core/rawdb: support starting offset for future deletionMartin Holst Swende2019-05-162-30/+175
| * all: integrate the freezer with fast syncgary rong2019-05-1626-318/+1068
| * core/rawdb: add file lock for freezerrjl4934564422019-05-163-5/+43