JoshOrndorff / recipes

A Hands-On Cookbook for Aspiring Blockchain Chefs
GNU General Public License v3.0
378 stars 188 forks source link

Fix randomness cargo test error #400

Closed honeywest closed 3 years ago

honeywest commented 3 years ago

fix #399

honeywest commented 3 years ago

nodes/kitchen-node$ cargo build Updating git repository https://github.com/encointer/substrate-fixed.git error: failed to select a version for randomness. ... required by package super-runtime v2.0.0 (/home/zgf/soft/substrate-developer-hub/recipes/runtimes/super-runtime) ... which is depended on by kitchen-node v2.0.0 (/home/zgf/soft/substrate-developer-hub/recipes/nodes/kitchen-node) versions that meet the requirements =2.0.0 are: 2.0.0

the package super-runtime depends on randomness, with features: pallet-timestamp but randomness does not have these features.

failed to select a version for randomness which could resolve this conflict

honeywest commented 3 years ago

error pull right #401