Joshy Orndorff

Results 203 comments of Joshy Orndorff

> Would that be suitable to move upstream? That's up to @jacogr . It would be a PR against https://github.com/polkadot-js/apps

Okay, I believe I understand where this needs to be logged and have logged it at https://github.com/polkadot-js/api/issues/2488

It is likely that the recipes will be rendered using Gatsby in the future. The plugin should allow a gatsby site to include code snippets without copying https://www.gatsbyjs.org/packages/gatsby-remark-embed-snippet/#lx-y---embed-a-range-of-lines-from-a-file

This will be addressed when it is addressed upstream in Substrate. See https://github.com/paritytech/substrate/issues/6849

This code compiles and is close to working, but the node crashes on startup. To reproduce run ```bash # Grab the latest code git checkoukout joshy-frameless-runtime git pull # Build...

Last two commits got the node to start without crashing. In the kitchen-node, which uses instant-seal, the node happily sits idle. Error in **PoW** node ``` 2020-05-13 12:41:23 Skipping proposal...

I've pushed a few more commits trying to solve this, and adding debugging output. @bkchr I've added the transaction handling logic to `apply_extrinsic` as you suggested. While I'm sure you're...

After the last two commits, the state root now matches. This is good. But the node still crashes after one block. It seems the block is hashing differently during authoring...

Thanks to Basti's last suggestion we now have block production working. I'm now trying to submit extrinsics. Our extrinsic type is an enum with three variants. According to the [scale...

I'm continuing this work in https://github.com/substrate-developer-hub/substrate-node-template/pull/347. It looks like it's actually processing transactions now!