-
Notifications
You must be signed in to change notification settings - Fork 146
Description
Hey when I try to install this node I run
cargo install contracts-node --git https://github.com/paritytech/substrate-contracts-node.git --force --locked
I get '29 errors' and most of them look like this:
type Call = Call;
| ^^^^^^^^^^^^^^^^^ not a member of trait frame_system::Config
error[E0437]: type Event is not a member of trait frame_system::Config
--> /Users/kk/.cargo/git/checkouts/substrate-contracts-node-cf7c16677784d274/8d76d04/runtime/src/lib.rs:187:2
|
187 | type Event = Event;
| ^^^^^^^^^^^^^^^^^^^ not a member of trait frame_system::Config
error[E0437]: type Event is not a member of trait pallet_balances::Config
--> /Users/kk/.cargo/git/checkouts/substrate-contracts-node-cf7c16677784d274/8d76d04/runtime/src/lib.rs:251:2
|
251 | type Event = Event;
| ^^^^^^^^^^^^^^^^^^^ not a member of trait pallet_balances::Config
I have tried multiple different versions of rust and different tags of the contracts-node and I can't seem to find a fit. I am running the most up to date rust toolchain and v0.20.0 of the contracts-node.
I am new to this plz go easy on me thanks