-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update polkadot-v0.9.43 * Fix compliant error * Fix compliant errors in oak-node crate * fixup: auto format Rust code * Remove unused code * Fix automation-time RPC * Fix compliant erros with --all-features * fixup: auto format Rust code * Update frame-weight-template.hbs * Replace Weight::from_ref_time with Weight::from_parts * fixup: auto format Rust code * Remove pallet::generate_store marco * Replace set_balance with force_set_balance * Fix test cases * Set pallet-parachain-staking branch to oak-polkadot-0.9.43 * Fix trigger_tasks_limits_missed_slots unit test * fixup: auto format Rust code * Update rust version to nightly-2023-05-02 * Format Rust code * Add pallet::storage_version to Pallet definition * Add pallet migrations in turing runtime * Upgrade Bounties storage version * fixup: auto format Rust code * Set PolkadotXcm storage version to 1 * Upgrade Preimage , Scheduler storage version * Upgrade Multisig storage version * Upgrade Democracy storage version * Add pallet_xcm migration * fixup: auto format Rust code * Add comment for trigger_tasks_limits_missed_slots test case * fixup: auto format Rust code * Fix automation-price with polkadot-v0.9.43 * Update pallet-parachain-staking * Add comment for PalletXcmMigrateToV1 --------- Co-authored-by: oak-code-formatter <oak-code-formatter@users.noreply.github.com>
- Loading branch information
Showing
60 changed files
with
3,763 additions
and
3,398 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// This file is part of OAK-blockchain. | ||
|
||
// Copyright (C) OAK Network Ltd. | ||
// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0 | ||
|
||
// This program is free software: you can redistribute it and/or modify | ||
// it under the terms of the GNU General Public License as published by | ||
// the Free Software Foundation, either version 3 of the License, or | ||
// (at your option) any later version. | ||
|
||
// This program is distributed in the hope that it will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
|
||
// You should have received a copy of the GNU General Public License | ||
// along with this program. If not, see <https://www.gnu.org/licenses/>. |
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
Oops, something went wrong.