Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala committed Aug 25, 2022
1 parent 8dced5b commit 66d8477
Show file tree
Hide file tree
Showing 5 changed files with 570 additions and 4 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Please:
- **Do not use in production**
- **Do not use a Ledger device with funds for development purposes.**
- **Have a separate and marked device that is used ONLY for development and testing**
# Polkadot 13.9270.x
# Polkadot 13.9280.x

## System

Expand Down Expand Up @@ -370,6 +370,24 @@ Please:
|Rebag | | :heavy_check_mark: | | `AccountId` dislocated <br/> |
|Put in front of | | :heavy_check_mark: | | `AccountId` lighter <br/> |

## NominationPools

| Name | Light | XL | Nesting | Arguments |
| :---------- |:------------:|:--------:|:--------:|:--------|
|Join | | :heavy_check_mark: | | `Compactu128` amount <br/>`PoolId` pool_id <br/> |
|Bond extra | | :heavy_check_mark: | | `BondExtraBalanceOfT` extra <br/> |
|Claim payout | | :heavy_check_mark: | | |
|Unbond | | :heavy_check_mark: | | `AccountId` member_account <br/>`Compactu128` unbonding_points <br/> |
|Pool withdraw unbonded | | :heavy_check_mark: | | `PoolId` pool_id <br/>`u32` num_slashing_spans <br/> |
|Withdraw Unbonded | | :heavy_check_mark: | | `AccountId` member_account <br/>`u32` num_slashing_spans <br/> |
|Create | | :heavy_check_mark: | | `Compactu128` amount <br/>`AccountId` root <br/>`AccountId` nominator <br/>`AccountId` state_toggler <br/> |
|Nominate | | :heavy_check_mark: | | `PoolId` pool_id <br/>`VecAccountId` validators <br/> |
|Set state | | :heavy_check_mark: | | `PoolId` pool_id <br/>`PoolState` state <br/> |
|Set metadata | | :heavy_check_mark: | | `PoolId` pool_id <br/>`Vecu8` metadata <br/> |
|Set configs | | :heavy_check_mark: | | `ConfigOpBalanceOfT` min_join_bond <br/>`ConfigOpBalanceOfT` min_create_bond <br/>`ConfigOpu32` max_pools <br/>`ConfigOpu32` max_members <br/>`ConfigOpu32` max_members_per_pool <br/> |
|Update roles | | :heavy_check_mark: | | `PoolId` pool_id <br/>`ConfigOpAccountId` new_root <br/>`ConfigOpAccountId` new_nominator <br/>`ConfigOpAccountId` new_state_toggler <br/> |
|Chill | | :heavy_check_mark: | | `PoolId` pool_id <br/> |

## Configuration

| Name | Light | XL | Nesting | Arguments |
Expand Down Expand Up @@ -464,7 +482,7 @@ Please:

| Name | Light | XL | Nesting | Arguments |
| :---------- |:------------:|:--------:|:--------:|:--------|
|Service overweight | | | | `OverweightIndex` index <br/>`Weight` weight_limit <br/> |
|Service overweight | | :heavy_check_mark: | | `OverweightIndex` index <br/>`Weight` weight_limit <br/> |

## Hrmp

Expand Down
Loading

0 comments on commit 66d8477

Please sign in to comment.