| .. |
|
asm
|
3a0480e07d
core/asm: allow numbers in labels (#20362)
|
6 лет назад |
|
bloombits
|
8cde2966af
eth, core: speed up some tests (#22000)
|
4 лет назад |
|
forkid
|
061cd5030c
upgrade to 1.10.2
|
4 лет назад |
|
rawdb
|
334b6adf14
fix conflicts
|
4 лет назад |
|
state
|
8681a2536c
Merge pull request #22777 from karalabe/snapshots-abort-resume-on-sync
|
4 лет назад |
|
systemcontracts
|
540ac2a1b7
[R4R]appay mirror/sync fork to main-net; release for 1.0.6 (#68)
|
4 лет назад |
|
types
|
334b6adf14
fix conflicts
|
4 лет назад |
|
vm
|
334b6adf14
fix conflicts
|
4 лет назад |
|
.gitignore
|
9008b155d3
Renamed `chain` => `core`
|
11 лет назад |
|
bench_test.go
|
0c70b83e00
all: add read-only option to database (#22407)
|
4 лет назад |
|
block_validator.go
|
061cd5030c
upgrade to 1.10.2
|
4 лет назад |
|
block_validator_test.go
|
4535230059
cmd, core, eth: background transaction indexing (#20302)
|
5 лет назад |
|
blockchain.go
|
334b6adf14
fix conflicts
|
4 лет назад |
|
blockchain_insert.go
|
91c4607979
core: fix blockchain insert report time interval calculation (#21723)
|
5 лет назад |
|
blockchain_repair_test.go
|
0c70b83e00
all: add read-only option to database (#22407)
|
4 лет назад |
|
blockchain_sethead_test.go
|
0c70b83e00
all: add read-only option to database (#22407)
|
4 лет назад |
|
blockchain_snapshot_test.go
|
d6ffa14035
core: nuke legacy snapshot supporting (#22663)
|
4 лет назад |
|
blockchain_test.go
|
1e207342b5
all: make logs a bit easier on the eye to digest (#22665)
|
4 лет назад |
|
blocks.go
|
17f0b11942
core: typos and comments improve
|
8 лет назад |
|
bloom_indexer.go
|
098a2b6e26
eth: move eth.Config to a common package (#22205)
|
4 лет назад |
|
chain_indexer.go
|
1e207342b5
all: make logs a bit easier on the eye to digest (#22665)
|
4 лет назад |
|
chain_indexer_test.go
|
c454717fa6
core: fix potential race in chainIndexerTest (#22346)
|
4 лет назад |
|
chain_makers.go
|
061cd5030c
upgrade to 1.10.2
|
4 лет назад |
|
chain_makers_test.go
|
4535230059
cmd, core, eth: background transaction indexing (#20302)
|
5 лет назад |
|
dao_test.go
|
6eef141aef
les: historical data garbage collection (#19570)
|
5 лет назад |
|
error.go
|
bbfb1e4008
all: add support for EIP-2718, EIP-2930 transactions (#21502)
|
4 лет назад |
|
events.go
|
d90d1db609
eth/filters: remove use of event.TypeMux for pending logs (#20312)
|
5 лет назад |
|
evm.go
|
2045a2bba3
core, all: split vm.Context into BlockContext and TxContext (#21672)
|
5 лет назад |
|
gaspool.go
|
18a7d31338
miner: avoid unnecessary work (#15883)
|
7 лет назад |
|
gen_genesis.go
|
9d06026c19
all: regenerate codecs with gencodec commit 90983d99de (#15830)
|
7 лет назад |
|
gen_genesis_account.go
|
9d06026c19
all: regenerate codecs with gencodec commit 90983d99de (#15830)
|
7 лет назад |
|
genesis.go
|
061cd5030c
upgrade to 1.10.2
|
4 лет назад |
|
genesis_alloc.go
|
bbfb1e4008
all: add support for EIP-2718, EIP-2930 transactions (#21502)
|
4 лет назад |
|
genesis_test.go
|
3cfd0fe7a8
core: add TestGenesisHashes and fix YoloV3 (#22559)
|
4 лет назад |
|
headerchain.go
|
1e207342b5
all: make logs a bit easier on the eye to digest (#22665)
|
4 лет назад |
|
headerchain_test.go
|
40b6ccf383
core,les: headerchain import in batches (#21471)
|
4 лет назад |
|
mkalloc.go
|
7504dbd6eb
core/vm: 64 bit memory and gas calculations (#19210)
|
6 лет назад |
|
rlp_test.go
|
4535230059
cmd, core, eth: background transaction indexing (#20302)
|
5 лет назад |
|
state_prefetcher.go
|
bbfb1e4008
all: add support for EIP-2718, EIP-2930 transactions (#21502)
|
4 лет назад |
|
state_processor.go
|
061cd5030c
upgrade to 1.10.2
|
4 лет назад |
|
state_processor_test.go
|
83e4c49e2b
trie : use trie.NewStackTrie instead of new(trie.Trie) (#22246)
|
4 лет назад |
|
state_transition.go
|
061cd5030c
upgrade to 1.10.2
|
4 лет назад |
|
tx_cacher.go
|
9940d93a43
Comment error (#18303)
|
7 лет назад |
|
tx_journal.go
|
0bec85f2e2
core: fix typos in comment (#17531)
|
7 лет назад |
|
tx_list.go
|
88c696240d
core/txpool: remove "local" notion from the txpool price heap (#21478)
|
4 лет назад |
|
tx_list_test.go
|
bcb3087450
Revert "core, txpool: less allocations when handling transactions (#21232)"
|
5 лет назад |
|
tx_noncer.go
|
8f80cafa10
core: fix write concurrency in txpool (#19835)
|
6 лет назад |
|
tx_pool.go
|
eaccdba4ab
core: fix method comment for `txpool.requestReset` (#22543)
|
4 лет назад |
|
tx_pool_test.go
|
83e4c49e2b
trie : use trie.NewStackTrie instead of new(trie.Trie) (#22246)
|
4 лет назад |
|
types.go
|
bb9631c399
core: prefetch next block state concurrently
|
6 лет назад |