Closed jimmychu0807 closed 2 months ago
We've been discussing this issue in the Substrate Technical (Public) Riot chatroom. It's because all the dependencies are being build from an old commit dated 25th October in the 'master' branch of the Substrate repo. I've got it to work by using the latest commit instead (i.e. progressively going through all the commits since then and getting it to compile), and then checking that it was consistent with the https://github.com/paritytech/substrate/tree/master/bin/node-template
I'll create a PR with the changes I had to make. Unfortunately I've got a poor wifi connection so building it to check it works may need to wait until tomorrow when I'm in the office
Solution: https://github.com/ltfschoen/substratekitties/tree/v2.0
Noting that this fix likely won't get merged, see https://matrix.to/#/!HzySYSaIhtyWrwiwEV:matrix.org/$1574898806602KyvWj:matrix.parity.io?via=matrix.parity.io&via=matrix.org&via=web3.foundation
stale
On the latest
v2.0
branch, when creating kitty from polkadot-JS app, it returns in the browser dev-console:The runtime console:
I and @kaichaosun encounter this issue.