Commit 1c50295
Feat/devnet companion/check metadata hash extension (#649)
* draft: hotkey swap for senate
* feature-gate hash
* use 1.10.0-rc2
* add feature
* feat: remove schedule coldkey swap
* chore: fix tests
* fixes for network resumption
* chore: bump spec
* fix: add back arbitration check
* fix: hotkey
* fix: coldkey arb swap hotkey
* swap delegate stake also
* add test for this
* swap over stakinghotkeys map
* check map first
* add staking hotkeys test
* no take
* keep old stake
* add check to test
* fix some tests
* fix delegate test
* update staking hotekys maps
* init
* comment out
* add admin swap
* fix swap
* ..
* hotkey staking maps fix
* remove staking hotkeys
* remove commented code
* cargo fmt
* cargo fix --workspace
* bump spec_version to 165
* swap hotkey benchmark removed
* add migration and tests for total coldkey hotfix
* adds new test for missing hotkey value
* bump migration values
* fmt
* lock file update
* add production just target
* fmt
* clippy
* benchmarking fix
* feat: try runtime passing
* chore: remove commented code
* chore: make logs human readable
* chore: remove comments
* Update pallets/subtensor/src/lib.rs
Co-authored-by: Sam Johnson <[email protected]>
* fmt
* use rc3 with new fix polkadot-sdk/pull/4117
* incl lock
* bump CI
---------
Co-authored-by: Samuel Dare <[email protected]>
Co-authored-by: distributedstatemachine <[email protected]>
Co-authored-by: const <[email protected]>
Co-authored-by: Sam Johnson <[email protected]>
Co-authored-by: Unconst <[email protected]>1 parent ce3e87e commit 1c50295
File tree
9 files changed
+370
-280
lines changed- node
- src
- runtime
- src
- scripts
9 files changed
+370
-280
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
| |||
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| 156 | + | |
155 | 157 | | |
156 | 158 | | |
157 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| 115 | + | |
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
| |||
204 | 206 | | |
205 | 207 | | |
206 | 208 | | |
| 209 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
10 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1282 | 1282 | | |
1283 | 1283 | | |
1284 | 1284 | | |
| 1285 | + | |
1285 | 1286 | | |
1286 | 1287 | | |
1287 | 1288 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
0 commit comments