Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove commas breaking links to authors #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
50 changes: 10 additions & 40 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
"title": "AEP Purpose and Guidelines",
"status": "Final",
"type": "Meta",
"author": [
"Greg Osuri (@gosuri)",
"Adam Bozanich (@boz)"
],
"author": "Greg Osuri (@gosuri) Adam Bozanich (@boz)",
"discussions-to": "https://github.com/ovrclk/aep/issues/1",
"created": "2020-03-09T00:00:00.000Z",
"updated": "2020-03-17T00:00:00.000Z"
Expand All @@ -24,10 +21,7 @@
{
"aep": 11,
"title": "Managed Services Market",
"author": [
"Greg Osuri (@gosuri)",
"Adam Bozanich (@boz)"
],
"author": "Greg Osuri (@gosuri) Adam Bozanich (@boz)",
"status": "Draft",
"type": "Standard",
"category": "Core",
Expand All @@ -38,10 +32,7 @@
{
"aep": 12,
"title": "Trusted Execution Environment (TEE)",
"author": [
"Adam Bozanich (@boz)",
"Greg Osuri (@gosuri)"
],
"author": "Adam Bozanich (@boz) Greg Osuri (@gosuri)",
"discussions-to": "https://github.com/orgs/akash-network/discussions/614",
"status": "Draft",
"type": "Standard",
Expand All @@ -54,10 +45,7 @@
{
"aep": 13,
"title": "Mainnet 2: DCX Platform",
"author": [
"Kaustubh Patral (@kaustubhkapatral)",
"Greg Osuri (@gosuri)"
],
"author": "Kaustubh Patral (@kaustubhkapatral) Greg Osuri (@gosuri)",
"status": "Final",
"type": "Standard",
"category": "Core",
Expand Down Expand Up @@ -130,10 +118,7 @@
{
"aep": 19,
"title": "Open Development Model",
"author": [
"Greg Osuri (@gosuri)",
"Anil Murty (@anilmurty)"
],
"author": "Greg Osuri (@gosuri) Anil Murty (@anilmurty)",
"status": "Final",
"type": "Meta",
"created": "2022-12-19T00:00:00.000Z",
Expand Down Expand Up @@ -424,10 +409,7 @@
{
"aep": 4,
"title": "Testnet: Alpha",
"author": [
"Greg Osuri (@gosuri)",
"Adam Bozanich (@boz)"
],
"author": "Greg Osuri (@gosuri) Adam Bozanich (@boz)",
"status": "Final",
"type": "Meta",
"requires": [
Expand Down Expand Up @@ -561,10 +543,7 @@
{
"aep": 5,
"title": "AKT: Akash Network Token & Mining Economics",
"author": [
"Greg Osuri (@gosuri)",
"Adam Bozanich (@boz)"
],
"author": "Greg Osuri (@gosuri) Adam Bozanich (@boz)",
"status": "Final",
"type": "Standard",
"category": "Economics",
Expand Down Expand Up @@ -718,10 +697,7 @@
{
"aep": 7,
"title": "Incentivized Testnet 1: Akashian Challenge Phase 1",
"author": [
"Greg Osuri (@gosuri)",
"Chris Remus (@chris-remus)"
],
"author": "Greg Osuri (@gosuri) Chris Remus (@chris-remus)",
"status": "Final",
"type": "Meta",
"requires": 5,
Expand All @@ -734,10 +710,7 @@
{
"aep": 8,
"title": "Mainnet 1: Security",
"author": [
"Greg Osuri (@gosuri)",
"Adam Bozanich (@boz)"
],
"author": "Greg Osuri (@gosuri) Adam Bozanich (@boz)",
"status": "Final",
"type": "Standard",
"category": "Core",
Expand All @@ -749,10 +722,7 @@
{
"aep": 9,
"title": "Trusted Providers",
"author": [
"Greg Osuri (@gosuri)",
"Adam Bozanich (@boz)"
],
"author": "Greg Osuri (@gosuri) Adam Bozanich (@boz)",
"status": "Final",
"type": "Standard",
"category": "Core",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions spec/aep-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ aep: 1
title: AEP Purpose and Guidelines
status: Final
type: Meta
author: Greg Osuri (@gosuri), Adam Bozanich (@boz)
author: Greg Osuri (@gosuri) Adam Bozanich (@boz)
discussions-to: https://github.com/ovrclk/aep/issues/1
created: 2020-03-09
updated: 2020-03-17
Expand Down Expand Up @@ -266,4 +266,4 @@ This document was derived heavily from [Ethereum's EIP-1] written by Martin Becz

## Copyright

All content herein is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
All content herein is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
2 changes: 1 addition & 1 deletion spec/aep-11/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
aep: 11
title: Managed Services Market
author: Greg Osuri (@gosuri), Adam Bozanich (@boz)
author: Greg Osuri (@gosuri) Adam Bozanich (@boz)
status: Draft
type: Standard
category: Core
Expand Down
2 changes: 1 addition & 1 deletion spec/aep-12/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
aep: 12
title: Trusted Execution Environment (TEE)
author: Adam Bozanich (@boz), Greg Osuri (@gosuri)
author: Adam Bozanich (@boz) Greg Osuri (@gosuri)
discussions-to: https://github.com/orgs/akash-network/discussions/614
status: Draft
type: Standard
Expand Down
4 changes: 2 additions & 2 deletions spec/aep-13/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
aep: 13
title: "Mainnet 2: DCX Platform"
author: Kaustubh Patral (@kaustubhkapatral), Greg Osuri (@gosuri)
author: Kaustubh Patral (@kaustubhkapatral) Greg Osuri (@gosuri)
status: Final
type: Standard
category: Core
Expand Down Expand Up @@ -81,4 +81,4 @@ In the event of upgrade complications, a well-defined rollback procedure should

## Copyright

All content herein is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
All content herein is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
4 changes: 2 additions & 2 deletions spec/aep-19/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
aep: 19
title: "Open Development Model"
author: Greg Osuri (@gosuri), Anil Murty (@anilmurty)
author: Greg Osuri (@gosuri) Anil Murty (@anilmurty)
status: Final
type: Meta
created: 2022-12-19
Expand Down Expand Up @@ -49,4 +49,4 @@ Regular meetings help the Akash Network community operate more efficiently. If n

## Announcements

* [Public Cloud is a Public Utility](https://akash.network/blog/public-cloud-is-a-public-utility/)
* [Public Cloud is a Public Utility](https://akash.network/blog/public-cloud-is-a-public-utility/)
2 changes: 1 addition & 1 deletion spec/aep-4/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
aep: 4
title: "Testnet: Alpha"
author: Greg Osuri (@gosuri), Adam Bozanich (@boz)
author: Greg Osuri (@gosuri) Adam Bozanich (@boz)
status: Final
type: Meta
requires: 2, 3
Expand Down
2 changes: 1 addition & 1 deletion spec/aep-5/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
aep: 5
title: "AKT: Akash Network Token & Mining Economics"
author: Greg Osuri (@gosuri), Adam Bozanich (@boz)
author: Greg Osuri (@gosuri) Adam Bozanich (@boz)
status: Final
type: Standard
category: Economics
Expand Down
4 changes: 2 additions & 2 deletions spec/aep-7/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
aep: 7
title: "Incentivized Testnet 1: Akashian Challenge Phase 1"
author: Greg Osuri (@gosuri), Chris Remus (@chris-remus)
author: Greg Osuri (@gosuri) Chris Remus (@chris-remus)
status: Final
type: Meta
requires: 5
Expand Down Expand Up @@ -67,4 +67,4 @@ A total of **3 million AKT (3% of AKT)** is allocated for rewards that include:

## Copyright

All content herein is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
All content herein is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
2 changes: 1 addition & 1 deletion spec/aep-8/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
aep: 8
title: "Mainnet 1: Security"
author: Greg Osuri (@gosuri), Adam Bozanich (@boz)
author: Greg Osuri (@gosuri) Adam Bozanich (@boz)
status: Final
type: Standard
category: Core
Expand Down
2 changes: 1 addition & 1 deletion spec/aep-9/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
aep: 9
title: Trusted Providers
author: Greg Osuri (@gosuri), Adam Bozanich (@boz)
author: Greg Osuri (@gosuri) Adam Bozanich (@boz)
status: Final
type: Standard
category: Core
Expand Down