sub0-offchain-workshop
sub0-offchain-workshop copied to clipboard
Merge changes in frame-system offchain to upstream?
trafficstars
Mainly in this https://github.com/tomusdrw/sub0-offchain-workshop/blob/master/frame/system/src/offchain.rs
By the way, I'm not sure how to properly sign transaction by fn sign_and_submit(call: impl Into<Call>, public: PublicOf<T, Call, Self>) in pallet module. The submit_signed is much easier for me to use :)
The PR is already open: https://github.com/paritytech/substrate/pull/4200 I'm still working on tests though.