David Craven
|
a3d19baea3
|
Refactors the offchain worker api (#3150)
* Update offchain primitives.
* Update offchain worker.
* Update im-online.
* Update service.
* Update node and node-template.
* Update runtime version.
* Fix build.
* Fix offchain worker tests.
* Generalize authority_pubkey.
* Add test.
* Update lib.rs
|
2019-07-22 17:20:57 +08:00 |
|
Tomasz Drwięga
|
e729dbabbe
|
[offchain] Support for sign & verify for crypto keys (#3023)
* Implement sign & verify.
* Use phrases and password.
* Sign & verify with authority keys.
* Fix tests.
* WiP
* WiP
* Allow the caller to decide on 'CryptoKind'.
* Remove TODO.
* Make seed private back.
* Fix non-std build and bump version.
* Use Into<u32> instead of asses.
* Add missing typedef.
|
2019-07-09 17:09:14 +02:00 |
|
Tomasz Drwięga
|
2217c1e9a1
|
Persistent Local Storage for offchain workers. (#2894)
* WiP.
* Implement offchain storage APIs.
* Change compare_and_set to return bool.
* Add offchain http test.
* Fix tests.
* Bump spec version.
* Fix warnings and test.
* Fix compilation.
* Remove unused code.
* Introduce Local (fork-aware) and Persistent storage.
* Fix borked merge.
* Prevent warning on depreacated client.backend
* Fix long lines.
* Clean up dependencies.
* Update core/primitives/src/offchain.rs
Co-Authored-By: André Silva <andre.beat@gmail.com>
* Update core/primitives/src/offchain.rs
Co-Authored-By: André Silva <andre.beat@gmail.com>
|
2019-07-02 20:11:06 +02:00 |
|