sub0-offchain-workshop icon indicating copy to clipboard operation
sub0-offchain-workshop copied to clipboard

Merge changes in frame-system offchain to upstream?

Open kigawas opened this issue 5 years ago • 1 comments
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 :)

kigawas avatar Dec 12 '19 08:12 kigawas

The PR is already open: https://github.com/paritytech/substrate/pull/4200 I'm still working on tests though.

tomusdrw avatar Dec 12 '19 09:12 tomusdrw