Skip to content

Instantly share code, notes, and snippets.

@notlesh
Last active January 13, 2021 14:36
Show Gist options
  • Save notlesh/d153eb838aa405e641357b5ecd9f3764 to your computer and use it in GitHub Desktop.
Save notlesh/d153eb838aa405e641357b5ecd9f3764 to your computer and use it in GitHub Desktop.
Frontier Dependency Hell

In my v0.5-hotfixes branch, I'm running into problems with multiple versions of primitive-types. Example compile error:

error[E0308]: mismatched types
   --> frame/evm/src/runner/stack.rs:369:44
    |
369 |                         Module::<T>::remove_account_if_empty(&address);
    |                                                              ^^^^^^^^
    |
    = note: expected reference `&H160`
               found reference `&primitive_types::H160`
    = note: perhaps two different versions of crate `primitive_types` are being used?

Indeed, 2 versions of primitive-types exist. Using cargo tree -i I can see this:

cargo tree -i primitive-types
error: There are multiple `primitive-types` packages in your project, and the specification `primitive-types` is ambiguous.
Please re-run this command with `-p <spec>` where `<spec>` is one of the following:
  primitive-types:0.7.3
  primitive-types:0.8.0

We can inspect the dependency versions independently:

cargo tree -i primitive-types:0.7.3                                                                                                                         101 ↵
primitive-types v0.7.3
├── ethereum-types v0.9.2
│   ├── ethereum v0.5.1
│   │   ├── evm v0.20.0
│   │   │   ├── fp-evm v0.8.0 (/home/stephen/dev/purestake/frontier/primitives/evm)
│   │   │   │   ├── fp-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/primitives/rpc)
│   │   │   │   │   ├── fc-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/client/rpc)
│   │   │   │   │   │   └── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   │   │   │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   │   │   │   ├── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime)
│   │   │   │   │   │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   │   │   │   │   └── frontier-template-test-client v0.1.0 (/home/stephen/dev/purestake/frontier/template/test-utils/client)
│   │   │   │   │   └── pallet-ethereum v0.1.0 (/home/stephen/dev/purestake/frontier/frame/ethereum)
│   │   │   │   │       ├── fc-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/client/rpc) (*)
│   │   │   │   │       ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   │   │   │       └── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │   │   │   ├── pallet-ethereum v0.1.0 (/home/stephen/dev/purestake/frontier/frame/ethereum) (*)
│   │   │   │   ├── pallet-evm v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm)
│   │   │   │   │   ├── fc-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/client/rpc) (*)
│   │   │   │   │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   │   │   │   ├── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │   │   │   │   ├── pallet-ethereum v0.1.0 (/home/stephen/dev/purestake/frontier/frame/ethereum) (*)
│   │   │   │   │   └── pallet-evm-precompile-dispatch v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/dispatch)
│   │   │   │   ├── pallet-evm-precompile-blake2 v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/blake2)
│   │   │   │   ├── pallet-evm-precompile-bn128 v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/bn128)
│   │   │   │   ├── pallet-evm-precompile-dispatch v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/dispatch)
│   │   │   │   ├── pallet-evm-precompile-ed25519 v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/ed25519)
│   │   │   │   ├── pallet-evm-precompile-modexp v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/modexp)
│   │   │   │   └── pallet-evm-precompile-simple v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/simple)
│   │   │   │       └── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │   │   ├── pallet-ethereum v0.1.0 (/home/stephen/dev/purestake/frontier/frame/ethereum) (*)
│   │   │   ├── pallet-evm v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm) (*)
│   │   │   ├── pallet-evm-precompile-blake2 v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/blake2)
│   │   │   ├── pallet-evm-precompile-bn128 v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/bn128)
│   │   │   ├── pallet-evm-precompile-dispatch v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/dispatch)
│   │   │   ├── pallet-evm-precompile-ed25519 v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/ed25519)
│   │   │   ├── pallet-evm-precompile-modexp v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/modexp)
│   │   │   └── pallet-evm-precompile-simple v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/simple) (*)
│   │   ├── fc-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/client/rpc) (*)
│   │   ├── fp-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/primitives/rpc) (*)
│   │   └── pallet-ethereum v0.1.0 (/home/stephen/dev/purestake/frontier/frame/ethereum) (*)
│   ├── fc-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/client/rpc) (*)
│   ├── fc-rpc-core v0.1.0 (/home/stephen/dev/purestake/frontier/client/rpc-core)
│   │   ├── fc-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/client/rpc) (*)
│   │   └── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   ├── fp-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/primitives/rpc) (*)
│   └── pallet-ethereum v0.1.0 (/home/stephen/dev/purestake/frontier/frame/ethereum) (*)
├── evm v0.20.0 (*)
├── evm-core v0.20.0
│   ├── evm v0.20.0 (*)
│   ├── evm-gasometer v0.20.0
│   │   ├── evm v0.20.0 (*)
│   │   └── pallet-evm v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm) (*)
│   └── evm-runtime v0.20.0
│       ├── evm v0.20.0 (*)
│       ├── evm-gasometer v0.20.0 (*)
│       └── pallet-evm v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm) (*)
├── evm-gasometer v0.20.0 (*)
└── evm-runtime v0.20.0 (*)

and:

cargo tree -i primitive-types:0.8.0
primitive-types v0.8.0
├── pallet-evm v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm)
│   ├── fc-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/client/rpc)
│   │   └── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   ├── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime)
│   │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   └── frontier-template-test-client v0.1.0 (/home/stephen/dev/purestake/frontier/template/test-utils/client)
│   ├── pallet-ethereum v0.1.0 (/home/stephen/dev/purestake/frontier/frame/ethereum)
│   │   ├── fc-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/client/rpc) (*)
│   │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   └── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   └── pallet-evm-precompile-dispatch v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/dispatch)
├── parity-util-mem v0.8.0
│   ├── kvdb v0.8.0
│   │   ├── kvdb-memorydb v0.8.0
│   │   │   └── sc-client-db v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │       ├── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │       │   ├── fc-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/client/rpc) (*)
│   │   │       │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   │       │   ├── sc-cli v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │       │   │   └── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   │       │   └── substrate-test-client v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │       │       └── frontier-template-test-client v0.1.0 (/home/stephen/dev/purestake/frontier/template/test-utils/client)
│   │   │       └── substrate-test-client v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── kvdb-rocksdb v0.10.0
│   │   │   └── sc-client-db v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-client-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   ├── fc-consensus v0.1.0 (/home/stephen/dev/purestake/frontier/client/consensus)
│   │   │   │   ├── fc-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/client/rpc) (*)
│   │   │   │   └── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   │   ├── fc-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/client/rpc) (*)
│   │   │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   │   ├── frontier-template-test-client v0.1.0 (/home/stephen/dev/purestake/frontier/template/test-utils/client)
│   │   │   ├── sc-basic-authorship v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   │   └── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   │   ├── sc-block-builder v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   │   ├── sc-basic-authorship v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   │   ├── sc-consensus-aura v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   │   │   └── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   │   │   ├── sc-finality-grandpa v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   │   │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   │   │   │   └── sc-chain-spec v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   │   │       └── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   │   ├── sc-network v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   │   │   ├── fc-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/client/rpc) (*)
│   │   │   │   │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   │   │   │   ├── sc-chain-spec v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   │   │   ├── sc-cli v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   │   │   ├── sc-finality-grandpa v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   │   │   ├── sc-informant v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   │   │   │   └── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   │   │   ├── sc-network-gossip v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   │   │   │   └── sc-finality-grandpa v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   │   │   ├── sc-offchain v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   │   │   │   └── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   │   │   └── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   │   ├── sc-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   │   │   ├── fc-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/client/rpc) (*)
│   │   │   │   │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   │   │   │   └── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   │   └── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-cli v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-client-db v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-consensus v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   │   │   ├── frontier-template-test-client v0.1.0 (/home/stephen/dev/purestake/frontier/template/test-utils/client)
│   │   │   │   ├── sc-finality-grandpa v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   │   └── substrate-test-client v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-consensus-aura v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   │   ├── sc-chain-spec v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   │   └── sc-consensus-manual-seal v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   │       └── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   │   ├── sc-consensus-epochs v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   │   ├── sc-chain-spec v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   │   ├── sc-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   │   └── sc-consensus-manual-seal v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-consensus-manual-seal v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-consensus-slots v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   │   ├── sc-consensus-aura v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   │   └── sc-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-consensus-uncles v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   │   └── sc-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-finality-grandpa v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-informant v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-light v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   │   ├── frontier-template-test-client v0.1.0 (/home/stephen/dev/purestake/frontier/template/test-utils/client)
│   │   │   │   ├── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   │   └── substrate-test-client v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-network v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-offchain v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-state-db v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   │   └── sc-client-db v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-transaction-pool v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   │   │   ├── sc-consensus-manual-seal v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   │   └── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── substrate-frame-rpc-system v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   │   └── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   │   └── substrate-test-client v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-client-db v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   └── sp-database v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       ├── sc-client-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       ├── sc-client-db v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       └── sp-blockchain v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │           ├── fc-consensus v0.1.0 (/home/stephen/dev/purestake/frontier/client/consensus) (*)
│   │           ├── fc-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/client/rpc) (*)
│   │           ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │           ├── pallet-transaction-payment-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │           │   └── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │           ├── sc-basic-authorship v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-block-builder v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-cli v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-client-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-client-db v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-consensus v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-consensus-aura v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-consensus-epochs v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-consensus-manual-seal v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-consensus-slots v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-finality-grandpa v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-informant v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-light v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-network v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-transaction-graph v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │           │   └── sc-transaction-pool v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-transaction-pool v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sp-transaction-pool v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │           │   ├── fc-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/client/rpc) (*)
│   │           │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │           │   ├── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │           │   ├── sc-basic-authorship v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           │   ├── sc-client-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           │   ├── sc-consensus-manual-seal v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           │   ├── sc-informant v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           │   ├── sc-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           │   ├── sc-rpc-api v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │           │   │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │           │   │   ├── sc-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           │   │   └── substrate-frame-rpc-system v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           │   ├── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           │   ├── sc-transaction-graph v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           │   ├── sc-transaction-pool v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           │   └── substrate-frame-rpc-system v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── substrate-frame-rpc-system v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           └── substrate-test-client v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   ├── kvdb-memorydb v0.8.0 (*)
│   ├── kvdb-rocksdb v0.10.0 (*)
│   ├── memory-db v0.25.0
│   │   └── sp-trie v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       ├── pallet-session v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   ├── pallet-aura v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │   └── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       │   └── pallet-grandpa v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │       └── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       ├── sc-client-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       ├── sc-client-db v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       ├── sc-consensus-slots v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       ├── sc-executor v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │       │   ├── frontier-template-test-client v0.1.0 (/home/stephen/dev/purestake/frontier/template/test-utils/client)
│   │       │   ├── sc-client-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sc-client-db v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sc-light v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sc-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   └── substrate-test-client v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       ├── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       ├── sp-consensus v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   ├── fc-consensus v0.1.0 (/home/stephen/dev/purestake/frontier/client/consensus) (*)
│   │       │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │       │   ├── sc-basic-authorship v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sc-block-builder v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sc-client-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sc-client-db v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sc-consensus v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sc-consensus-aura v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sc-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sc-consensus-manual-seal v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sc-consensus-slots v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sc-consensus-uncles v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sc-finality-grandpa v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sc-network v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sp-blockchain v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sp-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │   ├── sc-chain-spec v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   ├── sc-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   └── sc-consensus-manual-seal v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   └── substrate-test-client v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       ├── sp-io v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   ├── fc-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/client/rpc) (*)
│   │       │   ├── fp-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/primitives/rpc)
│   │       │   │   ├── fc-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/client/rpc) (*)
│   │       │   │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │       │   │   ├── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       │   │   └── pallet-ethereum v0.1.0 (/home/stephen/dev/purestake/frontier/frame/ethereum) (*)
│   │       │   ├── frame-benchmarking v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │   ├── pallet-balances v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │   │   ├── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       │   │   │   ├── pallet-ethereum v0.1.0 (/home/stephen/dev/purestake/frontier/frame/ethereum) (*)
│   │       │   │   │   └── pallet-evm v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm) (*)
│   │       │   │   ├── pallet-grandpa v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   └── pallet-timestamp v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │       ├── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       │   │       ├── pallet-aura v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── pallet-ethereum v0.1.0 (/home/stephen/dev/purestake/frontier/frame/ethereum) (*)
│   │       │   │       ├── pallet-evm v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm) (*)
│   │       │   │       └── pallet-session v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── frame-executive v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │   └── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       │   ├── frame-support v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │   ├── frame-benchmarking v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   ├── frame-executive v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   ├── frame-system v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │   │   ├── frame-benchmarking v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   │   ├── frame-executive v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   │   ├── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       │   │   │   ├── pallet-aura v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   │   ├── pallet-authorship v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │   │   │   └── pallet-grandpa v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   │   ├── pallet-balances v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   │   ├── pallet-ethereum v0.1.0 (/home/stephen/dev/purestake/frontier/frame/ethereum) (*)
│   │       │   │   │   ├── pallet-evm v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm) (*)
│   │       │   │   │   ├── pallet-grandpa v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   │   ├── pallet-randomness-collective-flip v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │   │   │   └── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       │   │   │   ├── pallet-session v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   │   ├── pallet-sudo v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │   │   │   └── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       │   │   │   ├── pallet-timestamp v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   │   └── pallet-transaction-payment v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │   │       └── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       │   │   ├── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       │   │   ├── pallet-aura v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   ├── pallet-authorship v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   ├── pallet-balances v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   ├── pallet-ethereum v0.1.0 (/home/stephen/dev/purestake/frontier/frame/ethereum) (*)
│   │       │   │   ├── pallet-evm v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm) (*)
│   │       │   │   ├── pallet-evm-precompile-dispatch v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/dispatch)
│   │       │   │   ├── pallet-grandpa v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   ├── pallet-randomness-collective-flip v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   ├── pallet-session v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   ├── pallet-sudo v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   ├── pallet-timestamp v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   ├── pallet-transaction-payment v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   └── pallet-transaction-payment-rpc-runtime-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │       ├── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       │   │       ├── pallet-transaction-payment v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       └── pallet-transaction-payment-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── frame-system v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       │   ├── pallet-ethereum v0.1.0 (/home/stephen/dev/purestake/frontier/frame/ethereum) (*)
│   │       │   ├── pallet-evm v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm) (*)
│   │       │   ├── pallet-evm-precompile-blake2 v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/blake2)
│   │       │   ├── pallet-evm-precompile-bn128 v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/bn128)
│   │       │   ├── pallet-evm-precompile-dispatch v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/dispatch)
│   │       │   ├── pallet-evm-precompile-ed25519 v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/ed25519)
│   │       │   ├── pallet-evm-precompile-modexp v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/modexp)
│   │       │   ├── pallet-evm-precompile-simple v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/simple)
│   │       │   │   └── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       │   ├── pallet-session v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── pallet-sudo v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── pallet-transaction-payment v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sc-consensus-aura v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sc-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sc-executor v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sp-application-crypto v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │   ├── pallet-aura v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   ├── pallet-grandpa v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   ├── sc-consensus-aura v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   ├── sc-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   ├── sc-consensus-slots v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   ├── sc-finality-grandpa v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   ├── sc-keystore v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │   │   ├── sc-cli v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   │   ├── sc-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   │   ├── sc-finality-grandpa v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   │   ├── sc-offchain v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   │   ├── sc-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   │   └── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   ├── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   ├── sp-consensus-aura v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │   │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │       │   │   │   ├── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       │   │   │   ├── pallet-aura v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   │   └── sc-consensus-aura v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   ├── sp-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   ├── sp-finality-grandpa v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │   │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │       │   │   │   ├── pallet-grandpa v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   │   └── sc-finality-grandpa v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │   └── sp-runtime v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │       ├── fc-consensus v0.1.0 (/home/stephen/dev/purestake/frontier/client/consensus) (*)
│   │       │   │       ├── fc-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/client/rpc) (*)
│   │       │   │       ├── fp-consensus v0.1.0 (/home/stephen/dev/purestake/frontier/primitives/consensus)
│   │       │   │       │   ├── fc-consensus v0.1.0 (/home/stephen/dev/purestake/frontier/client/consensus) (*)
│   │       │   │       │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │       │   │       │   └── pallet-ethereum v0.1.0 (/home/stephen/dev/purestake/frontier/frame/ethereum) (*)
│   │       │   │       ├── fp-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/primitives/rpc) (*)
│   │       │   │       ├── frame-benchmarking v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── frame-executive v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── frame-support v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── frame-system v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │       │   │       ├── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       │   │       ├── frontier-template-test-client v0.1.0 (/home/stephen/dev/purestake/frontier/template/test-utils/client)
│   │       │   │       ├── pallet-aura v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── pallet-authorship v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── pallet-balances v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── pallet-ethereum v0.1.0 (/home/stephen/dev/purestake/frontier/frame/ethereum) (*)
│   │       │   │       ├── pallet-evm v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm) (*)
│   │       │   │       ├── pallet-grandpa v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── pallet-randomness-collective-flip v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── pallet-session v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── pallet-sudo v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── pallet-timestamp v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── pallet-transaction-payment v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── pallet-transaction-payment-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── pallet-transaction-payment-rpc-runtime-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-basic-authorship v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-block-builder v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-chain-spec v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-cli v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-client-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-client-db v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-consensus v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-consensus-aura v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-consensus-epochs v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-consensus-manual-seal v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-consensus-slots v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-consensus-uncles v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-finality-grandpa v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-informant v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-light v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-network v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-network-gossip v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-offchain v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-rpc-api v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-rpc-server v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │       │   └── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-transaction-graph v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sc-transaction-pool v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sp-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │       │   ├── fc-consensus v0.1.0 (/home/stephen/dev/purestake/frontier/client/consensus) (*)
│   │       │   │       │   ├── fc-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/client/rpc) (*)
│   │       │   │       │   ├── fp-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/primitives/rpc) (*)
│   │       │   │       │   ├── frame-benchmarking v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── frame-system-rpc-runtime-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │       │   │   ├── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       │   │       │   │   └── substrate-frame-rpc-system v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │       │   │       │   ├── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       │   │       │   ├── frontier-template-test-client v0.1.0 (/home/stephen/dev/purestake/frontier/template/test-utils/client)
│   │       │   │       │   ├── pallet-transaction-payment-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── pallet-transaction-payment-rpc-runtime-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-basic-authorship v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-block-builder v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-client-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-consensus-aura v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-consensus-manual-seal v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-consensus-slots v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-executor v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-finality-grandpa v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-light v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-offchain v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-transaction-pool v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sp-block-builder v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │       │   │   ├── fc-consensus v0.1.0 (/home/stephen/dev/purestake/frontier/client/consensus) (*)
│   │       │   │       │   │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │       │   │       │   │   ├── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       │   │       │   │   ├── sc-block-builder v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   │   ├── sc-consensus-aura v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   │   ├── sc-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   │   ├── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   │   └── substrate-frame-rpc-system v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sp-blockchain v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sp-consensus v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sp-consensus-aura v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sp-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sp-finality-grandpa v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sp-offchain v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │       │   │   ├── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       │   │       │   │   ├── sc-offchain v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   │   └── sc-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sp-session v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │       │   │   ├── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       │   │       │   │   ├── pallet-grandpa v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   │   ├── pallet-session v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   │   ├── sc-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   │   └── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sp-timestamp v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │       │   │   ├── fc-consensus v0.1.0 (/home/stephen/dev/purestake/frontier/client/consensus) (*)
│   │       │   │       │   │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │       │   │       │   │   ├── pallet-aura v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   │   ├── pallet-timestamp v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   │   ├── sc-consensus-aura v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   │   ├── sc-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   │   ├── sc-consensus-manual-seal v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   │   ├── sp-consensus-aura v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   │   └── sp-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sp-transaction-pool v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   └── substrate-frame-rpc-system v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sp-authorship v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │       │   ├── pallet-authorship v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   └── sc-consensus-uncles v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sp-block-builder v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sp-blockchain v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sp-consensus v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sp-consensus-aura v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sp-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sp-consensus-slots v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │       │   ├── sc-consensus-slots v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   └── sp-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sp-consensus-vrf v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │       │   ├── sc-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   └── sp-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sp-finality-grandpa v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sp-keyring v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │       │   ├── sc-cli v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-consensus-manual-seal v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   └── substrate-test-client v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sp-offchain v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sp-session v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sp-staking v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │       │   ├── pallet-grandpa v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── pallet-session v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   └── sp-session v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sp-timestamp v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sp-transaction-pool v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── sp-version v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │   │       │   ├── frame-system v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │       │   │       │   ├── sc-cli v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-client-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-consensus-aura v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-executor v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-rpc-api v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   ├── sp-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       │   └── sp-consensus v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       ├── substrate-frame-rpc-system v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   │       └── substrate-test-client v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   ├── sp-runtime v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       │   └── sp-tasks v2.0.0 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │       │       └── sc-executor v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │       └── sp-state-machine v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │           ├── frame-support v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-block-builder v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-client-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-client-db v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-consensus-slots v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-light v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sp-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sp-blockchain v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sp-consensus v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           ├── sp-io v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │           └── substrate-test-client v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   ├── sc-client-db v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   ├── sc-informant v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   ├── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   ├── sc-state-db v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   ├── sc-transaction-graph v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   ├── sc-transaction-pool v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   ├── sp-core v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   ├── fc-consensus v0.1.0 (/home/stephen/dev/purestake/frontier/client/consensus) (*)
│   │   ├── fp-consensus v0.1.0 (/home/stephen/dev/purestake/frontier/primitives/consensus) (*)
│   │   ├── fp-evm v0.8.0 (/home/stephen/dev/purestake/frontier/primitives/evm)
│   │   │   ├── fp-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/primitives/rpc) (*)
│   │   │   ├── pallet-ethereum v0.1.0 (/home/stephen/dev/purestake/frontier/frame/ethereum) (*)
│   │   │   ├── pallet-evm v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm) (*)
│   │   │   ├── pallet-evm-precompile-blake2 v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/blake2)
│   │   │   ├── pallet-evm-precompile-bn128 v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/bn128)
│   │   │   ├── pallet-evm-precompile-dispatch v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/dispatch)
│   │   │   ├── pallet-evm-precompile-ed25519 v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/ed25519)
│   │   │   ├── pallet-evm-precompile-modexp v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/modexp)
│   │   │   └── pallet-evm-precompile-simple v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/simple) (*)
│   │   ├── fp-rpc v0.1.0 (/home/stephen/dev/purestake/frontier/primitives/rpc) (*)
│   │   ├── frame-executive v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── frame-metadata v12.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   └── frame-support v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── frame-support v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── frame-system v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   ├── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │   ├── pallet-evm v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm) (*)
│   │   ├── pallet-evm-precompile-blake2 v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/blake2)
│   │   ├── pallet-evm-precompile-bn128 v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/bn128)
│   │   ├── pallet-evm-precompile-dispatch v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/dispatch)
│   │   ├── pallet-evm-precompile-ed25519 v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/ed25519)
│   │   ├── pallet-evm-precompile-modexp v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/modexp)
│   │   ├── pallet-evm-precompile-simple v2.0.0 (/home/stephen/dev/purestake/frontier/frame/evm/precompile/simple) (*)
│   │   ├── pallet-grandpa v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── pallet-session v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── pallet-transaction-payment v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── pallet-transaction-payment-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-basic-authorship v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-block-builder v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-chain-spec v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-cli v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-client-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-client-db v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-consensus-aura v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-consensus-manual-seal v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-consensus-slots v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-consensus-uncles v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-executor v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-executor-common v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   ├── sc-executor v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   └── sc-executor-wasmi v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │       └── sc-executor v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-executor-wasmi v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-finality-grandpa v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-keystore v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-light v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-network v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-offchain v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-rpc-api v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-state-db v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-transaction-graph v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sc-transaction-pool v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sp-allocator v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   ├── sc-executor-common v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   └── sc-executor-wasmi v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sp-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sp-application-crypto v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sp-consensus v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sp-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sp-consensus-vrf v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sp-finality-grandpa v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sp-inherents v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   ├── fc-consensus v0.1.0 (/home/stephen/dev/purestake/frontier/client/consensus) (*)
│   │   │   ├── frame-support v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── frontier-template-node v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/node)
│   │   │   ├── frontier-template-runtime v2.0.0-dev (/home/stephen/dev/purestake/frontier/template/runtime) (*)
│   │   │   ├── pallet-aura v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── pallet-authorship v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── pallet-timestamp v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-basic-authorship v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-block-builder v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-client-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-consensus-aura v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-consensus-manual-seal v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-consensus-slots v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-consensus-uncles v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-finality-grandpa v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sp-authorship v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sp-block-builder v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sp-consensus v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sp-consensus-aura v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sp-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   └── sp-timestamp v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sp-io v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sp-keyring v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sp-keystore v0.8.0 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   ├── sc-cli v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-client-api v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-consensus-aura v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-consensus-manual-seal v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-finality-grandpa v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-keystore v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-service v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sp-consensus-babe v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sp-finality-grandpa v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sp-io v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   └── substrate-test-client v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sp-offchain v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sp-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
│   │   │   ├── pallet-transaction-payment-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   ├── sc-rpc v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   │   └── sc-rpc-api v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sp-runtime v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sp-session v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sp-state-machine v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sp-tasks v2.0.0 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── sp-trie v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   ├── substrate-frame-rpc-system v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   └── substrate-test-client v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
│   │   [dev-dependencies]
│   │   └── pallet-ethereum v0.1.0 (/home/stephen/dev/purestake/frontier/frame/ethereum) (*)
│   └── sp-runtime v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
├── sp-core v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
└── sp-runtime-interface v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a)
    ├── frame-benchmarking v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
    ├── sc-executor v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
    ├── sc-executor-wasmi v0.8.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
    ├── sp-core v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
    ├── sp-io v2.0.1 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
    └── sp-tasks v2.0.0 (https://github.com/paritytech/substrate.git?branch=master#f977fb8a) (*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment