Joshy Orndorff
Joshy Orndorff
Is this ready for some kind of formal discussion or decision making?
> You wouldn't be able to merge your PR if no-one has updated master to latest substrate That's already true, and I agree it is still true. The idea is...
Another proposal related to branch management. I was noticing the difference in complexity and effort between #786 and #797. Both of these PRs have the sole goal of cherry-picking some...
:tada: Woohoo! A year in the making. Congrats @librelois
Hi there, I can easily solve this, but I'm stuck because of https://github.com/actions-rs/toolchain/issues/163 Any ehlp appreciated. The just-run-rustup-show trick is great _iff_ you already have rustup installed on your ci...
Woah! I think it actually included a transaction! ```bash # Submit the transaction `0x0004` via RPC $ curl http://localhost:9933 -H "Content-Type:application/json;charset=utf-8" -d '{ "jsonrpc":"2.0", "id":1, "method":"author_submitExtrinsic", "params": ["0x0004"] }' {"jsonrpc":"2.0","result":"0x7324cf9181f377b38e2edeca7a080796554246690656566def41afedef911d0d","id":1}...
Wow, indeed the storage is updated! I can hardly believe it. ```bash curl http://localhost:9933 -H "Content-Type:application/json;charset=utf-8" -d '{ "jsonrpc":"2.0", "id":1, "method":"state_getStorage", "params": ["0x626F6F6C65616E"] }' {"jsonrpc":"2.0","result":"0x01","id":1} ``` Next step: better provides...
A signed transaction actually worked!
So I just noticed something weird here. I can start two nodes, and they will peer together. But the moment that one of the authors a block, the un-peer. No...
Basti on riot: ``` Do you know how to verify a signature? Basically you a bunch of data of the transaction is used to build the signature Like the call...