Skip to content

Commit a0a1a47

Browse files
author
Ramesh Tamilselvan
committed
chore: align GitHub standards and repo metadata
1 parent 439c7d4 commit a0a1a47

81 files changed

Lines changed: 294 additions & 282 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ assignees: ''
3636

3737
---
3838

39-
> For major protocol changes, please open an [Aethelred Improvement Proposal](https://github.com/AethelredFoundation/AIPs) instead.
39+
> For major protocol changes, please open an [Aethelred Improvement Proposal](https://github.com/aethelred-foundation/AIPs) instead.

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ updates:
1010
interval: "weekly"
1111
day: "monday"
1212
reviewers:
13-
- "AethelredFoundation/core-team"
13+
- "aethelred-foundation/core-team"
1414
labels:
1515
- "dependencies"
1616
- "go"
@@ -66,7 +66,7 @@ updates:
6666
interval: "weekly"
6767
day: "tuesday"
6868
reviewers:
69-
- "AethelredFoundation/contracts-team"
69+
- "aethelred-foundation/contracts-team"
7070
labels:
7171
- "dependencies"
7272
- "solidity"

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ We follow the [Contributor Covenant](CODE_OF_CONDUCT.md). Be kind, constructive,
2222

2323
## Ways to Contribute
2424

25-
- **Bug reports**: [Open an issue](https://github.com/AethelredFoundation/aethelred/issues/new?template=bug_report.md)
26-
- **Feature proposals**: [Open a feature request](https://github.com/AethelredFoundation/aethelred/issues/new?template=feature_request.md) or [write an AIP](https://github.com/AethelredFoundation/AIPs)
25+
- **Bug reports**: [Open an issue](https://github.com/aethelred-foundation/aethelred/issues/new?template=bug_report.md)
26+
- **Feature proposals**: [Open a feature request](https://github.com/aethelred-foundation/aethelred/issues/new?template=feature_request.md) or [write an AIP](https://github.com/aethelred-foundation/AIPs)
2727
- **Code**: Fork → branch → PR
28-
- **Documentation**: PRs to [aethelred-docs](https://github.com/AethelredFoundation/aethelred-docs)
28+
- **Documentation**: PRs to [aethelred-docs](https://github.com/aethelred-foundation/aethelred-docs)
2929
- **Discussion**: [Discord](https://discord.gg/aethelred)
3030

3131
---
@@ -36,7 +36,7 @@ We follow the [Contributor Covenant](CODE_OF_CONDUCT.md). Be kind, constructive,
3636

3737
```bash
3838
# Clone
39-
git clone https://github.com/AethelredFoundation/aethelred.git
39+
git clone https://github.com/aethelred-foundation/aethelred.git
4040
cd aethelred
4141

4242
# Install Go tools

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
</p>
1111

1212
<p align="center">
13-
<a href="https://github.com/AethelredFoundation/aethelred/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/AethelredFoundation/aethelred/ci.yml?branch=main&style=flat-square&label=CI&logo=github" alt="CI"></a>
14-
<a href="https://github.com/AethelredFoundation/aethelred/actions/workflows/security.yml"><img src="https://img.shields.io/github/actions/workflow/status/AethelredFoundation/aethelred/security.yml?branch=main&style=flat-square&label=Security&logo=shield" alt="Security"></a>
13+
<a href="https://github.com/aethelred-foundation/aethelred/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/aethelred-foundation/aethelred/ci.yml?branch=main&style=flat-square&label=CI&logo=github" alt="CI"></a>
14+
<a href="https://github.com/aethelred-foundation/aethelred/actions/workflows/security.yml"><img src="https://img.shields.io/github/actions/workflow/status/aethelred-foundation/aethelred/security.yml?branch=main&style=flat-square&label=Security&logo=shield" alt="Security"></a>
1515
<a href="docs/security/release-provenance.md"><img src="https://img.shields.io/badge/release-provenance%20tracked-0e8a16?style=flat-square" alt="Release provenance"></a>
1616
<a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-blue?style=flat-square" alt="License"></a>
1717
<a href="https://discord.gg/aethelred"><img src="https://img.shields.io/discord/aethelred?style=flat-square&logo=discord&label=Discord&color=5865F2" alt="Discord"></a>
1818
<a href="https://docs.aethelred.io"><img src="https://img.shields.io/badge/docs-aethelred.io-orange?style=flat-square" alt="Docs"></a>
19-
<a href="https://github.com/AethelredFoundation/AIPs"><img src="https://img.shields.io/badge/AIPs-proposals-purple?style=flat-square" alt="AIPs"></a>
19+
<a href="https://github.com/aethelred-foundation/AIPs"><img src="https://img.shields.io/badge/AIPs-proposals-purple?style=flat-square" alt="AIPs"></a>
2020
<a href="docs/audits/STATUS.md"><img src="https://img.shields.io/badge/audit-program%20active-f59e0b?style=flat-square" alt="Audit program active"></a>
2121
</p>
2222

@@ -104,7 +104,7 @@ aethelred/
104104

105105
```bash
106106
# 1. Clone
107-
git clone https://github.com/AethelredFoundation/aethelred.git && cd aethelred
107+
git clone https://github.com/aethelred-foundation/aethelred.git && cd aethelred
108108

109109
# 2. Start local testnet (4 validators, Docker)
110110
make local-testnet-up
@@ -126,7 +126,7 @@ aethel tx pouw submit-job \
126126

127127
## Repository Authority
128128

129-
`AethelredFoundation/aethelred` is the canonical public source of truth for the
129+
`aethelred-foundation/aethelred` is the canonical public source of truth for the
130130
Aethelred protocol.
131131

132132
- Chain releases, security patch provenance, and governance-linked source should
@@ -143,16 +143,16 @@ Aethelred protocol.
143143

144144
| Repo | Role | Monorepo Source |
145145
|---|---|---|
146-
| [contracts](https://github.com/AethelredFoundation/contracts) | Standalone Solidity distribution repo | `contracts/` |
147-
| [aethelred-sdk-ts](https://github.com/AethelredFoundation/aethelred-sdk-ts) | TypeScript / JavaScript SDK | `sdk/typescript/` |
148-
| [aethelred-sdk-py](https://github.com/AethelredFoundation/aethelred-sdk-py) | Python SDK | `sdk/python/` |
149-
| [aethelred-sdk-go](https://github.com/AethelredFoundation/aethelred-sdk-go) | Go SDK | `sdk/go/` |
150-
| [aethelred-sdk-rs](https://github.com/AethelredFoundation/aethelred-sdk-rs) | Rust SDK | `sdk/rust/` |
151-
| [aethelred-cli](https://github.com/AethelredFoundation/aethelred-cli) | Developer CLI | `tools/cli/aethel/` |
152-
| [vscode-aethelred](https://github.com/AethelredFoundation/vscode-aethelred) | VS Code extension | `tools/vscode-aethelred/` |
153-
| [aethelred-docs](https://github.com/AethelredFoundation/aethelred-docs) | Documentation site | `docs/site/` |
154-
| [AIPs](https://github.com/AethelredFoundation/AIPs) | Governance specs and protocol proposals | `docs/AIPs/` |
155-
| [cruzible](https://github.com/AethelredFoundation/cruzible) | Explorer, staking, and governance app | `dApps/cruzible/` |
146+
| [contracts](https://github.com/aethelred-foundation/contracts) | Standalone Solidity distribution repo | `contracts/` |
147+
| [aethelred-sdk-ts](https://github.com/aethelred-foundation/aethelred-sdk-ts) | TypeScript / JavaScript SDK | `sdk/typescript/` |
148+
| [aethelred-sdk-py](https://github.com/aethelred-foundation/aethelred-sdk-py) | Python SDK | `sdk/python/` |
149+
| [aethelred-sdk-go](https://github.com/aethelred-foundation/aethelred-sdk-go) | Go SDK | `sdk/go/` |
150+
| [aethelred-sdk-rs](https://github.com/aethelred-foundation/aethelred-sdk-rs) | Rust SDK | `sdk/rust/` |
151+
| [aethelred-cli](https://github.com/aethelred-foundation/aethelred-cli) | Developer CLI | `tools/cli/aethel/` |
152+
| [vscode-aethelred](https://github.com/aethelred-foundation/vscode-aethelred) | VS Code extension | `tools/vscode-aethelred/` |
153+
| [aethelred-docs](https://github.com/aethelred-foundation/aethelred-docs) | Documentation site | `docs/site/` |
154+
| [AIPs](https://github.com/aethelred-foundation/AIPs) | Governance specs and protocol proposals | `docs/AIPs/` |
155+
| [cruzible](https://github.com/aethelred-foundation/cruzible) | Explorer, staking, and governance app | `dApps/cruzible/` |
156156

157157
---
158158

@@ -190,9 +190,9 @@ Found a vulnerability? See [SECURITY.md](SECURITY.md).
190190

191191
We welcome contributions! Please read [CONTRIBUTING.md](CONTRIBUTING.md) first.
192192

193-
- [Aethelred Improvement Proposals](https://github.com/AethelredFoundation/AIPs)
193+
- [Aethelred Improvement Proposals](https://github.com/aethelred-foundation/AIPs)
194194
- [Discord](https://discord.gg/aethelred)
195-
- [Bug Reports](https://github.com/AethelredFoundation/aethelred/issues/new?template=bug_report.md)
195+
- [Bug Reports](https://github.com/aethelred-foundation/aethelred/issues/new?template=bug_report.md)
196196

197197
---
198198

SUPPORT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Where To Start
44

55
- Documentation: [docs.aethelred.io](https://docs.aethelred.io)
6-
- Canonical chain repository: [AethelredFoundation/aethelred](https://github.com/AethelredFoundation/aethelred)
7-
- Governance proposals: [AethelredFoundation/AIPs](https://github.com/AethelredFoundation/AIPs)
6+
- Canonical chain repository: [aethelred-foundation/aethelred](https://github.com/aethelred-foundation/aethelred)
7+
- Governance proposals: [aethelred-foundation/AIPs](https://github.com/aethelred-foundation/AIPs)
88
- Release provenance: [docs/security/release-provenance.md](docs/security/release-provenance.md)
99

1010
## Questions And Usage Help

contracts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</p>
77

88
<p align="center">
9-
<a href="https://github.com/AethelredFoundation/contracts/actions/workflows/contracts-ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/aethelred/contracts/contracts-ci.yml?branch=main&style=flat-square&label=CI" alt="CI"></a>
9+
<a href="https://github.com/aethelred-foundation/contracts/actions/workflows/contracts-ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/aethelred/contracts/contracts-ci.yml?branch=main&style=flat-square&label=CI" alt="CI"></a>
1010
<a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-blue?style=flat-square" alt="License"></a>
1111
<a href="https://docs.aethelred.io/contracts"><img src="https://img.shields.io/badge/docs-contracts-orange?style=flat-square" alt="Docs"></a>
1212
<img src="https://img.shields.io/badge/audit-in_progress-yellow?style=flat-square" alt="Audit">
@@ -98,4 +98,4 @@ SealVerifier
9898

9999
## Contributing
100100

101-
See [aethelred/aethelred CONTRIBUTING.md](https://github.com/AethelredFoundation/aethelred/blob/main/CONTRIBUTING.md).
101+
See [aethelred/aethelred CONTRIBUTING.md](https://github.com/aethelred-foundation/aethelred/blob/main/CONTRIBUTING.md).

contracts/foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ignore = []
7979
out = 'docs'
8080
title = 'Aethelred Bridge Contracts'
8181
book = 'https://docs.aethelred.org/contracts'
82-
repository = 'https://github.com/AethelredFoundation/contracts'
82+
repository = 'https://github.com/aethelred-foundation/contracts'
8383
ignore = ['test/**', 'script/**']
8484

8585
# RPC endpoints for fork testing

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Aethelred Team",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/AethelredFoundation/contracts.git"
9+
"url": "https://github.com/aethelred-foundation/contracts.git"
1010
},
1111
"scripts": {
1212
"compile": "hardhat compile",

docs/AIPs/AIP-0002.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ This AIP defines the initial PoUW mechanism. Future AIPs may extend it. The `Vot
105105

106106
## Implementation
107107

108-
Reference implementation: [aethelred/aethelred](https://github.com/AethelredFoundation/aethelred)
108+
Reference implementation: [aethelred/aethelred](https://github.com/aethelred-foundation/aethelred)
109109
- `app/abci.go` - ABCI++ handlers
110110
- `app/vote_extension.go` - VoteExtension types and validation
111111
- `x/pouw/keeper/` - Keeper logic (fee distribution, scheduler, slashing)

docs/AIPs/AIP-0003.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Seals are append-only. Once minted, a Seal cannot be modified or deleted. A new
9595

9696
## Implementation
9797

98-
Reference implementation: `x/seal/keeper/` in [AethelredFoundation/aethelred](https://github.com/AethelredFoundation/aethelred)
98+
Reference implementation: `x/seal/keeper/` in [aethelred-foundation/aethelred](https://github.com/aethelred-foundation/aethelred)
9999

100100
## Copyright
101101

0 commit comments

Comments
 (0)