-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add collective/democracy pallets #5
Closed
Br1ght0ne
wants to merge
1
commit into
main
from
oleksii/polka-60-add-collectivedemocracy-pallets-to
Closed
Add collective/democracy pallets #5
Br1ght0ne
wants to merge
1
commit into
main
from
oleksii/polka-60-add-collectivedemocracy-pallets-to
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Splitting into 2 separate PRs and rebasing on top of Picasso runtime. |
seunlanlege
pushed a commit
that referenced
this pull request
Sep 20, 2021
lending initialization part 1
haroldsphinx
added a commit
that referenced
this pull request
Jan 27, 2022
haroldsphinx
added a commit
that referenced
this pull request
Jan 27, 2022
# This is the 1st commit message: rebase # This is the commit message #2: rebase # This is the commit message #3: add origin # This is the commit message #4: Delete build-artifacts.yml # This is the commit message #5: rebase # This is the commit message #6: fixes #535 (#553) * fixes #535 * don't skip integration tests * remove ref: main * get github ref from action * try base_ref * try GITHUB_SHA * GITHUB_REF_NAME * back to GITHUB_SHA * checkout pull request commit * renamee to release-pipeline * back to Co-authored-by: Seun Lanlege <seunlanlege@gmail.com> # This is the commit message #7: fetch depth
haroldsphinx
added a commit
that referenced
this pull request
Jan 27, 2022
# This is the 1st commit message: fetch depth # The commit message #2 will be skipped: # Update checkout action # The commit message #3 will be skipped: # Update checkout action # The commit message #4 will be skipped: # Update checkout action # The commit message #5 will be skipped: # Update checkout action
haroldsphinx
added a commit
that referenced
this pull request
Jan 27, 2022
# This is the 1st commit message: fetch depth # The commit message #2 will be skipped: # Update checkout action # The commit message #3 will be skipped: # Update checkout action # The commit message #4 will be skipped: # Update checkout action # The commit message #5 will be skipped: # Update checkout action # The commit message #6 will be skipped: # Update checkout action # The commit message #7 will be skipped: # Update checkout action
haroldsphinx
added a commit
that referenced
this pull request
Jan 27, 2022
# This is the 1st commit message: fetch depth # The commit message #2 will be skipped: # Update checkout action # The commit message #3 will be skipped: # Update checkout action # The commit message #4 will be skipped: # Update checkout action # The commit message #5 will be skipped: # Update checkout action # The commit message #6 will be skipped: # Update checkout action # The commit message #7 will be skipped: # Update checkout action # The commit message #8 will be skipped: # Update checkout action # The commit message #9 will be skipped: # Update checkout action # The commit message #10 will be skipped: # Update checkout action
haroldsphinx
added a commit
that referenced
this pull request
Jan 27, 2022
# This is the 1st commit message: fetch depth # The commit message #2 will be skipped: # Update checkout action # The commit message #3 will be skipped: # Update checkout action # The commit message #4 will be skipped: # Update checkout action # The commit message #5 will be skipped: # Update checkout action # The commit message #6 will be skipped: # Update checkout action # The commit message #7 will be skipped: # Update checkout action # The commit message #8 will be skipped: # Update checkout action # The commit message #9 will be skipped: # Update checkout action # The commit message #10 will be skipped: # Update checkout action # The commit message #11 will be skipped: # Update checkout action # The commit message #12 will be skipped: # Update checkout action # The commit message #13 will be skipped: # Update checkout action # The commit message #14 will be skipped: # Update checkout action # The commit message #15 will be skipped: # Update checkout action # The commit message #16 will be skipped: # Update checkout action # The commit message #17 will be skipped: # Update checkout action
seunlanlege
added a commit
that referenced
this pull request
Oct 6, 2022
* add function to instantiate parachain client * implement finality notification for parachains * implement fetching mmr update proof * some progress * custom events * add some useful comments * query connection events * Update src/chain/parachain.rs Signed-off-by: Web3 Smith <31099392+Wizdave97@users.noreply.github.com> * read events to find out ibc messages * channel events * handle connection events * minor fix * fetch connection end with proof * channel messages * packet messages * IbcProvider * adds cargo fmt * look ma, no errors :D * minor fix * update chain implementation for parachains * minor fix * fix build errors * fix * fix comments * implement parachain query functions * get packet timeout messages * define and implement key provider trait * submit extrinsics to parachain * refactor extrinsic signer and key provider * statically define pallet ibc calls * use latest metadata when submitting extrinsics * allow multiple schemes in parachain keyprovider trait * implement submitting create message client to parachain * add comments * some comments * some changes * update trait implementations * rehydrate client state * update account id definition in key provider * updated latest height query for parachain client * use the same function to submit all sudo calls * parachain ibc test * token transfer test * update setup function * implement stream for latest ibc events * use event stream in setup function * updated tests to use event stream * minor fix * ibc event stream * minor fix * fixes commitment decoding and subxt metadata * refactor * update latest height function * restructuring * fix sudo call encoding * better error messages * ok so we can create connections * pass signature as associated type * fix signed_commitment decoding * create more specific error variants * minor fix * dynamically build subxt from running node * elide lifetimes * update errors * rename methods * print finalized heads * print finalized heads * print leaf indices * query_latest_ibc_events now works * update consensus state * client state update works * minor fix * wip * refactor relayer code * finished * turn on build scripts * remove client state caching * todo: remove caching * removes all caching * better checks * remove beefy height cache * wait for client update event on both chains * update client after creation * fix connection creation issue * wait for parachains to start producing blocks * connection proofs wip * read_child_proof_check works * fix ping params * adds test for sendping * update ibc ping calls * update ibc-rs * wip * minimal logging * more logs * can now use jsonrpsee generated methods for queries * use typed interface for all rpc queries * update calls * add todo * create individual clients * token transfer test * minor fix * temp fix * update toml file * update toml * send tokens forward and backwards * fix duplicate message submissions * remove query_client_state_from * refactor ping test * use env_logger * some more logging stuff * log event names only Signed-off-by: Web3 Smith <31099392+Wizdave97@users.noreply.github.com> Co-authored-by: Seun Lanlege <seunlanlege@gmail.com> Co-authored-by: Web3 Philosopher <seun@composable.finance>
dzmitry-lahoda
added a commit
that referenced
this pull request
Dec 14, 2022
# This is the 1st commit message: lfs # This is the commit message #2: staging migration Signed-off-by: Dzmitry Lahoda <dzmitry@lahoda.pro> # This is the commit message #3: picasso # This is the commit message #4: yamlgit add .git add . # This is the commit message #5: fmt; reuse; clean Signed-off-by: Dzmitry Lahoda <dzmitry@lahoda.pro> # This is the commit message #6: trying replace nixops devnet # This is the commit message #7: fixed container # This is the commit message #8: zombies in compose # This is the commit message #9: getting routes # This is the commit message #10: ops mapping # This is the commit message #11: returned garbage for happy refactoring # This is the commit message #12: more # This is the commit message #13: revert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Config
implementations and modifyconstruct_runtime!