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

Add collective/democracy pallets #5

Closed

Conversation

Br1ght0ne
Copy link
Contributor

@Br1ght0ne Br1ght0ne commented Jul 19, 2021

  • add crates to runtime
  • add Config implementations and modify construct_runtime!

@Br1ght0ne Br1ght0ne requested review from flipchan and removed request for flipchan July 19, 2021 10:03
@Br1ght0ne Br1ght0ne marked this pull request as draft July 19, 2021 10:07
@Br1ght0ne
Copy link
Contributor Author

Splitting into 2 separate PRs and rebasing on top of Picasso runtime.

@Br1ght0ne Br1ght0ne closed this Aug 16, 2021
seunlanlege pushed a commit that referenced this pull request Sep 20, 2021
@seunlanlege seunlanlege deleted the oleksii/polka-60-add-collectivedemocracy-pallets-to branch October 26, 2021 11:18
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
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
gitbook-com bot pushed a commit that referenced this pull request Feb 9, 2022
seunlanlege pushed a commit that referenced this pull request Oct 6, 2022
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant