edgeware-network / edgeware-node

Substrate node implementing Edgeware
https://edgewa.re
GNU General Public License v3.0
17 stars 18 forks source link

erup-5 tracking ethereum problems #16

Closed flipchan closed 2 years ago

flipchan commented 2 years ago

current problem:

$ cargo tree | grep eth | grep -v pallet | grep -v substrate
│   │   │   ├── ethereum-types v0.13.1
│   │   │   │   ├── ethbloom v0.12.1
│   │   │   ├── ethereum v0.12.0
│   │   │   │   ├── ethereum-types v0.13.1 (*)
│   │   │   ├── ethereum-types v0.13.1 (*)
│   │   │   │   ├── ethereum v0.12.0 (*)
│   │   │   │   ├── ethereum-types v0.13.1 (*)
│   │   │   │   │   ├── ethereum v0.12.0 (*)
│   │   │   │   │   ├── ethereum v0.12.0 (*)
│   │   │   │   │   ├── ethereum v0.12.0 (*)
│   │   │   │   │   ├── ethereum-types v0.13.1 (*)
│   │   │   │   │   ├── ethereum v0.12.0 (*)
│   │   │   ├── ethereum v0.12.0 (*)
│   │   ├── ethereum v0.12.0 (*)
│   │   │   ├── ethereum v0.12.0 (*)
│   │   │   ├── ethereum-types v0.13.1 (*)
│   │   │   ├── ethereum-types v0.13.1 (*)
│   │   │   │   ├── ethereum-types v0.13.1 (*)
│   │   │   ├── ethereum-types v0.13.1 (*)
│   │   ├── ethereum v0.12.0 (*)
│   │   ├── ethereum-types v0.13.1 (*)
│   │   │   │   │   └── prometheus v0.13.1
│   │   │   │       ├── prometheus v0.13.1 (*)
│   │   │   ├── ethereum v0.12.0 (*)
│   │   │   ├── ethereum-types v0.13.1 (*)
│   │   │   │   ├── ethereum v0.12.0 (*)
│   │   │   │   ├── ethereum-types v0.13.1 (*)
│   │   │   ├── ethereum-types v0.13.1 (*)
│   │   ├── ethereum v0.12.0 (*)
│   │   ├── ethereum-types v0.13.1 (*)
│   │   │   ├── ethereum v0.12.0 (*)
│   │   │   ├── ethereum-types v0.13.1 (*)
│   │   ├── ethereum v0.12.0 (*)
│   │   ├── ethereum-types v0.13.1 (*)
├── ethereum-types v0.13.1 (*)
├── ethereum-types v0.13.1 (*)
# cargo tree | grep evm | grep -v pallet | grep -v github
│   │   │   │   ├── evm v0.35.0
│   │   │   │   │   ├── evm-core v0.35.0
│   │   │   │   │   ├── evm-gasometer v0.35.0
│   │   │   │   │   │   ├── evm-core v0.35.0 (*)
│   │   │   │   │   │   ├── evm-runtime v0.35.0
│   │   │   │   │   │   │   ├── evm-core v0.35.0 (*)
│   │   │   │   │   ├── evm-runtime v0.35.0 (*)
│   │   │   │   │   ├── evm v0.35.0 (*)
│   │   │   │   │   ├── evm v0.35.0 (*)
│   │   │   │   │   ├── evm-gasometer v0.35.0 (*)
│   │   │   │   │   ├── evm-runtime v0.35.0 (*)
│   │   ├── evm-runtime v0.35.0 (*)
│   │   ├── evm-tracing-events v0.1.0 (/edgeware-node/primitives/rpc/evm-tracing-events)
│   │   │   ├── evm v0.35.0 (*)
│   │   │   ├── evm-gasometer v0.35.0 (*)
│   │   │   ├── evm-runtime v0.35.0 (*)
│   │   ├── edgeware-client-evm-tracing v0.1.0 (/edgeware-node/client/evm-tracing)
│   │   │   ├── evm-tracing-events v0.1.0 (/edgeware-node/primitives/rpc/evm-tracing-events) (*)
│   │   │   ├── edgeware-client-evm-tracing v0.1.0 (/edgeware-node/client/evm-tracing) (*)
│   │   │   ├── evm v0.35.0 (*)
│   │   ├── edgeware-client-evm-tracing v0.1.0 (/edgeware-node/client/evm-tracing) (*)
│   │   │   ├── edgeware-client-evm-tracing v0.1.0 (/edgeware-node/client/evm-tracing) (*)
edgeware-client-evm-tracing v0.1.0 (/edgeware-node/client/evm-tracing) (*)
evm-tracing-events v0.1.0 (/edgeware-node/primitives/rpc/evm-tracing-events) (*)
flipchan commented 2 years ago

solved