diff options
| author | Marc Vertes <mvertes@free.fr> | 2024-01-23 14:23:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-23 14:23:48 +0100 |
| commit | e02428ebd435dd2366231918f2388ab4fccf50c8 (patch) | |
| tree | 81fe5b2bdc9de2a43ebef756675be87657c93a58 | |
| parent | 828cfd1c8da5e243fd0f34530fb1a7faab49784e (diff) | |
| parent | 46fcbbb4392e2fdd3d92a95cea7efea6d2335fad (diff) | |
Merge pull request #1 from ajnavarro/proposal/vm-state-management
Add PIPs prpoposal and state management proposal
| -rw-r--r-- | docs/proposals/PIP-000.md | 35 | ||||
| -rw-r--r-- | docs/proposals/README.md | 11 |
2 files changed, 46 insertions, 0 deletions
diff --git a/docs/proposals/PIP-000.md b/docs/proposals/PIP-000.md new file mode 100644 index 0000000..67b0c3d --- /dev/null +++ b/docs/proposals/PIP-000.md @@ -0,0 +1,35 @@ +# PIP Template + +| Field | Value | +| --- | --- | +| ENIP | 0 | +| Title | PIP Template | +| Author | Antonio Navarro | +| Status | Accepted | +| Created | 2024-01-15 | +| Updated | 2024-01-18 | +| Target version | optional | + +## Abstract + +A short description of the technical issue being addressed. + +## Rationale + +Proposal motivation. + +## Specification + +Technical specification of the changes proposed. + +## Alternatives + +How the issue is currently solved or can be solved if this change is not accepted? + +## Impact + +How this change would impact parscan functionality: backward compatibility will break, performance improvements or issues, corner cases and so on. + +## References + +Links to additional documentation describing related features or other kind of related information. diff --git a/docs/proposals/README.md b/docs/proposals/README.md new file mode 100644 index 0000000..2addbeb --- /dev/null +++ b/docs/proposals/README.md @@ -0,0 +1,11 @@ +# Parscan Improvement Proposals + +## Introduction + +This is the index of Parscan Improvement Proposals, known as PIPs. + +## All Proposals by Number + +| Number | Status | Title | +| ------ | -------- |----------------------------------------------------------------------| +| 0 | Accepted | [PIP Template](PIP-000.md) | |
