Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
a8e8ea2
Conpanion for Substrate#7127
liuchengxu Oct 28, 2020
a681c0f
Use sp_session::OneSessionHandler
liuchengxu Oct 28, 2020
7c865a0
Merge branch 'master' of https://github.com/paritytech/polkadot into …
liuchengxu Oct 31, 2020
efd919f
Merge branch 'master' of https://github.com/paritytech/polkadot into …
liuchengxu Nov 2, 2020
de14c50
Merge branch 'sub-7127' of https://github.com/liuchengxu/polkadot int…
liuchengxu Nov 2, 2020
d7775e1
Merge branch 'master' of https://github.com/paritytech/polkadot into …
liuchengxu Nov 3, 2020
f44cc19
Merge branch 'master' of https://github.com/paritytech/polkadot into …
liuchengxu Nov 9, 2020
269128a
Merge branch 'master' of https://github.com/paritytech/polkadot into …
liuchengxu Jan 14, 2021
e1a79a3
.
liuchengxu Jan 14, 2021
6e309ef
Merge branch 'master' of https://github.com/paritytech/polkadot into …
liuchengxu Jan 20, 2021
54b895f
Merge branch 'master' of https://github.com/paritytech/polkadot into …
liuchengxu Jan 21, 2021
08c14e7
Merge branch 'master' of https://github.com/paritytech/polkadot into …
liuchengxu Feb 1, 2021
03d963d
Merge branch 'sub-7127' of https://github.com/liuchengxu/polkadot int…
liuchengxu Feb 1, 2021
2a6cbea
Fix pallet_session::OneSessionHandler
liuchengxu Feb 2, 2021
748527d
OneSessionHandler is in frame_support now
liuchengxu Feb 2, 2021
f31d9a8
Merge branch 'master' of https://github.com/paritytech/polkadot into …
liuchengxu Feb 2, 2021
72e7fa4
"Update Substrate"
Feb 2, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
.
  • Loading branch information
liuchengxu committed Jan 14, 2021
commit e1a79a33e459c881529b81dfb7280a899f18e2e3
2 changes: 1 addition & 1 deletion runtime/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ impl<T> sp_runtime::BoundToRuntimeAppPublic for ParachainSessionKeyPlaceholder<T
type Public = ValidatorId;
}

impl<T: pallet_session::Trait>
impl<T: pallet_session::Config>
sp_session::OneSessionHandler<T::AccountId> for ParachainSessionKeyPlaceholder<T>
{
type Key = ValidatorId;
Expand Down