-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release centrifuge 1024 client 1035 (#1607)
* feat: new weights altair * feat: new weights centrifuge * wip * migrations: Add migration for account data * migrations: Adjust pre upgrade logic for accounts * migrations: Log total count for accounts * migrations: Log total count for accounts with frozen and reserved balance * deps: Remove double orml-tokens dep * migrations: Add test account data for balances * fix: account info checks * fix: local docker setup * CI release bug fixes (#1611) * Fix main branch detection for docker build * Try out GHA for Pages deployment * Docker build clean up workflow * publish docker in all non-PR events * fix docs cache (github token) * Deploy docs only from main branch * revert docker build machine size * Fix: Transfer debt (#1615) * fix: blocking transfer debt by epoch and redemptions. * feat: make change_id deterministic * fix: build * chore(deps): bump google-github-actions/auth from 1.1.1 to 1.2.0 (#1614) Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@35b0e87...f105ef0) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Guillermo Perez <[email protected]> * fix: minor stuff balances migration * chore: bump development version, rm dummy migration * chore: bump MaxFeedValues from 10 to 500 * fix: toml versions * fix: remove balance migration from runtimes * refactor: remove balance migration from codebase * chore: update dev weights * chore: update cfg weights * chore: altair weights * fix: enable XCM benches for dev * chore: bump dev to 1035 chore: bump lock * fix: missed renaming fix: weights fix: allowlist weights * chore: bump client to 0.10.35 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: cdamian <[email protected]> Co-authored-by: William Freudenberger <[email protected]> Co-authored-by: Guillermo Perez <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f131108
commit ccbc3a1
Showing
124 changed files
with
3,553 additions
and
3,189 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "centrifuge-chain" | ||
version = "0.10.34" | ||
version = "0.10.35" | ||
authors = ["Centrifuge <[email protected]>"] | ||
description = "Centrifuge chain implementation in Rust." | ||
build = "build.rs" | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Oops, something went wrong.