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

Bump 2.0.8-1 #449

Merged
merged 1 commit into from
Jan 21, 2021
Merged

Bump 2.0.8-1 #449

merged 1 commit into from
Jan 21, 2021

Conversation

liuchengxu
Copy link
Contributor

No description provided.

@liuchengxu liuchengxu merged commit 80b1021 into master Jan 21, 2021
@liuchengxu liuchengxu deleted the 2.0.8-1 branch January 21, 2021 07:29
liuchengxu added a commit that referenced this pull request Feb 4, 2021
* Enable clippy check

* Revert clippy check

* Remove CC1 (#446)

* Bump 2.0.8-1 (#449)

* Update Substrate to bb0fb2965f9eb59c305ce0c294962d3317a29ece

but incomplete, basically make it compile, there are still some FIXMEs and TODOs.

* Fix format

* Fix test compile

* Remove debugging print

* Workaround for a potential Substrate glitch

* Add malan runtime (#463)

* ChainX TC0

* Update btc testnet header

* Use Testnet in xpallet-system

* Add ptc0 chain

* Bump spec version to 7

* Fast governance processure

* Add malan runtime

* Add malan.json

* Rename chainx-dev-runtime to dev-runtime

* Use dns in bootnode

* Fix clippy under runtime-benchmarks feature

* Update error message for invalid chain option

* Add two more malan bootnodes

* Rebuild malan genesis config

* Update btc genesis

* Use new manlan config

* Update malan.json

* Use new malan.json

* Rebuild malan runtime

Since we currently has only one executor(`chainx`), we must use
spec_name = "chainx" in the runtime code.

* Update malan.json

* Use malan.json

* Clean up unused code

* Revert chainx.json changes

* Fix malan runtime build

* Add btc_2.0.json

* Handle multi runtime properly (#473)

* Handle multi runtime properly

* Split out service crate

* Run cargo fmt

* Reenable new_light()

* Split out service/client.rs

* Cargo fmt

* Clean up
liuchengxu added a commit that referenced this pull request Feb 6, 2021
* Enable clippy check

* Revert clippy check

* Remove CC1 (#446)

* Bump 2.0.8-1 (#449)

* Update Substrate to bb0fb2965f9eb59c305ce0c294962d3317a29ece

but incomplete, basically make it compile, there are still some FIXMEs and TODOs.

* Fix format

* Fix test compile

* Remove debugging print

* Workaround for a potential Substrate glitch

* Add malan runtime (#463)

* ChainX TC0

* Update btc testnet header

* Use Testnet in xpallet-system

* Add ptc0 chain

* Bump spec version to 7

* Fast governance processure

* Add malan runtime

* Add malan.json

* Rename chainx-dev-runtime to dev-runtime

* Use dns in bootnode

* Fix clippy under runtime-benchmarks feature

* Update error message for invalid chain option

* Add two more malan bootnodes

* Rebuild malan genesis config

* Update btc genesis

* Use new manlan config

* Update malan.json

* Use new malan.json

* Rebuild malan runtime

Since we currently has only one executor(`chainx`), we must use
spec_name = "chainx" in the runtime code.

* Update malan.json

* Use malan.json

* Clean up unused code

* Revert chainx.json changes

* Fix malan runtime build

* Add btc_2.0.json

* Handle multi runtime properly (#473)

* Handle multi runtime properly

* Split out service crate

* Run cargo fmt

* Reenable new_light()

* Split out service/client.rs

* Cargo fmt

* Clean up

* Update Substrate to 93b231e79f5b4e551c34234e89fa4a2e5e9c1510

* Remove tmp btc_2.0.json

* Update Substrate to 81ca765646c35c7676ec2f86e718bf1f6a5cc274

* Update Substrate to bc69520ae4abb78ca89a57ff9af8887d598ce048

* Update Substrate to 075796f75f754a712ebb417c8b17633f7b88adf1

* Update Substrate to f14488dfca012659297d2b4676fab91c179095dd

* Fix test

* Fix todo! with current impl

* Fix fmt

* Fix btc v2 mock
liuchengxu added a commit that referenced this pull request Mar 18, 2021
* Enable clippy check

* Revert clippy check

* Remove CC1 (#446)

* Bump 2.0.8-1 (#449)

* Update Substrate to bb0fb2965f9eb59c305ce0c294962d3317a29ece

but incomplete, basically make it compile, there are still some FIXMEs and TODOs.

* Fix format

* Fix test compile

* Remove debugging print

* Workaround for a potential Substrate glitch

* Add malan runtime (#463)

* ChainX TC0

* Update btc testnet header

* Use Testnet in xpallet-system

* Add ptc0 chain

* Bump spec version to 7

* Fast governance processure

* Add malan runtime

* Add malan.json

* Rename chainx-dev-runtime to dev-runtime

* Use dns in bootnode

* Fix clippy under runtime-benchmarks feature

* Update error message for invalid chain option

* Add two more malan bootnodes

* Rebuild malan genesis config

* Update btc genesis

* Use new manlan config

* Update malan.json

* Use new malan.json

* Rebuild malan runtime

Since we currently has only one executor(`chainx`), we must use
spec_name = "chainx" in the runtime code.

* Update malan.json

* Use malan.json

* Clean up unused code

* Revert chainx.json changes

* Fix malan runtime build

* Add btc_2.0.json

* Handle multi runtime properly (#473)

* Handle multi runtime properly

* Split out service crate

* Run cargo fmt

* Reenable new_light()

* Split out service/client.rs

* Cargo fmt

* Clean up

* Update Substrate to 93b231e79f5b4e551c34234e89fa4a2e5e9c1510

* Remove tmp btc_2.0.json

* Update Substrate to 81ca765646c35c7676ec2f86e718bf1f6a5cc274

* Update Substrate to bc69520ae4abb78ca89a57ff9af8887d598ce048

* Update Substrate to 075796f75f754a712ebb417c8b17633f7b88adf1

* Update Substrate to f14488dfca012659297d2b4676fab91c179095dd

* Fix test

* Fix todo! with current impl

* Update Substrate to 3.0.0

* MIgrate assets-registrar test to construct_runtime!

* Migrate xpallet_assets test to construct_runtime!

* Migrate all tests to construct_runtime!

* Update orml-* to 0.4.0

* Remove patches in Cargo.toml

* Impl ReportLongevity properly

* Cargo fmt

* Reset malan (#479)

* Add Proxy module (#478)

* Add Proxy module

* Cargo fmt

* Bump spec version

* Update to the latest master of Substrate

Ref paritytech/substrate#8117

* Fix wrong feature gate on grandpa after splitting out service crate

* Cargo fmt

* Replace sc-finality-grandpa-wrap-sync git dep using crates.io dep
liuchengxu added a commit that referenced this pull request Mar 19, 2021
* Fix wrong feature gate about grandpa in service

* Update btc bridge 2.0 to Substrate 3.0.0 (#509)

* Enable clippy check

* Revert clippy check

* Remove CC1 (#446)

* Bump 2.0.8-1 (#449)

* Update Substrate to bb0fb2965f9eb59c305ce0c294962d3317a29ece

but incomplete, basically make it compile, there are still some FIXMEs and TODOs.

* Fix format

* Fix test compile

* Remove debugging print

* Workaround for a potential Substrate glitch

* Add malan runtime (#463)

* ChainX TC0

* Update btc testnet header

* Use Testnet in xpallet-system

* Add ptc0 chain

* Bump spec version to 7

* Fast governance processure

* Add malan runtime

* Add malan.json

* Rename chainx-dev-runtime to dev-runtime

* Use dns in bootnode

* Fix clippy under runtime-benchmarks feature

* Update error message for invalid chain option

* Add two more malan bootnodes

* Rebuild malan genesis config

* Update btc genesis

* Use new manlan config

* Update malan.json

* Use new malan.json

* Rebuild malan runtime

Since we currently has only one executor(`chainx`), we must use
spec_name = "chainx" in the runtime code.

* Update malan.json

* Use malan.json

* Clean up unused code

* Revert chainx.json changes

* Fix malan runtime build

* Add btc_2.0.json

* Handle multi runtime properly (#473)

* Handle multi runtime properly

* Split out service crate

* Run cargo fmt

* Reenable new_light()

* Split out service/client.rs

* Cargo fmt

* Clean up

* Update Substrate to 93b231e79f5b4e551c34234e89fa4a2e5e9c1510

* Remove tmp btc_2.0.json

* Update Substrate to 81ca765646c35c7676ec2f86e718bf1f6a5cc274

* Update Substrate to bc69520ae4abb78ca89a57ff9af8887d598ce048

* Update Substrate to 075796f75f754a712ebb417c8b17633f7b88adf1

* Update Substrate to f14488dfca012659297d2b4676fab91c179095dd

* Fix test

* Fix todo! with current impl

* Update Substrate to 3.0.0

* MIgrate assets-registrar test to construct_runtime!

* Migrate xpallet_assets test to construct_runtime!

* Migrate all tests to construct_runtime!

* Update orml-* to 0.4.0

* Remove patches in Cargo.toml

* Impl ReportLongevity properly

* Cargo fmt

* Reset malan (#479)

* Add Proxy module (#478)

* Add Proxy module

* Cargo fmt

* Bump spec version

* Update to the latest master of Substrate

Ref paritytech/substrate#8117

* Fix wrong feature gate on grandpa after splitting out service crate

* Cargo fmt

* Replace sc-finality-grandpa-wrap-sync git dep using crates.io dep

* Cargo fmt
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