From 5cf39877d143b544bf30bb08fba44f5458293225 Mon Sep 17 00:00:00 2001 From: Federico Franzoni <8609060+fed-franz@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:04:00 +0100 Subject: [PATCH] wip --- dips/dip-0002.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/dips/dip-0002.md b/dips/dip-0002.md index 0f737be..ffaff63 100644 --- a/dips/dip-0002.md +++ b/dips/dip-0002.md @@ -5,22 +5,34 @@ **Category/Type:** Core (Consensus) **Creation Date:** 20-09-2023 +--- + ## Abstract +A concise technical summary of the proposal. ## Motivation +Describes the issue being addressed and why the proposal is necessary. ## Technical Specification +Detailed description of the proposed changes, including protocol changes, data structures, API alterations, and cryptographic considerations. + +## Rationale +Discussion on the decision-making process and trade-offs considered. ## Backwards Compatibility +Analysis of how the proposal interacts with existing features or might affect backward compatibility. + +## Test Cases +Practical examples and test cases for validating the proposed changes. ## Implementation +Reference to the implementation code; this may include links to PRs in external repositories. ## Security Considerations +Assessment of potential security implications and how they are addressed. -## Updates - -------------------- - - - +## References +Links to any related documents, discussions, or other relevant materials. +## Updates (Optional) +Documenting significant changes or updates to the proposal post-acceptance.