Skip to content

Commit b5c6964

Browse files
authored
feat: add aep-62 spec (#16)
1 parent 6957482 commit b5c6964

File tree

4 files changed

+36
-1
lines changed

4 files changed

+36
-1
lines changed

INDEX.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@
6060
| [58](spec/aep-58) | Per Node Resources in Console | Draft | Standard/Interface | 2024-01-05 | | 2025-05-15 |
6161
| [59](spec/aep-59) | Provider Notifications | Draft | Standard/Interface | 2024-01-05 | | 2025-06-15 |
6262
| [60](spec/aep-60) | Akash at Home | Draft | Meta | 2024-12-01 | | 2026-03-30 |
63-
| [61](spec/aep-61) | Enhanced Read Performance Onchain Queries | Last Call | Standard/Core | 2025-01-30 | 2025-03-12 | |
63+
| [61](spec/aep-61) | Enhanced Read Performance Onchain Queries | Last Call | Standard/Core | 2025-01-30 | 2025-03-12 | |
64+
| [62](spec/aep-62) | Add/ Remove Nodes Via Provider Console | Draft | Standard/Interface | 2024-03-15 | | 2025-04-15 |

ROADMAP.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
| [61](spec/aep-61) | Enhanced Read Performance Onchain Queries | 2025-03-12 | Major |
2525
| [56](spec/aep-56) | Unified Akash Integration API | 2025-03-15 | Major |
2626
| [35](spec/aep-35) | Realtime Pricing In Akash Console | 2025-03-30 | Minor |
27+
| [62](spec/aep-62) | Add/ Remove Nodes Via Provider Console | 2025-04-15 | Minor |
2728
| [33](spec/aep-33) | Escrow Balance Alerts in Akash Console | 2025-04-30 | Major |
2829
| [37](spec/aep-37) | Lease control API via GRPC | 2025-04-30 | Minor |
2930
| [41](spec/aep-41) | Standard Provider Attributes | 2025-04-30 | Minor |

index.json

+12
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,18 @@
728728
"completed": "2025-03-12T00:00:00.000Z",
729729
"roadmap": "major"
730730
},
731+
{
732+
"aep": 62,
733+
"title": "Add/ Remove Nodes Via Provider Console",
734+
"author": "Anil Murty (@anilmurty) igar Patel (@jigar-arc10) Deval Patel (devalpatel67)",
735+
"status": "Draft",
736+
"type": "Standard",
737+
"category": "Interface",
738+
"created": "2024-03-15T00:00:00.000Z",
739+
"updated": "2025-03-15T00:00:00.000Z",
740+
"estimated-completion": "2025-04-15T00:00:00.000Z",
741+
"roadmap": "minor"
742+
},
731743
{
732744
"aep": 7,
733745
"title": "Incentivized Testnet 1: Akashian Challenge Phase 1",

spec/aep-62/README.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
aep: 62
3+
title: "Add/ Remove Nodes Via Provider Console"
4+
author: Anil Murty (@anilmurty) igar Patel (@jigar-arc10) Deval Patel (devalpatel67)
5+
status: Draft
6+
type: Standard
7+
category: Interface
8+
created: 2024-03-15
9+
updated: 2025-03-15
10+
estimated-completion: 2025-04-15
11+
roadmap: minor
12+
---
13+
14+
15+
## Motivation
16+
17+
Akash providers frequently start out with a small cluster and then expand over time.
18+
19+
## Summary
20+
21+
With Akash Provider Console now generally available and new and existing providers onboarding on to it, we need to add support for a key feature which is the ability to easily add new nodes or remove one or more existing nodes from the cluster.

0 commit comments

Comments
 (0)