Skip to content

Commit fa0e3ec

Browse files
authored
feat: add aep-80,81. updates status and dates for 78,78 (#83)
Signed-off-by: Artur Troian <troian@users.noreply.github.com> Co-authored-by: Artur Troian <troian@users.noreply.github.com>
1 parent 7796191 commit fa0e3ec

7 files changed

Lines changed: 1012 additions & 14 deletions

File tree

INDEX.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@
7575
| [73](spec/aep-73) | Console - New Product Announcement feature | Draft | Standard/Interface | 2025-07-31 | | 2026-05-31 |
7676
| [74](spec/aep-74) | Console - Auto Credit Reload | Draft | Standard/Interface | 2025-07-31 | 2025-12-31 | |
7777
| [75](spec/aep-75) | Multi-depositor escrow account | Final | Standard/Core | 2025-08-18 | 2025-08-30 | |
78-
| [76](spec/aep-76) | Burn Mint Equilibrium On Akash | Draft | Standard/Economics | 2025-09-21 | | 2026-03-30 |
78+
| [76](spec/aep-76) | Burn Mint Equilibrium On Akash | Draft | Standard/Economics | 2025-09-21 | | 2026-03-23 |
7979
| [77](spec/aep-77) | Multi-depositor escrow account | Final | Standard/Core | 2025-08-18 | 2025-10-21 | |
80-
| [78](spec/aep-78) | Enable CosmWasm Smart Contracts on Akash Network | Draft | Standard/Core | 2025-11-14 | | 2026-03-30 |
81-
| [79](spec/aep-79) | Akash on Shared Security | Final | Standard/Core | 2025-12-15 | | 2026-12-31 |
80+
| [78](spec/aep-78) | Enable CosmWasm Smart Contracts on Akash Network | Final | Standard/Core | 2025-11-14 | | 2026-03-23 |
81+
| [79](spec/aep-79) | Akash on Shared Security | Final | Standard/Core | 2025-12-15 | | 2026-12-31 |
82+
| [80](spec/aep-80) | On-Chain Oracle Module | Final | Standard/Core | 2026-03-06 | | 2026-03-23 |
83+
| [81](spec/aep-81) | Pyth Price feed Integration | Final | Standard/Core | 2026-03-06 | | 2026-03-23 |

ROADMAP.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@
3939
| [34](spec/aep-34) | Workload Log Forwarding via Akash Console | 2026-02-28 | Minor |
4040
| [37](spec/aep-37) | Lease control API via GRPC | 2026-02-28 | Minor |
4141
| [39](spec/aep-39) | Lease Termination Reasons | 2026-03-15 | Minor |
42-
| [76](spec/aep-76) | Burn Mint Equilibrium On Akash | 2026-03-30 | Major |
43-
| [78](spec/aep-78) | Enable CosmWasm Smart Contracts on Akash Network | 2026-03-30 | Major |
42+
| [76](spec/aep-76) | Burn Mint Equilibrium On Akash | 2026-03-23 | Major |
43+
| [78](spec/aep-78) | Enable CosmWasm Smart Contracts on Akash Network | 2026-03-23 | Major |
44+
| [80](spec/aep-80) | On-Chain Oracle Module | 2026-03-23 | Major |
45+
| [81](spec/aep-81) | Pyth Price feed Integration | 2026-03-23 | Major |
4446
| [49](spec/aep-49) | Virtual Machines | 2026-03-31 | Major |
4547
| [60](spec/aep-60) | Akash HomeNode - MVP | 2026-03-31 | Major |
4648
| [67](spec/aep-67) | Console Bid PreCheck | 2026-04-30 | Major |

index.json

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -904,8 +904,8 @@
904904
"type": "Standard",
905905
"category": "Economics",
906906
"created": "2025-09-21T00:00:00.000Z",
907-
"updated": "2025-09-21T00:00:00.000Z",
908-
"estimated-completion": "2026-03-30T00:00:00.000Z",
907+
"updated": "2026-03-06T00:00:00.000Z",
908+
"estimated-completion": "2026-03-23T00:00:00.000Z",
909909
"roadmap": "major",
910910
"replaces": 55
911911
},
@@ -925,12 +925,12 @@
925925
"aep": 78,
926926
"title": "Enable CosmWasm Smart Contracts on Akash Network",
927927
"author": "Artur Troian (@troian)",
928-
"status": "Draft",
928+
"status": "Final",
929929
"type": "Standard",
930930
"category": "Core",
931931
"roadmap": "major",
932932
"created": "2025-11-14T00:00:00.000Z",
933-
"estimated-completion": "2026-03-30T00:00:00.000Z"
933+
"estimated-completion": "2026-03-23T00:00:00.000Z"
934934
},
935935
{
936936
"aep": 79,
@@ -956,6 +956,33 @@
956956
"completed": "2020-09-25T00:00:00.000Z",
957957
"roadmap": "major"
958958
},
959+
{
960+
"aep": 80,
961+
"title": "On-Chain Oracle Module",
962+
"author": "Artur Troian (@troian)",
963+
"status": "Final",
964+
"type": "Standard",
965+
"category": "Core",
966+
"created": "2026-03-06T00:00:00.000Z",
967+
"estimated-completion": "2026-03-23T00:00:00.000Z",
968+
"roadmap": "major",
969+
"requires": 76
970+
},
971+
{
972+
"aep": 81,
973+
"title": "Pyth Price feed Integration",
974+
"author": "Artur Troian (@troian)",
975+
"status": "Final",
976+
"type": "Standard",
977+
"category": "Core",
978+
"created": "2026-03-06T00:00:00.000Z",
979+
"estimated-completion": "2026-03-23T00:00:00.000Z",
980+
"roadmap": "major",
981+
"requires": [
982+
"76",
983+
"80"
984+
]
985+
},
959986
{
960987
"aep": 9,
961988
"title": "Trusted Providers",

spec/aep-76/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ status: Draft
66
type: Standard
77
category: Economics
88
created: 2025-09-21
9-
updated: 2025-09-21
10-
estimated-completion: 2026-03-30
9+
updated: 2026-03-06
10+
estimated-completion: 2026-03-23
1111
roadmap: major
1212
replaces: 55
1313
---
@@ -485,4 +485,4 @@ MsgBurnACT {
485485
* **Does this harm providers?** No. Providers are paid AKT valued at the invoice’s USD amount using the settlement TWAP. No take‑rate applies to their payout.
486486

487487
[^1]: AKT is trading at $1.14 with a circulating supply of 278,583,970 as of Sept 16, 2025 according to [CoinMarketCap](https://coinmarketcap.com/currencies/akash-network)
488-
[^3]: Osmosis supports on‑chain [TWAP](https://docs.osmosis.zone/overview/features/concentrated-liquidity); Cosmos SDK supports custom bank/mint flows
488+
[^3]: Osmosis supports on‑chain [TWAP](https://docs.osmosis.zone/overview/features/concentrated-liquidity); Cosmos SDK supports custom bank/mint flows

spec/aep-78/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
aep: 78
33
title: Enable CosmWasm Smart Contracts on Akash Network
44
author: Artur Troian (@troian)
5-
status: Draft
5+
status: Final
66
type: Standard
77
category: Core
88
roadmap: major
99
created: 2025-11-14
10-
estimated-completion: 2026-03-30
10+
estimated-completion: 2026-03-23
1111
---
1212

1313
## Summary

0 commit comments

Comments
 (0)