Skip to content

Commit

Permalink
chore: bump substrate depedencies (#62)
Browse files Browse the repository at this point in the history
* chore: remove eth related pallet code (#91)

* chore: remove eth related pallet code

* chore: remove eth from xtask spec

* chore: make clippy happy

* reafac: useless code cleanup (#89)

* refac: taking out useless code

* refac: got rid of `(debug_assertions)` in production code

* update: changelog

* fixed spec file

* Update CHANGELOG

Co-authored-by: Luiz Carvalho <luizcmpc@gmail.com>
Signed-off-by: JZ <115138297+Supremesource@users.noreply.github.com>

---------

Signed-off-by: JZ <115138297+Supremesource@users.noreply.github.com>
Signed-off-by: Luiz Carvalho <luizcmpc@gmail.com>
Co-authored-by: Luiz Carvalho <luizcmpc@gmail.com>

* chore: bump substrate to newest version (#93)

Bumps the substrate version to a decently new one used by Polkadot 1.10. Closes #73.

* chore: remove temporary traces

* fix: use debug format for percentages

* fix: nightly version in `rust-toolchain`

* chore: bump rust toolchain to newer nightly

This reverts commit cdf398193fc13e4be75fe0df2b6614a853d1b37c.

* fix: code substitution for halted chain

---------

Signed-off-by: JZ <115138297+Supremesource@users.noreply.github.com>
Signed-off-by: Luiz Carvalho <luizcmpc@gmail.com>
Co-authored-by: João Victor <65056371+devwckd@users.noreply.github.com>
Co-authored-by: JZ <115138297+Supremesource@users.noreply.github.com>
Co-authored-by: YourUsername <zimulajan0@gmail.com>
  • Loading branch information
4 people authored May 31, 2024
1 parent c439b93 commit bfcd75b
Show file tree
Hide file tree
Showing 56 changed files with 163,475 additions and 3,904 deletions.
7 changes: 1 addition & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,9 @@
"**/*_BASE_*": true,
"**/*_BACKUP_*": true,
"**/*_LOCAL_*": true,
"**/*_REMOTE_*": true
// "**/autogen_weights.rs": true
"**/*_REMOTE_*": true,
},
"search.exclude": {
"**/autogen_weights.rs": true
},
"rust-analyzer.linkedProjects": ["./pallets/subspace/Cargo.toml"],
"search.useParentIgnoreFiles": false,
"workbench.iconTheme": "developer-icon-theme",
//"workbench.iconTheme": "developer-icon-theme"
}
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

Fixing migration

- Deleted, or moved useless code and values of:
- Burn rate
- Min Stake

## Version 1.7.4

Spec version `114`
Expand Down
Loading

0 comments on commit bfcd75b

Please sign in to comment.