mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
This commit adds pluggable consensus engines to go-ethereum. In short, it introduces a generic consensus interface, and refactors the entire codebase to use this interface. |
||
|---|---|---|
| .. | ||
| lightchain.go | ||
| lightchain_test.go | ||
| odr.go | ||
| odr_test.go | ||
| odr_util.go | ||
| state.go | ||
| state_object.go | ||
| state_test.go | ||
| trie.go | ||
| txpool.go | ||
| txpool_test.go | ||
| vm_env.go | ||