Skip to content

Commit b8ac727

Browse files
authored
Merge branch 'main' into test-names
2 parents fe5f92f + f7d71c5 commit b8ac727

31 files changed

Lines changed: 33 additions & 3394 deletions

.github/workflows/pr-check-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Prepare Hiero Solo
3636
id: solo
37-
uses: hiero-ledger/hiero-solo-action@4d42a74e8e644a2753f3bb7a2afa429305375b14 #v0.15.0
37+
uses: hiero-ledger/hiero-solo-action@692b186bd2e4c8d46b9deb1c067dc6ddcf0abcd7 #v0.15.0
3838
with:
3939
installMirrorNode: true
4040
- name: Run Examples

.github/workflows/pr-check-secondary-unit-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Prepare Hiero Solo
131131
id: solo
132-
uses: hiero-ledger/hiero-solo-action@4d42a74e8e644a2753f3bb7a2afa429305375b14 # v0.15.0
132+
uses: hiero-ledger/hiero-solo-action@692b186bd2e4c8d46b9deb1c067dc6ddcf0abcd7 # v0.15.0
133133
with:
134134
installMirrorNode: true
135135

.github/workflows/sync-issue-labels-add.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.event.workflow_run.id }}
1010
cancel-in-progress: true
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
apply:
1417
if: github.event.workflow_run.conclusion == 'success'

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
2222

2323
### Docs
2424

25+
- docs: Refactor and organise SDK documentation; delete obsolete directories (`community-calls`, `github`, `workflows`, `maintainers`, `sdk_developers/automations`) and generic guides (`signing.md`, `rebasing.md`, `merge_conflicts.md`, `changelog_entry.md`) now maintained in the upstream `sdk-collaboration-hub`; relocate `team.md` to `docs/team.md`; redirect all affected inbound links in `README.md`, `CONTRIBUTING.md`, and internal developer docs to upstream equivalents (#2101)
2526

2627
### .github
2728
- Renamed community call and office hour bots to use the `cron-` prefix (#2068)

CONTRIBUTING.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ Thank you for your interest in contributing to the Hiero Python SDK!
3838
**Detailed Docs:**
3939

4040
- [Setup Guide](docs/sdk_developers/setup.md)
41-
- [Signing Guide](docs/sdk_developers/signing.md)
42-
- [Changelog Guide](docs/sdk_developers/changelog_entry.md)
43-
- [Rebasing Guide](docs/sdk_developers/rebasing.md)
44-
- [Merge Conflicts Guide](docs/sdk_developers/merge_conflicts.md)
41+
- [Signing Guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/signing.md)
42+
- [Changelog Guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/changelog-guide.md)
43+
- [Rebasing Guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/rebasing.md)
44+
- [Merge Conflicts Guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/merge_conflicts.md)
4545
- [Testing Guide](docs/sdk_developers/testing.md)
4646

4747

@@ -103,11 +103,11 @@ We welcome blog posts! Whether you're sharing a tutorial, case study, or your ex
103103
|-------|----------------|
104104
| [Setup](docs/sdk_developers/setup.md) | Fork, clone, install, configure |
105105
| [Workflow](docs/sdk_developers/workflow.md) | Branching, committing, PRs |
106-
| [Signing](docs/sdk_developers/signing.md) | GPG + DCO commit signing |
107-
| [Changelog](docs/sdk_developers/changelog_entry.md) | Writing changelog entries |
106+
| [Signing](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/signing.md) | GPG + DCO commit signing |
107+
| [Changelog](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/changelog-guide.md) | Writing changelog entries |
108108
| [Checklist](docs/sdk_developers/checklist.md) | Pre-submission checklist |
109-
| [Rebasing](docs/sdk_developers/rebasing.md) | Keeping branch updated |
110-
| [Merge Conflicts](docs/sdk_developers/merge_conflicts.md) | Resolving conflicts |
109+
| [Rebasing](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/rebasing.md) | Keeping branch updated |
110+
| [Merge Conflicts](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/merge_conflicts.md) | Resolving conflicts |
111111
| [Types](docs/sdk_developers/types.md) | Python type hints |
112112
| [Linting](docs/sdk_developers/linting.md) | Code quality tools |
113113

@@ -158,7 +158,7 @@ git checkout your-branch
158158
git rebase main -S
159159
```
160160

161-
**Full guide:** [Rebasing Guide](docs/sdk_developers/rebasing.md)
161+
**Full guide:** [Rebasing Guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/rebasing.md)
162162

163163

164164
---

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ print(f"Balance: {balance.hbars} HBAR")
6868
- **[Setup Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/setup.md)** - First-time environment setup
6969
- **[Windows Setup Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/setup_windows.md)** - Step-by-step guide for Windows users
7070
- **[Workflow Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/workflow.md)** - Day-to-day development workflow
71-
- **[Signing Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/signing.md)** - GPG and DCO commit signing (required)
72-
- **[Changelog Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/changelog_entry.md)** - How to write changelog entries
73-
- **[Rebasing Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/rebasing.md)** - Keep your branch up-to-date
74-
- **[Merge Conflicts Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/merge_conflicts.md)** - Resolve conflicts
71+
- **[Signing Guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/signing.md)** - GPG and DCO commit signing (required)
72+
- **[Changelog Guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/changelog-guide.md)** - How to write changelog entries
73+
- **[Rebasing Guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/rebasing.md)** - Keep your branch up-to-date
74+
- **[Merge Conflicts Guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/merge_conflicts.md)** - Resolve conflicts
7575
- **[Typing Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/types.md)** - Python type hints
7676
- **[Linting Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/linting.md)** - Code quality tools
7777

docs/community-calls/18-02-25.md

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)