SubstrateGaming / Hexalem

Fully on-chain multiplayer strategy game that is available for mobiles
1 stars 0 forks source link

Build error: no matching package named bandersnatch_vrfs found #1

Open eca20 opened 4 months ago

eca20 commented 4 months ago

Hello, I'm currently running into this error building the Hexalem node

error: no matching package named bandersnatch_vrfs found location searched: https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b required by package sp-core v21.0.0 (https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#c8d2251c) ... which satisfies git dependency sp-core (locked to 21.0.0) of package hexalem v0.1.0 (/Substrate.Hexalem.Node/node)

sea212 commented 4 months ago

Try building with nightly-2024-04-15

eca20 commented 3 months ago

that worked, thanks!