Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #167 from Zondax/democracy-nesting
Browse files Browse the repository at this point in the history
support nesting for democracy pallet
  • Loading branch information
ftheirs authored Aug 9, 2022
2 parents 25b0396 + 2abf9b3 commit 1b64c2a
Show file tree
Hide file tree
Showing 14 changed files with 24,989 additions and 23,465 deletions.
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,31 +141,31 @@ Please:

| Name | Light | XL | Nesting | Arguments |
| :---------- |:------------:|:--------:|:--------:|:--------|
|Propose | | :heavy_check_mark: | | `Hash` proposal_hash <br/>`CompactBalance` amount <br/> |
|Second | | :heavy_check_mark: | | `Compactu32` proposal <br/>`Compactu32` seconds_upper_bound <br/> |
|Vote | | :heavy_check_mark: | | `Compactu32` ref_index <br/>`AccountVote` vote <br/> |
|Emergency cancel | | :heavy_check_mark: | | `ReferendumIndex` ref_index <br/> |
|External propose | | :heavy_check_mark: | | `Hash` proposal_hash <br/> |
|External propose majority | | :heavy_check_mark: | | `Hash` proposal_hash <br/> |
|External propose default | | :heavy_check_mark: | | `Hash` proposal_hash <br/> |
|Fast track | | :heavy_check_mark: | | `Hash` proposal_hash <br/>`BlockNumber` voting_period <br/>`BlockNumber` delay <br/> |
|Veto external | | :heavy_check_mark: | | `Hash` proposal_hash <br/> |
|Cancel referendum | | :heavy_check_mark: | | `Compactu32` ref_index <br/> |
|Cancel queued | | :heavy_check_mark: | | `ReferendumIndex` which <br/> |
|Delegate | | :heavy_check_mark: | | `AccountId` to <br/>`Conviction` conviction <br/>`Balance` balance <br/> |
|Undelegate | | :heavy_check_mark: | | |
|Clear public proposals | | :heavy_check_mark: | | |
|Propose | | :heavy_check_mark: | :heavy_check_mark: | `Hash` proposal_hash <br/>`CompactBalance` amount <br/> |
|Second | | :heavy_check_mark: | :heavy_check_mark: | `Compactu32` proposal <br/>`Compactu32` seconds_upper_bound <br/> |
|Vote | | :heavy_check_mark: | :heavy_check_mark: | `Compactu32` ref_index <br/>`AccountVote` vote <br/> |
|Emergency cancel | | :heavy_check_mark: | :heavy_check_mark: | `ReferendumIndex` ref_index <br/> |
|External propose | | :heavy_check_mark: | :heavy_check_mark: | `Hash` proposal_hash <br/> |
|External propose majority | | :heavy_check_mark: | :heavy_check_mark: | `Hash` proposal_hash <br/> |
|External propose default | | :heavy_check_mark: | :heavy_check_mark: | `Hash` proposal_hash <br/> |
|Fast track | | :heavy_check_mark: | :heavy_check_mark: | `Hash` proposal_hash <br/>`BlockNumber` voting_period <br/>`BlockNumber` delay <br/> |
|Veto external | | :heavy_check_mark: | :heavy_check_mark: | `Hash` proposal_hash <br/> |
|Cancel referendum | | :heavy_check_mark: | :heavy_check_mark: | `Compactu32` ref_index <br/> |
|Cancel queued | | :heavy_check_mark: | :heavy_check_mark: | `ReferendumIndex` which <br/> |
|Delegate | | :heavy_check_mark: | :heavy_check_mark: | `AccountId` to <br/>`Conviction` conviction <br/>`Balance` balance <br/> |
|Undelegate | | :heavy_check_mark: | :heavy_check_mark: | |
|Clear public proposals | | :heavy_check_mark: | :heavy_check_mark: | |
|Note preimage | | :heavy_check_mark: | | `Bytes` encoded_proposal <br/> |
|Note preimage operational | | :heavy_check_mark: | | `Bytes` encoded_proposal <br/> |
|Note imminent preimage | | :heavy_check_mark: | | `Bytes` encoded_proposal <br/> |
|Note imminent preimage operational | | :heavy_check_mark: | | `Bytes` encoded_proposal <br/> |
|Reap preimage | | :heavy_check_mark: | | `Hash` proposal_hash <br/>`Compactu32` proposal_len_upper_bound <br/> |
|Unlock | | :heavy_check_mark: | | `AccountId` target <br/> |
|Remove vote | | :heavy_check_mark: | | `ReferendumIndex` index <br/> |
|Remove other vote | | :heavy_check_mark: | | `AccountId` target <br/>`ReferendumIndex` index <br/> |
|Enact proposal | | :heavy_check_mark: | | `Hash` proposal_hash <br/>`ReferendumIndex` index <br/> |
|Reap preimage | | :heavy_check_mark: | :heavy_check_mark: | `Hash` proposal_hash <br/>`Compactu32` proposal_len_upper_bound <br/> |
|Unlock | | :heavy_check_mark: | :heavy_check_mark: | `AccountId` target <br/> |
|Remove vote | | :heavy_check_mark: | :heavy_check_mark: | `ReferendumIndex` index <br/> |
|Remove other vote | | :heavy_check_mark: | :heavy_check_mark: | `AccountId` target <br/>`ReferendumIndex` index <br/> |
|Enact proposal | | :heavy_check_mark: | :heavy_check_mark: | `Hash` proposal_hash <br/>`ReferendumIndex` index <br/> |
|Blacklist | | | | `Hash` proposal_hash <br/>`OptionReferendumIndex` maybe_ref_index <br/> |
|Cancel proposal | | :heavy_check_mark: | | `Compactu32` prop_index <br/> |
|Cancel proposal | | :heavy_check_mark: | :heavy_check_mark: | `Compactu32` prop_index <br/> |

## Council

Expand Down
2 changes: 1 addition & 1 deletion app/Makefile.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ APPVERSION_M=12
# This is the `spec_version` field of `Runtime`
APPVERSION_N=9270
# This is the patch version of this release
APPVERSION_P=0
APPVERSION_P=1
Loading

0 comments on commit 1b64c2a

Please sign in to comment.