Substrate Developer Hub. Substrate is powered by best in class cryptographic research and comes with peer to peer networking, consensus mechanisms, and much more.
Please investigate this issue and update the tutorial to reflect the latest changes to the Substrate framework.
Additional Notes
The issue has been reported on GitHub: [đã xoá URL không hợp lệ]
The tutorial is being updated to address this issue.
Conclusion
The pallet-randomness-collective-flip crate is causing errors when following the Collectibles Workshop tutorial. The tutorial is outdated and needs to be updated to reflect the latest changes to the Substrate framework.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Content request
Issue Report: Error encountered while following Collectibles Workshop tutorial
Environment
Steps to Reproduce
pallet-randomness-collective-flip
crate to the project'sCargo.toml
file.Expected Behavior
The project should compile successfully.
Actual Behavior
The following errors are encountered:
Error 1:
Error 2:
Attempted Solutions
pallet-randomness-collective-flip
crate to the project'sCargo.toml
file.pallet-randomness-collective-flip
pallet from source.T::BlockNumber
withBlockNumberFor<T>
.impl pallet_randomness_collective_flip::Config for Runtime {}
to the project'sruntime/src/lib.rs
file.Additional Information
pallet-randomness-collective-flip
crate.References
BlockNumber
type: https://substrate.stackexchange.com/questions/9848/associated-type-blocknumber-not-found-for-tRequest
Please investigate this issue and update the tutorial to reflect the latest changes to the Substrate framework.
Additional Notes
Conclusion
The
pallet-randomness-collective-flip
crate is causing errors when following the Collectibles Workshop tutorial. The tutorial is outdated and needs to be updated to reflect the latest changes to the Substrate framework.Are you willing to help with this request?
Yes!