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

chore: fix typos and link broken #1330

Merged
merged 3 commits into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion pallets/manta-support/src/manta_pay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ pub type AssetValue = u128;
pub type AccountId = [u8; 32];

/// Transfer Proof encoded value
/// Compatability for JS u128 and Encode/Decode from parity_codec
/// Compatibility for JS u128 and Encode/Decode from parity_codec
pub type EncodedAssetValue = [u8; 16];

/// Asset
Expand Down
2 changes: 1 addition & 1 deletion pallets/parachain-staking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Implements Delegated Proof of Stake to

Links:

- [Rust Documentation](https://purestake.github.io/moonbeam/pallet_parachain_staking/index.html)
- [Rust Documentation](https://docs.moonbeam.network/builders/pallets-precompiles/pallets/staking/)
- [Unofficial Documentation](https://meta5.world/parachain-staking-docs/)
- [(Outdated) Blog Post with Justification](https://meta5.world/posts/parachain-staking)

Expand Down
2 changes: 1 addition & 1 deletion pallets/randomness/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ Additionally, the Babe consensus can sometime allow multiple validator to produc

### Asynchronous Backing

This solution is **safe** even after the asynchronous backing is supported as the pseudo-random is not dependant on which relay block the parachain block is referencing.
This solution is **safe** even after the asynchronous backing is supported as the pseudo-random is not dependent on which relay block the parachain block is referencing.
A collator being able to choose the relay block on top of which it builds the parachain block will not influence the pseudo-random word.
Loading