aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * freezer: implement split files for dataMartin Holst Swende2019-05-162-95/+815
| * cmd, core, eth, les, node: chain freezer on top of db reworkPéter Szilágyi2019-05-1615-35/+755
* | swarm/network: bump network id for 0.4 release (#19580)Anton Evangelatov2019-05-165-10/+42
* | swarm/feeds: Parallel feed lookups (#19414)Javier Peletier2019-05-1614-342/+952
|/
* accounts,signer: better support for EIP-191 intended validator (#19523)Martin Holst Swende2019-05-162-8/+22
* p2p/discover: fix crash in Resolve (#19579)Felix Lange2019-05-151-3/+3
* swarm/storage: disable open tracing on indices (#19578)Anton Evangelatov2019-05-152-29/+0
* swarm/metrics: collect metrics on datadir disk usage (#19576)Anton Evangelatov2019-05-151-0/+31
* p2p/discover: add support for EIP-868 (v4 ENR extension) (#19540)Felix Lange2019-05-156-136/+406
* rlp: fixes for two corner cases and documentation (#19527)Felix Lange2019-05-145-57/+111
* accounts/abi: fix documentation (#19568)Jeremy Schlatter2019-05-141-2/+2
* Merge pull request #19563 from karalabe/faucet-remove-g+-mentionPéter Szilágyi2019-05-132-16/+54
|\
| * cmd/faucet: remove Google+ mention from web assets tooPéter Szilágyi2019-05-132-16/+54
* | core, eth, trie: bloom filter for trie node dedup during fast sync (#19489)Péter Szilágyi2019-05-1346-57/+2668
|/
* les, light: implement ODR transaction lookup by hash (#19069)Felföldi Zsolt2019-05-1316-51/+182
* les: fixed cost table update (#19546)Felföldi Zsolt2019-05-133-8/+13
* core: fix formatting error (trailing whitepace)Péter Szilágyi2019-05-131-1/+1
* Merge pull request #19562 from holiman/fix_tabcrashPéter Szilágyi2019-05-133-1/+2
|\
| * p2p/discover: fix a race where table loop would self-lookup before returning ...Martin Holst Swende2019-05-133-1/+2
* | core: move error variable to error.go (#19560)PilkyuJung2019-05-132-3/+4
* | cmd/swarm: skip export test on windows builds (#19555)Elad2019-05-132-2/+6
* | swarm/metrics: track runtime metrics (#19557)Anton Evangelatov2019-05-131-1/+5
* | swarm/network/stream: add pure retrieval test (#19552)holisticode2019-05-111-55/+218
* | core: fix import errors on clique crashes + empty blocks (#19544)Péter Szilágyi2019-05-103-2/+160
* | Merge pull request #19550 from ethersphere/swarm-rather-stablePéter Szilágyi2019-05-10112-5130/+5741
|\ \
| * | swarm/network: update syncer metricsElad2019-05-101-4/+3
| * | swarm/network: measure addPeer and deletePeer to know if Kad rearrangedAnton Evangelatov2019-05-106-25/+3
| * | swarm: instrument setNextBatchElad2019-05-105-12/+37
| * | swarm/storage: improve instrumentationAnton Evangelatov2019-05-106-40/+30
| * | swarm/pss: disable failing handshake testlash2019-05-101-0/+1
| * | swarm-smoke: add syncDelay flagAnton Evangelatov2019-05-105-12/+40
| * | swarm: push tags integration - request flowElad2019-05-1034-362/+699
| * | swarm/network: update syncingJanoš Guljaš2019-05-1010-486/+707
| * | swarm/chunk: add tags data typeElad2019-05-105-0/+604
| * | cmd/swarm-smoke: check if chunks are at most prox hostAnton Evangelatov2019-05-102-7/+101
| * | p2p/protocols, swarm/network: fix resource leak with p2p teardownElad2019-05-104-19/+28
| * | swarm: LocalStore metricsJanoš Guljaš2019-05-1010-47/+239
| * | swarm/storage/localstore: fix export db.Put signatureAnton Evangelatov2019-05-1028-659/+374
| * | cmd/swarm, swarm: LocalStore storage integrationJanoš Guljaš2019-05-1062-3674/+3092
|/ /
* | Merge pull request #19539 from karalabe/faucet-updatesPéter Szilágyi2019-05-091-37/+12
|\ \
| * | cmd/faucet: sunset Google+ authenticationPéter Szilágyi2019-05-081-36/+6
| * | cmd/faucet: embed git commit hash and date into the versionPéter Szilágyi2019-05-081-1/+6
|/ /
* | cmd, internal/build, docker: advertise commit date in unstable build versions...C. Brown2019-05-0817-38/+75
* | core: handle importing known blocks more gracefully (#19417)gary rong2019-05-082-125/+303
* | Merge pull request #19534 from karalabe/downloader-delay-fixPéter Szilágyi2019-05-081-0/+7
|\ \
| * | eth/downloader: fix header delays during chain dedupPéter Szilágyi2019-05-071-0/+7
* | | appveyor: Upgrade Go to v1.12.5 (#19536)Samuel Marks2019-05-081-2/+2
* | | accounts/usbwallet: fix a comment typo in trezor driver (#19535)Guillaume Ballet2019-05-081-1/+1
|/ /
* | accounts, cmd, internal, signer: add note about backing up the keystore (#19432)Kurkó Mihály2019-05-075-5/+28
* | core: fix canonicality confusion (#19514)Martin Holst Swende2019-05-072-1/+130
* | trie: clarify why verifyProof doesn't check hashes (#19530)gary rong2019-05-071-2/+3
|/
* core/rawdb: fix typo (#19526)유용환2019-05-041-2/+2
* Merge pull request #19513 from fjl/p2p-discover-split-v4Péter Szilágyi2019-05-028-700/+746
|\
| * p2p/discover: split out discv4 codeFelix Lange2019-04-307-700/+700
| * internal/testlog: add logger for unit testsFelix Lange2019-04-301-0/+46
* | eth, les: add error when accessing missing block state (#18346)Martin Holst Swende2019-05-023-2/+161
* | consensus,core,miner: avoid overhead of creating a new block (#19301)Martin Holst Swende2019-04-306-8/+33
* | Merge pull request #19500 from karalabe/cht-txpool-open-limitPéter Szilágyi2019-04-302-6/+32
|\ \
| * | eth: enforce chain above CHT before accepting txs into the poolPéter Szilágyi2019-04-262-6/+32
* | | internal/ethapi: estimate gas usage automatically (#19508)gary rong2019-04-301-8/+25
| |/ |/|
* | core/rawdb: typo fix storea => stores (#19498)Hongbin Mao2019-04-261-1/+1
|/
* swarm/network: fix data races in TestInitialPeersMsg test (#19490)Janoš Guljaš2019-04-266-10/+37
* Merge pull request #19497 from karalabe/peers-50Péter Szilágyi2019-04-252-3/+3
|\
| * cmd/utils, node: switch over default peer count to 50Péter Szilágyi2019-04-252-3/+3
* | core: lookup txs by block number instead of block hash (#19431)Matthew Halpern2019-04-253-68/+97
* | Merge pull request #19438 from karalabe/ledger-new-derivation-pathPéter Szilágyi2019-04-258-137/+167
|\ \ | |/ |/|
| * accounts: switch Ledger derivation path to canonical onePéter Szilágyi2019-04-108-130/+163
| * Revert "Can now specify the number of empty accounts to derive"Péter Szilágyi2019-04-101-10/+7
* | eth/downloader: enable unsync-protection for light client (#19496)gary rong2019-04-252-3/+3
* | miner: polish miner configuration (#19480)gary rong2019-04-2311-162/+162
* | swarm/pss: Fix flaky TestProxNetwork (#19471)gluk2562019-04-193-187/+181
* | Merge pull request #18168 from karalabe/trie-better-cache-size-estimationPéter Szilágyi2019-04-183-15/+59
|\ \
| * | cmd: special case default cache allowance (4GB mainnet, 128MB ligh)Péter Szilágyi2019-04-122-1/+15
| * | trie: approximate the wasted cache metaspace closerPéter Szilágyi2019-04-121-14/+44
* | | p2p: fix typo in dialstate comment (#19476)Guillaume Ballet2019-04-181-1/+1
* | | swarm/version: bump version due to Geth hotfix releasePéter Szilágyi2019-04-171-1/+1
* | | Merge pull request #19468 from karalabe/enforce-fastsync-checkpointsPéter Szilágyi2019-04-1711-115/+211
|\ \ \
| * | | eth, les, light: enforce CHT checkpoints on fast-sync tooPéter Szilágyi2019-04-1711-115/+211
* | | | les: fix p2p.Protocol.PeerInfo (#19472)Felföldi Zsolt2019-04-171-1/+1
* | | | Merge pull request #19470 from SamuelMarks/go1.12.4Péter Szilágyi2019-04-161-2/+2
|\ \ \ \
| * | | | appveyor.yml: Upgraded to Go 1.12.4Samuel Marks2019-04-161-2/+2
|/ / / /
* / / / les: check required message types in cost table (#19454)Felföldi Zsolt2019-04-162-5/+20
|/ / /
* | | Merge pull request #19345 from Matthalp/optimize-receipt-storagePéter Szilágyi2019-04-1620-152/+558
|\ \ \
| * | | core/types: fix cummulative gas bug and legacy decoding testsgary rong2019-04-162-22/+36
| * | | core, eth, les, light: scope receipt functionality a bit cleanerPéter Szilágyi2019-04-1516-287/+250
| * | | core, eth, les, light: store transaction receipts without txHash and gasCostMatthew Halpern2019-04-1511-123/+552
| |/ /
* / / swarm/storage/feed: add context handling/cancellation to Swarm Feeds lookup, ...Javier Peletier2019-04-163-24/+132
|/ /
* | node: do not continue if 'signer' is used but connection fails (#19441)Martin Holst Swende2019-04-121-1/+1
* | cmd/clef, signer: make fourbyte its own package, break dep cycle (#19450)Péter Szilágyi2019-04-1217-695/+765
* | cmd/swarm: fix resource leaks in tests (#19443)Ferenc Szabo2019-04-116-66/+97
* | cmd/clef: bundle 4byte db into clef, (#19112)Martin Holst Swende2019-04-117-33/+305
* | metrics/prometheus: expose metrics in prometheus format too (#17077)Maxim Krasilnikov2019-04-113-0/+185
* | clef: update warning-text (#19442)Martin Holst Swende2019-04-101-4/+7
* | swarm/version: bump Swarm due to Geth hotfix releasePéter Szilágyi2019-04-101-1/+1
* | accounts/scwallet: fix card pairing instruction message (#19436)Guillaume Ballet2019-04-101-1/+1
|/
* accounts/scwallet: Update README for v2.2.1 support (#19425)Guillaume Ballet2019-04-101-15/+48
* p2p: remove useless parameter (#19433)ANOTHEL2019-04-102-4/+3
* rpc: cancel root context after all requests are served (#19430)gary rong2019-04-101-1/+1
* Merge pull request #19426 from karalabe/vendor-fix-freegeoipPéter Szilágyi2019-04-101-5/+0
|\
| * vendor: fix some vendor config leftoverPéter Szilágyi2019-04-101-5/+0
|/
* vendor: upgrade go-libpcsclite (#19420)Guillaume Ballet2019-04-105-51/+328
* Merge pull request #19423 from SamuelMarks/go1.12.3Péter Szilágyi2019-04-091-2/+2
|\
| * appveyor.yml: Upgraded to Go 1.12.3Samuel Marks2019-04-091-2/+2
|/
* accounts:smartcard wallet without the dependency on libpcsclite (#19273)Guillaume Ballet2019-04-0952-9/+37171
|\
| * Add missing dependencyGuillaume Ballet2019-04-098-0/+14503
| * Update bip-39 ref and remove ebfe/scard from vendorGuillaume Ballet2019-04-0910-2210/+426
| * Fix rebase error: include norm packageGuillaume Ballet2019-04-0812-6/+18525
| * Can now specify the number of empty accounts to deriveGuillaume Ballet2019-04-081-7/+10
| * More review feedbackGuillaume Ballet2019-04-081-0/+5
| * more review feedbackGuillaume Ballet2019-04-082-11/+10
| * fix a serialization errorGuillaume Ballet2019-04-081-1/+3
| * Apply suggestions from code reviewMartin Holst Swende2019-04-081-3/+6
| * 'sanitize' JSON inputMartin Holst Swende2019-04-081-1/+1
| * Update the card preparation instructions based on review feedbackGuillaume Ballet2019-04-081-0/+9
| * refresh the account list when initializing the cardGuillaume Ballet2019-04-081-0/+1
| * refuse to overwrite the master key of a previously initialized cardGuillaume Ballet2019-04-081-3/+15
| * fix unnecessary condition linter warningGuillaume Ballet2019-04-081-1/+1
| * Set gballet as codeowner of the smartcard wallet dirGuillaume Ballet2019-04-081-0/+1
| * Upgrade to keycard app v2.1.1Guillaume Ballet2019-04-082-24/+16
| * Fix linter issuesGuillaume Ballet2019-04-082-17/+13
| * PK derivation has to be supported by the cardGuillaume Ballet2019-04-081-11/+7
| * Achieve full transaction signature+sendingGuillaume Ballet2019-04-081-0/+18
| * Add instructions on how to install the cardGuillaume Ballet2019-04-081-0/+19
| * Formatting fixesGuillaume Ballet2019-04-081-11/+16
| * Vendor keycard-go/derivationpathGuillaume Ballet2019-04-084-0/+612
| * Update a comment to reflect the workings of the updated systemGuillaume Ballet2019-04-082-3/+3
| * Add some documentationGuillaume Ballet2019-04-081-0/+30
| * Fix key derivationGuillaume Ballet2019-04-081-66/+33
| * fix wallet status updateGuillaume Ballet2019-04-081-21/+24
| * Temporary fix to the ADBU status callGuillaume Ballet2019-04-081-3/+24
| * Remove the direct dependency on libpcscliteGuillaume Ballet2019-04-0818-1192/+678
| * Fix some linter issuesGuillaume Ballet2019-04-082-7/+3
| * accounts/scwallet: rebase and updateGuillaume Ballet2019-04-082-8/+36
| * accounts/scwallet: fix crypto API changePéter Szilágyi2019-04-081-1/+5
| * accounts, console: frendly card errors, support pin unblockPéter Szilágyi2019-04-086-112/+169
| * accounts/scwallet: ordered wallets, tighter events, derivation logsPéter Szilágyi2019-04-082-63/+81
| * accounts/scwallet, console: user friendly card openingPéter Szilágyi2019-04-082-38/+90
| * vendor: pull in missing go-echd libraryPéter Szilágyi2019-04-085-0/+206
| * accounts, internal: Changes in response to reviewNick Johnson2019-04-086-118/+137
| * accounts, core, internal, node: Add support for smartcard walletsNick Johnson2019-04-0821-0/+5364
* | swarm/version: bump version due to Geth-only hotfix releasePéter Szilágyi2019-04-091-1/+1
* | clef: fix chainId key being present in domain map (#19303)Steve Gattuso2019-04-092-2/+38
* | swarm/version: bump version due to Geth maintenance releasePéter Szilágyi2019-04-081-1/+1
* | Merge pull request #19403 from zsfelfoldi/remove-les1Felföldi Zsolt2019-04-0816-570/+114
|\ \
| * | les, light: remove support for les/1 4096 block CHT sectionsZsolt Felfoldi2019-04-088-68/+26
| * | les: removed les/1 protocol messagesZsolt Felfoldi2019-04-0811-504/+90
| |/
* | eth, les, geth: implement cli-configurable global gas cap for RPC calls (#19401)Martin Holst Swende2019-04-089-13/+42
* | p2p/discover: bump failure counter only if no nodes were provided (#19362)Felix Lange2019-04-081-1/+1
|/
* Merge pull request #19411 from holiman/uncle_abort_earlyPéter Szilágyi2019-04-083-1/+23
|\
| * consensus,core: shortcut uncle validationMartin Holst Swende2019-04-083-1/+23
* | Merge pull request #19412 from karalabe/rinkeby-petersburgPéter Szilágyi2019-04-081-1/+1
|\ \ | |/ |/|
| * params: set Rinkeby Petersburg fork block (4th May, 2019)Péter Szilágyi2019-04-081-1/+1
|/
* Merge pull request #19405 from SamuelMarks/go1.12.2Péter Szilágyi2019-04-082-12/+12
|\
| * travis: update builders to xenial to shadow Go releasesPéter Szilágyi2019-04-081-10/+10
| * appveyor.yml: Upgrade to go1.12.2Samuel Marks2019-04-061-2/+2
|/
* Merge pull request #19400 from karalabe/nuke-bugPéter Szilágyi2019-04-053-160/+0
|\
| * cmd: nuke geth bug, nobody is using it anywayPéter Szilágyi2019-04-053-160/+0
* | Merge pull request #19402 from karalabe/trie-disallow-metaroot-retrievalPéter Szilágyi2019-04-052-0/+38
|\ \ | |/ |/|
| * trie: there's no point in retrieving the metarootPéter Szilágyi2019-04-052-0/+38
|/
* Merge pull request #19399 from karalabe/nuke-monitorPéter Szilágyi2019-04-05202-55196/+11566
|\
| * cmd/geth, internal, node, vendor: nuke geth monitorPéter Szilágyi2019-04-05202-55196/+11566
|/
* core/state: fix state iterator (#19127)gary rong2019-04-052-5/+18
* Merge pull request #18322 from rjl493456442/reomit-log-eventsPéter Szilágyi2019-04-042-42/+271
|\
| * core: minor code polishes + rebase fixesPéter Szilágyi2019-04-042-43/+57
| * core: re-omit new log event when logs rebirthrjl4934564422019-04-042-9/+224
* | node: switching prometheus flock location to tsdb (#19376)Steve Ruckdashel2019-04-0424-109/+677
|/
* accounts, cmd, internal: disable unlock account on open HTTP (#17037)gary rong2019-04-0415-45/+125
* core/vm: fix typos in comments (#19391)hydai2019-04-041-2/+2
* core/vm: instruction tests (#16327)Martin Holst Swende2019-04-0422-87/+159
* les: extend error message for coinbase API calls (#19380)Felföldi Zsolt2019-04-031-2/+2
* all: simplify timestamps to uint64 (#19372)Martin Holst Swende2019-04-0327-89/+85
* Merge pull request #19328 from karalabe/preloadPéter Szilágyi2019-04-0211-87/+224
|\
| * cmd, core, eth: support disabling the concurrent state prefetcherPéter Szilágyi2019-04-016-21/+40
| * core: prefetch next block state concurrentlyPéter Szilágyi2019-04-016-75/+193
* | Merge pull request #19374 from karalabe/console-fix-coinbase-printoutPéter Szilágyi2019-04-022-10/+18
|\ \
| * | console: handle eth.coinbase throwsPéter Szilágyi2019-04-022-10/+18
|/ /
* | core: fix typo in insertChain method doc (#19371)Runchao Han2019-04-021-1/+1
* | Merge pull request #19369 from karalabe/les-update-chtsPéter Szilágyi2019-04-022-16/+18
|\ \
| * | light, params: update CHTs, integrate CHT for Goerli tooPéter Szilágyi2019-04-022-16/+18
|/ /
* | cmd/flags: fix typo in --exitwhensynced flag (#19364)William Setzer2019-04-021-1/+1
* | swarm/network: hive bug: needed shallow peers are not sent to nodes beyond ...Viktor Trón2019-04-025-64/+314
* | Merge pull request #19348 from LiangMa/overflowPRPéter Szilágyi2019-04-012-22/+21
|\ \
| * | core/vm: polish gas PR, fix tests, make table drivenPéter Szilágyi2019-04-012-21/+20
| * | core/vm: Correct the Memory Gas Overflow conditionLiang Ma2019-03-291-3/+3
* | | accounts/abi: generic unpacking of event logs into map[string]interface{} (#1...Ian Norden2019-04-017-10/+596
| |/ |/|
* | Merge pull request #19351 from karalabe/txpool-precache-signaturesPéter Szilágyi2019-03-291-0/+7
|\ \ | |/ |/|
| * core: cache tx signature before obtaining lock贺鹏飞2019-03-291-0/+7
|/
* accounts/abi: Add the original name as json-structtag for tuples.Mats Julian Olsen2019-03-282-1/+8
* contracts/ens: revert bmt to keccak256 (#19323)Elad2019-03-272-6/+6
* core/types: add block location fields to receipt (#17662)Brent2019-03-278-2/+59
* Merge pull request #19343 from karalabe/trie-metrics-splitPéter Szilágyi2019-03-271-18/+25
|\
| * core: 3rd try on splitting the trie metrics correctlyPéter Szilágyi2019-03-271-18/+25
* | Merge pull request #19344 from karalabe/eth-remove-redundant-chainconfigPéter Szilágyi2019-03-274-25/+21
|\ \
| * | eth: remove redundant chain config fieldsPéter Szilágyi2019-03-274-25/+21
|/ /
* / eth: fix EIP158 account cleanup on chain tracing (#19341)Jonas2019-03-271-1/+1
|/
* core, ethdb, trie: mode dirty data to clean cache on flush (#19307)Martin Holst Swende2019-03-2612-67/+156
* whisper/whisperv6: fix PoW calculations to match the spec (#19330)Guillaume Ballet2019-03-262-12/+39