Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
ee95c5f
Fixes the symbol rendering
thewhaleking Jun 4, 2026
ec10bb0
Improves readability by using the dot notation of COLOR_PALETTE rathe…
thewhaleking Jun 4, 2026
4059dd7
Fix typo
thewhaleking Jun 4, 2026
4e66020
Merge branch 'fix/thewhaleking/visual-table-bug' into chore/thewhalek…
thewhaleking Jun 4, 2026
e0d5915
Merge pull request #990 from latent-to/fix/thewhaleking/visual-table-bug
thewhaleking Jun 4, 2026
33a3589
Merge pull request #991 from latent-to/chore/thewhaleking/use-dot-colors
thewhaleking Jun 4, 2026
6eaf8fe
Remove liquidity commands and references
thewhaleking Jun 8, 2026
18de429
Update price fetch from Swap.AlphaSqrtPrice to new runtime call
thewhaleking Jun 8, 2026
40372e4
Add test
thewhaleking Jun 8, 2026
09b6d5a
Test fix
thewhaleking Jun 8, 2026
1481012
Test fix
thewhaleking Jun 8, 2026
30f56b2
Merge pull request #992 from latent-to/feat/thewhaleking/new-balancer…
basfroman Jun 8, 2026
afbc489
Merge pull request #994 from latent-to/main
ibraheem-abe Jun 10, 2026
dc0470e
Removes old CONTRIBUTING file
thewhaleking Jun 10, 2026
1336417
Adds info about squashing and signing commits
thewhaleking Jun 10, 2026
e67c69b
Merge pull request #995 from latent-to/feat/thewhaleking/update-contrib
thewhaleking Jun 10, 2026
4b5a22c
Updates pr guard to pass instead of skip, and use correct auth for co…
thewhaleking Jun 10, 2026
fc27077
Merge pull request #996 from latent-to/fix/thewhaleking/fix-pr-guard
thewhaleking Jun 10, 2026
57add51
fix(pyproject): drop unused wheel dep
kilyanni Jun 10, 2026
8673db4
Merge branch 'staging' into pyproj-fix
thewhaleking Jun 11, 2026
29cb067
Merge pull request #997 from kilyanni/pyproj-fix
thewhaleking Jun 11, 2026
0922db2
Updates for cyscale 0.5.0
thewhaleking Jun 11, 2026
b0d8a19
Pins cyscale to 0.5.0
thewhaleking Jun 11, 2026
017e90c
feat(sudo): add min_childkey_take subnet hyperparameter
wouterharinghuizen Jun 11, 2026
1a8b433
Merge pull request #993 from wouterharinghuizen/sudo_set_min_childkey…
thewhaleking Jun 11, 2026
e07cce9
feat(wallet): add --coldkeys-only and natural sort to wallet list
wouterharinghuizen Jun 11, 2026
cc1e071
Merge pull request #999 from wouterharinghuizen/feat/wallet-list-cold…
thewhaleking Jun 11, 2026
6e1c3e0
Merge pull request #998 from latent-to/feat/thewhaleking/update-for-c…
thewhaleking Jun 11, 2026
c6d3ed0
Merge branch 'staging' into backmerge/9.22.2
thewhaleking Jun 12, 2026
b22a13b
Merge pull request #1003 from latent-to/backmerge/9.22.2
thewhaleking Jun 12, 2026
a387a3b
bump version
ibraheem-abe Jun 19, 2026
4acaef9
Merge branch 'main' into release/9.23.0
ibraheem-abe Jun 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/pr-guard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ permissions:
pull-requests: write

on:
pull_request:
pull_request_target:
types: [ opened, edited, synchronize, reopened ]

jobs:
target-branch:
if: github.base_ref == 'main' && !startsWith(github.head_ref, 'release')
runs-on: ubuntu-latest
steps:
- name: Comment and fail when targeting main from a non-release branch
if: github.base_ref == 'main' && !startsWith(github.head_ref, 'release')
uses: actions/github-script@v9
with:
script: |
Expand All @@ -23,7 +23,7 @@ jobs:
issue_number: context.issue.number,
body: 'PRs need to be open against staging.',
});
core.setFailed('PRs need to be open against the 'staging' branch.');
core.setFailed("PRs need to be open against the 'staging' branch.");
signed-commits:
runs-on: ubuntu-latest
Expand Down
332 changes: 0 additions & 332 deletions CONTRIBUTING.md

This file was deleted.

Loading
Loading