Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ferhat elmas
dc7ca52b3b
core: handle ignored error ( #16065 )
...
- according to implementation of `IntrinsicGas`
we can continue execution since problem will be detected
later. However, early return is future-proof for changes.
7 years ago
..
asm
all: use gometalinter.v2, fix new gosimple issues ( #15650 )
7 years ago
bloombits
core/bloombits: handle non 8-bit boundary section matches
7 years ago
state
core, trie: intermediate mempool between trie and database ( #15857 )
7 years ago
types
core, trie: intermediate mempool between trie and database ( #15857 )
7 years ago
vm
core/vm: remove unused hashing ( #16075 )
7 years ago
.gitignore
…
bench_test.go
core, trie: intermediate mempool between trie and database ( #15857 )
7 years ago
block_validator.go
core, trie: intermediate mempool between trie and database ( #15857 )
7 years ago
block_validator_test.go
core, trie: intermediate mempool between trie and database ( #15857 )
7 years ago
blockchain.go
core: soften up state memory force-commit log messages ( #16080 )
7 years ago
blockchain_test.go
core, trie: intermediate mempool between trie and database ( #15857 )
7 years ago
blocks.go
…
chain_indexer.go
core, trie: intermediate mempool between trie and database ( #15857 )
7 years ago
chain_indexer_test.go
core, eth, les: fix messy code ( #15367 )
7 years ago
chain_makers.go
core, trie: intermediate mempool between trie and database ( #15857 )
7 years ago
chain_makers_test.go
core, trie: intermediate mempool between trie and database ( #15857 )
7 years ago
dao_test.go
core, trie: intermediate mempool between trie and database ( #15857 )
7 years ago
database_util.go
les, light: LES/2 protocol version ( #14970 )
7 years ago
database_util_test.go
all: switch gas limits from big.Int to uint64
7 years ago
error.go
…
events.go
…
evm.go
all: switch gas limits from big.Int to uint64
7 years ago
fees.go
…
gaspool.go
miner: avoid unnecessary work ( #15883 )
7 years ago
gen_genesis.go
all: regenerate codecs with gencodec commit 90983d99de ( #15830 )
7 years ago
gen_genesis_account.go
all: regenerate codecs with gencodec commit 90983d99de ( #15830 )
7 years ago
genesis.go
core, trie: intermediate mempool between trie and database ( #15857 )
7 years ago
genesis_alloc.go
all: use gometalinter.v2, fix new gosimple issues ( #15650 )
7 years ago
genesis_test.go
core, trie: intermediate mempool between trie and database ( #15857 )
7 years ago
headerchain.go
…
helper_test.go
…
mkalloc.go
…
state_processor.go
all: switch gas limits from big.Int to uint64
7 years ago
state_transition.go
core: handle ignored error ( #16065 )
7 years ago
tx_journal.go
core, swarm: typo fixes
7 years ago
tx_list.go
all: switch gas limits from big.Int to uint64
7 years ago
tx_list_test.go
all: switch gas limits from big.Int to uint64
7 years ago
tx_pool.go
all: switch gas limits from big.Int to uint64
7 years ago
tx_pool_test.go
core, trie: intermediate mempool between trie and database ( #15857 )
7 years ago
types.go
all: switch gas limits from big.Int to uint64
7 years ago