Skip to content

Commit 01d20f3

Browse files
igorsyligorsyl
authored andcommitted
Merge branch 'staging' into feat/tests
2 parents 4f5a3c2 + 009cea0 commit 01d20f3

File tree

15 files changed

+756
-856
lines changed

15 files changed

+756
-856
lines changed

.github/workflows/check-rust.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# runs cargo fmt
2424
cargo-fmt:
2525
name: cargo fmt
26-
runs-on: ubuntu-latest
26+
runs-on: SubtensorCI
2727
env:
2828
RUST_BACKTRACE: full
2929
steps:
@@ -46,7 +46,7 @@ jobs:
4646

4747
cargo-clippy-default-features:
4848
name: cargo clippy
49-
runs-on: ubuntu-latest
49+
runs-on: SubtensorCI
5050
env:
5151
RUST_BACKTRACE: full
5252
SKIP_WASM_BUILD: 1
@@ -67,7 +67,7 @@ jobs:
6767

6868
cargo-check-lints:
6969
name: check custom lints
70-
runs-on: ubuntu-latest
70+
runs-on: SubtensorCI
7171
env:
7272
RUSTFLAGS: -D warnings
7373
RUST_BACKTRACE: full
@@ -92,7 +92,7 @@ jobs:
9292
9393
cargo-clippy-all-features:
9494
name: cargo clippy --all-features
95-
runs-on: ubuntu-latest
95+
runs-on: SubtensorCI
9696
env:
9797
RUST_BACKTRACE: full
9898
SKIP_WASM_BUILD: 1
@@ -114,7 +114,7 @@ jobs:
114114
# runs cargo test --workspace --all-features
115115
cargo-test:
116116
name: cargo test
117-
runs-on: ubuntu-latest
117+
runs-on: SubtensorCI
118118
env:
119119
RUST_BACKTRACE: full
120120
SKIP_WASM_BUILD: 1
@@ -136,7 +136,7 @@ jobs:
136136
# ensures cargo fix has no trivial changes that can be applied
137137
cargo-fix:
138138
name: cargo fix
139-
runs-on: ubuntu-latest
139+
runs-on: SubtensorCI
140140
env:
141141
RUST_BACKTRACE: full
142142
SKIP_WASM_BUILD: 1
@@ -167,7 +167,7 @@ jobs:
167167
168168
check-feature-propagation:
169169
name: zepter run check
170-
runs-on: ubuntu-latest
170+
runs-on: SubtensorCI
171171

172172
steps:
173173
- name: Checkout
@@ -182,4 +182,4 @@ jobs:
182182
run: cargo install --locked -q zepter && zepter --version
183183

184184
- name: Check features
185-
run: zepter run check
185+
run: zepter run check

CHANGELOG.MD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 3.0.3 /2025-02-13
4+
5+
## What's Changed
6+
* Fix KeyPair.regenerate_* methods using seed @roman-opentensor in https://github.com/opentensor/btwallet/pull/96
7+
8+
**Full Changelog**: https://github.com/opentensor/btwallet/compare/v3.0.2...v3.0.3
9+
310
## 3.0.2 /2025-02-06
411

512
## What's Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bittensor_wallet"
3-
version = "3.0.2"
3+
version = "3.0.3"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)