- Aug 12, 2020
-
-
gary rong authored
# Conflicts: # les/fetcher_test.go
-
Robert Zaremba authored
This reduces complexity of some lengthy functions in worker.go, making the code easier to read. # Conflicts: # miner/worker.go
-
gary rong authored
* cmd, consensus, eth, les: implement light fetcher * les: address comment * les: address comment * les: address comments * les: check td after delivery * les: add linearExpiredValue for error counter * les: fix import * les: fix dead lock * les: order announces by td * les: encapsulate invalid counter * les: address comment * les: add more checks during the delivery * les: fix log * eth, les: fix lint * eth/fetcher: address comment # Conflicts: # cmd/geth/retesteth.go # consensus/clique/clique.go # consensus/consensus.go # consensus/ethash/consensus.go # consensus/ethash/sealer.go # eth/fetcher/block_fetcher.go # eth/fetcher/block_fetcher_test.go # eth/handler.go # les/client.go # les/client_handler.go # les/clientpool.go # les/fetcher.go # les/odr_test.go # les/peer.go # les/server.go # les/server_handler.go # les/test_helper.go # les/utils/expiredvalue.go # les/utils/expiredvalue_test.go
-
Péter Szilágyi authored
# Conflicts: # core/types/transaction.go # core/types/transaction_test.go
-
Hendrik Hofstadt authored
# Conflicts: # core/types/transaction.go # core/types/transaction_test.go
-
gary rong authored
* cmd, core, eth, light, trie: dump clean cache periodically * eth: update config * trie: minor fix * core, trie: address comments * eth: remove useless * trie: print clean cache dump start too Co-authored-by:
Péter Szilágyi <peterke@gmail.com> # Conflicts: # core/blockchain.go # core/genesis.go # core/state/database.go # eth/api_tracer.go # eth/backend.go # eth/config.go # light/postprocess.go # trie/database.go
-
6543 authored
# Conflicts: # cmd/faucet/faucet.html
-
Igor Mandrigin authored
-
Alex Sharov authored
-
Alex Sharov authored
-
- Aug 11, 2020
-
-
Evgeny Danilenko authored
* implementation * tidy gomod * linters * fix cmd test * fix * fix lint
-
ledgerwatch authored
-
Alex Sharov authored
-
Alex Sharov authored
-
Alex Sharov authored
-
Alex Sharov authored
-
Alex Sharov authored
-
Alex Sharov authored
-
Alex Sharov authored
-
ledgerwatch authored
-
alex.sharov authored
-
- Aug 10, 2020
-
-
Alex Sharov authored
-
Alex Sharov authored
-
Alex Sharov authored
-
Alex Sharov authored
-
Giulio Rebuffo authored
* add blockhashes stage * unwindOrder specified * fixed typo * added common.copybytes * fixed little typo * better progress * better progress * refactoring with etl * added blockhashes to disabled stages in cmd/integration * added migraations * fixed go.mod * better migrations * rename unwind * simplified migrations * added onloadcommit
-
Alex Sharov authored
-
Alex Sharov authored
-
Alex Sharov authored
-
- Aug 08, 2020
-
-
Igor Mandrigin authored
Geth 1.9.18
-
Igor Mandrigin authored
-
Hadrien Croubois authored
-
- Aug 07, 2020
-
-
Martin Holst Swende authored
* eth/downloader: refactor downloader + queue downloader, fetcher: throttle-metrics, fetcher filter improvements, standalone resultcache downloader: more accurate deliverytime calculation, less mem overhead in state requests downloader/queue: increase underlying buffer of results, new throttle mechanism eth/downloader: updates to tests eth/downloader: fix up some review concerns eth/downloader/queue: minor fixes eth/downloader: minor fixes after review call eth/downloader: testcases for queue.go eth/downloader: minor change, don't set progress unless progress... eth/downloader: fix flaw which prevented useless peers from being dropped eth/downloader: try to fix tests eth/downloader: verify non-deliveries against advertised remote head eth/downloader: fix flaw with checking closed-status causing hang eth/downloader: hashing avoidance eth/downloader: review concerns + simplify resultcache and queue eth/downloader: add back some locks, address review concerns downloader/queue: fix remaining lock flaw * eth/downloader: nitpick fixes * eth/downloader: remove the *2*3/4 throttling threshold dance * eth/downloader: print correct throttle threshold in stats Co-authored-by:
Péter Szilágyi <peterke@gmail.com> # Conflicts: # eth/downloader/downloader.go # eth/downloader/downloader_test.go # eth/downloader/queue.go # eth/downloader/statesync.go # eth/fetcher/block_fetcher.go
-
Péter Szilágyi authored
# Conflicts: # params/version.go
-
gary rong authored
-
rjl493456442 authored
core: address comment # Conflicts: # core/tx_pool.go
-
villanuevawill authored
Solves issue#20582. Non-executable transactions should not be evicted on each tick if there are no promote transactions or if a pending/reset empties the pending list. Tests and logging expanded to handle these cases in the future. core/tx_pool: use a ts for each tx in the queue, but only update the heartbeat on promotion or pending replaced queuedTs proper naming # Conflicts: # core/tx_pool.go
-
Felix Lange authored
This fixes the iOS framework build by naming the second parameter of the Signer interface method. The name is important because it becomes part of the objc method signature. Fixes #21340 # Conflicts: # mobile/bind.go
-
Felix Lange authored
-
meowsbits authored
* geth,utils: implement configurable developer account options Prior to this change --dev (developer) mode generated one account with an empty password, irrespective of existing --password and --miner.etherbase options. This change makes --dev mode compatible with these existing flags. --dev mode may now be used in conjunction with --password and --miner.etherbase flags to configure the developer faucet using an existing keystore or in creating a new account. Signed-off-by:
meows <b5c6@protonmail.com> * main: remove key/pass flags from usage developer section These flags are included already in other sections, and it is not desired to duplicate them. They were originally included in this section along with added support for these flags in the developer mode. Signed-off-by:
meows <b5c6@protonmail.com>
-