Martin Holst Swende 058a4ac5f1 core/evm: less iteration in blockhash (#20589) 5 лет назад
..
asm 3a0480e07d core/asm: allow numbers in labels (#20362) 6 лет назад
bloombits 9e24491c65 core/bloombits, light: fix typos (#17235) 7 лет назад
forkid bc01593afb consensus/ethash, params: eip-2384: bump difficulty bomb (#20347) 6 лет назад
rawdb 58e33d9e5a Merge pull request #20403 from karalabe/fix-freezer-reinit 6 лет назад
state 5a9c96454e trie: separate hashes and committer, collapse on commit 5 лет назад
types b6d4f6b66e core/types: remove BlockBy sorting code (#20355) 6 лет назад
vm 058a4ac5f1 core/evm: less iteration in blockhash (#20589) 5 лет назад
.gitignore 9008b155d3 Renamed `chain` => `core` 11 лет назад
bench_test.go c2c4c9f1e5 core, light, params: implement eip2028 (#19931) 6 лет назад
block_validator.go 4f457859a2 core: use headers only where blocks are unnecessary 6 лет назад
block_validator_test.go 054412e335 all: clean up and proerly abstract database access 6 лет назад
blockchain.go 770316dc20 core, light: write chain data in atomic way (#20287) 5 лет назад
blockchain_insert.go 0b4fe8d192 all: simplify timestamps to uint64 (#19372) 6 лет назад
blockchain_test.go fc7e0fe6c7 core, miner: remove PostChainEvents (#19396) 6 лет назад
blocks.go 17f0b11942 core: typos and comments improve 8 лет назад
chain_indexer.go 802074cba9 core: fix chain indexer (#19786) 6 лет назад
chain_indexer_test.go b88b4632c2 core: fix chain indexer unit test (#20506) 5 лет назад
chain_makers.go f71e85b8e2 core: fix staticcheck warnings (#20323) 6 лет назад
chain_makers_test.go 054412e335 all: clean up and proerly abstract database access 6 лет назад
dao_test.go 054412e335 all: clean up and proerly abstract database access 6 лет назад
error.go ec2131c8d3 core: move error variable to error.go (#19560) 6 лет назад
events.go d90d1db609 eth/filters: remove use of event.TypeMux for pending logs (#20312) 5 лет назад
evm.go 058a4ac5f1 core/evm: less iteration in blockhash (#20589) 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 f383eaa102 core: removed old invalid comment 5 лет назад
genesis_alloc.go b0ed083ead cmd, core, params: add support for Goerli 6 лет назад
genesis_test.go 054412e335 all: clean up and proerly abstract database access 6 лет назад
headerchain.go 770316dc20 core, light: write chain data in atomic way (#20287) 5 лет назад
mkalloc.go 7504dbd6eb core/vm: 64 bit memory and gas calculations (#19210) 6 лет назад
state_prefetcher.go bb9631c399 core: prefetch next block state concurrently 6 лет назад
state_processor.go 3b6c9902f3 core: remove unused gas return in ApplyTransaction (#20065) 6 лет назад
state_transition.go 57d697629d core: s/isEIP155/isHomestead/g (fix IntrinsicGas signature var name) (#20300) 6 лет назад
tx_cacher.go 9940d93a43 Comment error (#18303) 7 лет назад
tx_journal.go 0bec85f2e2 core: fix typos in comment (#17531) 7 лет назад
tx_list.go 8bd37a1d91 core: count tx size in slots, bump max size ot 4x32KB (#20352) 5 лет назад
tx_list_test.go 6f69cdd109 all: switch gas limits from big.Int to uint64 7 лет назад
tx_noncer.go 8f80cafa10 core: fix write concurrency in txpool (#19835) 6 лет назад
tx_pool.go b2de0bd87b core: set max tx size down to 2 slots (64KB) 5 лет назад
tx_pool_test.go 8bd37a1d91 core: count tx size in slots, bump max size ot 4x32KB (#20352) 5 лет назад
types.go bb9631c399 core: prefetch next block state concurrently 6 лет назад