- Aug 07, 2020
-
-
Felix Lange authored
* crypto/secp256k1: enable use of __int128 This speeds up scalar & field calculations a lot. * crypto/secp256k1: enable endomorphism optimization
-
Felix Lange authored
These commands mirror the key/URL generation functions of cmd/bootnode. $ devp2p key generate mynode.key $ devp2p key to-enode mynode.key -ip 203.0.113.21 -tcp 30304 enode://78a7746089baf4b8615f54a5f0b67b22b1...
-
Péter Szilágyi authored
-
Guillaume Ballet authored
* common/fdlimit: build on DragonflyBSD * review feedback # Conflicts: # go.mod # go.sum
-
AusIV authored
The ancients variable in the freezer is a list of hashes, which identifies all of the hashes to be frozen. The slice is being allocated with a capacity of `limit`, which is the number of the last block this batch will attempt to add to the freezer. That means we are allocating memory for all of the blocks in the freezer, not just the ones to be added. If instead we allocate `limit - f.frozen`, we will only allocate enough space for the blocks we're about to add to the freezer. On mainnet this reduces usage by about 320 MB. # Conflicts: # core/rawdb/freezer.go
-
ucwong authored
# Conflicts: # go.mod # go.sum
-
gary rong authored
* cmd, eth, internal, les: add gasprice cap * cmd/utils, eth: add default value for gasprice cap * all: use txfee cap * cmd, eth: add fix * cmd, internal: address comments # Conflicts: # les/api_backend.go
-
zhangsoledad authored
* fix(freezer): tailId filenum offset were misplaced * core/rawdb: assume first item in freezer always start from zero # Conflicts: # core/rawdb/freezer_table.go # core/rawdb/freezer_table_test.go
-
sixdays authored
Co-authored-by:
linjing <linjingjing@baidu.com>
-
HackyMiner authored
-
Yang Hau authored
speicifc -> specific assigened -> assigned frobenious -> frobenius
-
gary rong authored
* core, eth, internal: extend structLog tracer * core/vm, internal: add storage view * core, internal: add slots to storage directly * core: remove useless * core: address martin's comment * core/vm: fix tests # Conflicts: # core/vm/logger.go # core/vm/logger_test.go
-
Martin Holst Swende authored
* eth/downloader tests: fix spurious failing test due to race between receipts/headers * miner tests: fix travis failure on arm64 * eth/downloader: tests - store td in ancients too # Conflicts: # eth/downloader/downloader_test.go # miner/worker_test.go
-
Natsu Kagami authored
-
Pau authored
-
Péter Szilágyi authored
# Conflicts: # core/state/state_object.go # core/state/statedb.go
-
Paweł Bylica authored
* core/vm: use fixed uint256 library instead of big * core/vm: remove intpools * core/vm: upgrade uint256, fixes uint256.NewFromBig * core/vm: use uint256.Int by value in Stack * core/vm: upgrade uint256 to v1.0.0 * core/vm: don't preallocate space for 1024 stack items (only 16) Co-authored-by:
Martin Holst Swende <martin@swende.se> # Conflicts: # core/vm/common.go # core/vm/contract.go # core/vm/eips.go # core/vm/evm.go # core/vm/gas_table.go # core/vm/instructions.go # core/vm/instructions_test.go # core/vm/interpreter.go # core/vm/logger.go # core/vm/logger_json.go # core/vm/logger_test.go # core/vm/stack/stack.go # go.mod # go.sum
-
- Aug 06, 2020
-
-
Igor Mandrigin authored
-
ucwong authored
-
libby kent authored
-
Felix Lange authored
-
Hao Duan authored
Once we detect an invalid transaction during recovering signatures, we should directly exclude this transaction to avoid validating the signatures hereafter. This should optimize the validations times of transactions with invalid signatures to only one time.
-
Igor Mandrigin authored
-
- Aug 05, 2020
-
-
pk authored
-
Igor Mandrigin authored
-
Alex Sharov authored
* drop badger support * rebase master
-
Alexey Akhunov authored
-
Alexey Akhunov authored
-
Alex Sharov authored
-
Igor Mandrigin authored
* remove separate memory profiling from staged sync * don’t run pprof globally always
-
Igor Mandrigin authored
Add lmdb.mapSize param
-
Igor Mandrigin authored
docs: add a piechart with stages
-
Igor Mandrigin authored
-
Igor Mandrigin authored
-
Igor Mandrigin authored
-
- Aug 04, 2020
-
-
ledgerwatch authored
This reverts commit 7290bf51.
-
Alex Sharov authored
-
Alex Sharov authored
* resident_memory_docs * add glossary * add glossary * add glossary * add glossary * add glossary
-
pk authored
fixed a typo from `compiting` to `computing `
-