Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(control, flow, sense): docs #41

Merged
merged 10 commits into from
Jun 13, 2022
Merged

feat(control, flow, sense): docs #41

merged 10 commits into from
Jun 13, 2022

Conversation

vovacha
Copy link
Contributor

@vovacha vovacha commented Jun 11, 2022

  • control, flow, sense: add docs
  • sense: rename account -> account_id

Not sure if the docs for storage are not too verbose.
I followed the next example from Acala:

/// Session points for each candidate.
///
/// SessionPoints: map AccountId => u32
#[pallet::storage]
#[pallet::getter(fn session_points)]
pub type SessionPoints<T: Config> = StorageMap<_, Twox64Concat, T::AccountId, u32, ValueQuery>;

@vovacha vovacha requested review from 2075 and vayesy June 11, 2022 13:42
@vovacha vovacha changed the title feat(global): docs feat(control, flow): docs Jun 12, 2022
@vovacha vovacha marked this pull request as ready for review June 12, 2022 21:01
@vovacha vovacha changed the title feat(control, flow): docs feat(control, flow, sense): docs Jun 12, 2022
control/src/lib.rs Outdated Show resolved Hide resolved
control/src/lib.rs Outdated Show resolved Hide resolved
control/src/lib.rs Outdated Show resolved Hide resolved
control/src/lib.rs Outdated Show resolved Hide resolved
control/src/lib.rs Outdated Show resolved Hide resolved
flow/src/lib.rs Outdated Show resolved Hide resolved
flow/src/lib.rs Outdated Show resolved Hide resolved
vovacha and others added 7 commits June 13, 2022 12:04
Co-authored-by: Vasylenko Yevhen <[email protected]>
Co-authored-by: Vasylenko Yevhen <[email protected]>
Co-authored-by: Vasylenko Yevhen <[email protected]>
Co-authored-by: Vasylenko Yevhen <[email protected]>
Co-authored-by: Vasylenko Yevhen <[email protected]>
Co-authored-by: Vasylenko Yevhen <[email protected]>
Co-authored-by: Vasylenko Yevhen <[email protected]>
@vovacha vovacha requested a review from vayesy June 13, 2022 10:06
@vovacha vovacha merged commit bbe135a into main Jun 13, 2022
@vayesy vayesy deleted the vovacha/feat/docs branch June 13, 2022 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants