Unverified Commit bbb363f4 authored by Gavin Wood's avatar Gavin Wood Committed by GitHub
Browse files

Extend Utility pallet with multisig and pseudonyms (#4462)



* Add subaccounts functionality

* More work

* Multisig prototyped with tests

* Add timepoints to prevent replay

* Remove TODO

* Check for the right owner in cancel.

* Test the timepoint stuff

* Batch works with any origin

* Refactor tuples into structs.

* Finalise function docs/complexity and also add proper weights.

* Fix wasm

* Module-level docs

* Fix typo

* Runtime fix

* Better deposit system; more tests.

* Fix typo

* Switch +1 for -1

* Add Blake2_128Concat; fix insecurity; change return policy.

* Fix typo

* Update frame/utility/src/lib.rs

Co-Authored-By: default avatarShawn Tabrizi <[email protected]>

* Update frame/utility/src/lib.rs

Co-Authored-By: default avatarShawn Tabrizi <[email protected]>

* Update bin/node/runtime/src/lib.rs

Co-Authored-By: default avatarSergei Pepyakin <[email protected]>

Co-authored-by: default avatarShawn Tabrizi <[email protected]>
Co-authored-by: default avatarSergei Pepyakin <[email protected]>
parent 5dece712
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment