Guillaume Thiolliere
|
1cbfc9257f
|
Rename pallet trait Trait to Config (#7599)
* rename Trait to Config
* add test asserting using Trait is still valid.
* fix ui tests
|
2020-11-30 14:34:54 +00:00 |
|
Guillaume Thiolliere
|
0e843d260c
|
link todo to issue (#7162)
|
2020-09-21 12:04:46 +00:00 |
|
Shawn Tabrizi
|
743cf7543b
|
WeightInfo for Scheduler (#7138)
* initial scheduler stuff
* integrate weightinfo
* Update pallet_scheduler.rs
|
2020-09-18 14:15:40 +00:00 |
|
Xiliang Chen
|
8f4329823a
|
allow to specify schedule time as a relative value (#6578)
* allow to specify schedule time as a relative value
* bump version
* line width
* fix benchmarks
* rename and updates
|
2020-07-15 05:19:21 +00:00 |
|
Xiliang Chen
|
e1d0f84c67
|
Allow specify schedule dispatch origin (#6387)
* allow specify schedule dispatch origin
* fix tests
* use caller origin for scheduled
* fix tests
* line width
* check origin for cancel
* line width
* fix some issues for benchmarking
* fix doc test
* another way to constraint origin
* fix build issues
* fix cancel
* line width
* fix benchmarks
* bump version
* enable runtime upgrade
* add migration code and test
* Update frame/scheduler/src/lib.rs
Co-authored-by: Gavin Wood <github@gavwood.com>
* expose migration method
* add notes
* bump version
* remove on_runtime_upgrade
* fix test
Co-authored-by: Gavin Wood <github@gavwood.com>
|
2020-07-02 15:05:15 +02:00 |
|
Shawn Tabrizi
|
f1bd59c6a9
|
Fix some broken benchmarks (#6528)
|
2020-06-28 19:53:58 +02:00 |
|
Benjamin Kampmann
|
be8c96adec
|
Relax substrate licensing scheme (#5947)
|
2020-05-15 13:21:56 +02:00 |
|
Shawn Tabrizi
|
d8b7520a90
|
Extend Schedule Pallet for Root Scheduling/Canceling (#5907)
* Add root dispatch to scheduler
* Move encode operation upwards
* fix benchmark
* extend extrinsics
* add some clarifying comments
* start to add benchmarking
* finish weights
* remove double encode
* bump spec
* Update weights
* more accurate weights
* bump base weight
|
2020-05-07 11:47:23 +02:00 |
|