From e5e027be01eb0b372da0ff8a70273ea1e7cef079 Mon Sep 17 00:00:00 2001 From: Rumeelhussainbnb Date: Tue, 1 Aug 2023 17:46:04 +0500 Subject: [PATCH 1/3] Restructured repo and added BEP1.1 for opBNB --- BEP-225.md => BEPs/BEP-225.md | 0 BEP-229.md => BEPs/BEP-229.md | 0 BEP-230.md => BEPs/BEP-230.md | 0 BEPs/BEP1.1.md | 45 ++++++++++++++++++ BEP1.md => BEPs/BEP1.md | 0 BEP10.md => BEPs/BEP10.md | 0 BEP12.md => BEPs/BEP12.md | 0 BEP126.md => BEPs/BEP126.md | 0 BEP127.md => BEPs/BEP127.md | 0 BEP128.md => BEPs/BEP128.md | 0 BEP130.md => BEPs/BEP130.md | 0 BEP131.md => BEPs/BEP131.md | 0 BEP151.md => BEPs/BEP151.md | 0 BEP153.md => BEPs/BEP153.md | 0 BEP159.md => BEPs/BEP159.md | 0 BEP171.md => BEPs/BEP171.md | 0 BEP172.md => BEPs/BEP172.md | 0 BEP173.md => BEPs/BEP173.md | 0 BEP174.md => BEPs/BEP174.md | 0 BEP18.md => BEPs/BEP18.md | 0 BEP188.md => BEPs/BEP188.md | 0 BEP19.md => BEPs/BEP19.md | 0 BEP194.md => BEPs/BEP194.md | 0 BEP2.md => BEPs/BEP2.md | 0 BEP20.md => BEPs/BEP20.md | 0 BEP212.md => BEPs/BEP212.md | 0 BEP216.md => BEPs/BEP216.md | 0 BEP217.md => BEPs/BEP217.md | 0 BEP221.md => BEPs/BEP221.md | 0 BEP226.md => BEPs/BEP226.md | 0 BEP227.md => BEPs/BEP227.md | 0 BEP228.md => BEPs/BEP228.md | 0 BEP231.md => BEPs/BEP231.md | 0 BEP255.md => BEPs/BEP255.md | 0 BEP3.md => BEPs/BEP3.md | 0 BEP39.md => BEPs/BEP39.md | 0 BEP6.md => BEPs/BEP6.md | 0 BEP64.md => BEPs/BEP64.md | 0 BEP67.md => BEPs/BEP67.md | 0 BEP70.md => BEPs/BEP70.md | 0 BEP8.md => BEPs/BEP8.md | 0 BEP82.md => BEPs/BEP82.md | 0 BEP84.md => BEPs/BEP84.md | 0 BEP86.md => BEPs/BEP86.md | 0 BEP87.md => BEPs/BEP87.md | 0 BEP89.md => BEPs/BEP89.md | 0 BEP9.md => BEPs/BEP9.md | 0 BEP91.md => BEPs/BEP91.md | 0 BEP93.md => BEPs/BEP93.md | 0 BEP95.md => BEPs/BEP95.md | 0 .../BEP-188/broadcast_without_limit.png | Bin .../assets}/BEP-188/consensus_adaption.png | Bin .../BEP-188/early_broadcast_with_limit.png | Bin .../assets}/BEP-188/mining_process_normal.png | Bin .../assets}/BEP-225/Complexity_Regression.png | Bin .../assets}/BEP-225/GQuad_Change.png | Bin {assets => BEPs/assets}/bep-1/workflow.png | Bin .../assets}/bep-128/reward-distribution.png | Bin .../assets}/bep-130/1_overview.png | Bin .../assets}/bep-130/2_workflow.png | Bin .../assets}/bep-130/3_pipeline.png | Bin {assets => BEPs/assets}/bep-130/4_init.png | Bin .../assets}/bep-130/5_dispatcher.png | Bin {assets => BEPs/assets}/bep-130/6_stages.png | Bin .../assets}/bep-130/7_conflict_window.png | Bin .../assets}/bep-131/5.1_overview.png | Bin .../assets}/bep-131/5.2_workflow.png | Bin .../assets}/bep-131/5.5_election.png | Bin .../assets}/bep-153/5.1_framework.jpg | Bin {assets => BEPs/assets}/bep-153/5.2_stake.jpg | Bin .../assets}/bep-153/5.3_errorhandle.jpg | Bin .../assets}/bep-153/SampleStakingContract.sol | 0 .../assets}/bep-194/node_distribution.png | Bin README.md | 2 +- 74 files changed, 46 insertions(+), 1 deletion(-) rename BEP-225.md => BEPs/BEP-225.md (100%) rename BEP-229.md => BEPs/BEP-229.md (100%) rename BEP-230.md => BEPs/BEP-230.md (100%) create mode 100644 BEPs/BEP1.1.md rename BEP1.md => BEPs/BEP1.md (100%) rename BEP10.md => BEPs/BEP10.md (100%) rename BEP12.md => BEPs/BEP12.md (100%) rename BEP126.md => BEPs/BEP126.md (100%) rename BEP127.md => BEPs/BEP127.md (100%) rename BEP128.md => BEPs/BEP128.md (100%) rename BEP130.md => BEPs/BEP130.md (100%) rename BEP131.md => BEPs/BEP131.md (100%) rename BEP151.md => BEPs/BEP151.md (100%) rename BEP153.md => BEPs/BEP153.md (100%) rename BEP159.md => BEPs/BEP159.md (100%) rename BEP171.md => BEPs/BEP171.md (100%) rename BEP172.md => BEPs/BEP172.md (100%) rename BEP173.md => BEPs/BEP173.md (100%) rename BEP174.md => BEPs/BEP174.md (100%) rename BEP18.md => BEPs/BEP18.md (100%) rename BEP188.md => BEPs/BEP188.md (100%) rename BEP19.md => BEPs/BEP19.md (100%) rename BEP194.md => BEPs/BEP194.md (100%) rename BEP2.md => BEPs/BEP2.md (100%) rename BEP20.md => BEPs/BEP20.md (100%) rename BEP212.md => BEPs/BEP212.md (100%) rename BEP216.md => BEPs/BEP216.md (100%) rename BEP217.md => BEPs/BEP217.md (100%) rename BEP221.md => BEPs/BEP221.md (100%) rename BEP226.md => BEPs/BEP226.md (100%) rename BEP227.md => BEPs/BEP227.md (100%) rename BEP228.md => BEPs/BEP228.md (100%) rename BEP231.md => BEPs/BEP231.md (100%) rename BEP255.md => BEPs/BEP255.md (100%) rename BEP3.md => BEPs/BEP3.md (100%) rename BEP39.md => BEPs/BEP39.md (100%) rename BEP6.md => BEPs/BEP6.md (100%) rename BEP64.md => BEPs/BEP64.md (100%) rename BEP67.md => BEPs/BEP67.md (100%) rename BEP70.md => BEPs/BEP70.md (100%) rename BEP8.md => BEPs/BEP8.md (100%) rename BEP82.md => BEPs/BEP82.md (100%) rename BEP84.md => BEPs/BEP84.md (100%) rename BEP86.md => BEPs/BEP86.md (100%) rename BEP87.md => BEPs/BEP87.md (100%) rename BEP89.md => BEPs/BEP89.md (100%) rename BEP9.md => BEPs/BEP9.md (100%) rename BEP91.md => BEPs/BEP91.md (100%) rename BEP93.md => BEPs/BEP93.md (100%) rename BEP95.md => BEPs/BEP95.md (100%) rename {assets => BEPs/assets}/BEP-188/broadcast_without_limit.png (100%) rename {assets => BEPs/assets}/BEP-188/consensus_adaption.png (100%) rename {assets => BEPs/assets}/BEP-188/early_broadcast_with_limit.png (100%) rename {assets => BEPs/assets}/BEP-188/mining_process_normal.png (100%) rename {assets => BEPs/assets}/BEP-225/Complexity_Regression.png (100%) rename {assets => BEPs/assets}/BEP-225/GQuad_Change.png (100%) rename {assets => BEPs/assets}/bep-1/workflow.png (100%) rename {assets => BEPs/assets}/bep-128/reward-distribution.png (100%) rename {assets => BEPs/assets}/bep-130/1_overview.png (100%) rename {assets => BEPs/assets}/bep-130/2_workflow.png (100%) rename {assets => BEPs/assets}/bep-130/3_pipeline.png (100%) rename {assets => BEPs/assets}/bep-130/4_init.png (100%) rename {assets => BEPs/assets}/bep-130/5_dispatcher.png (100%) rename {assets => BEPs/assets}/bep-130/6_stages.png (100%) rename {assets => BEPs/assets}/bep-130/7_conflict_window.png (100%) rename {assets => BEPs/assets}/bep-131/5.1_overview.png (100%) rename {assets => BEPs/assets}/bep-131/5.2_workflow.png (100%) rename {assets => BEPs/assets}/bep-131/5.5_election.png (100%) rename {assets => BEPs/assets}/bep-153/5.1_framework.jpg (100%) rename {assets => BEPs/assets}/bep-153/5.2_stake.jpg (100%) rename {assets => BEPs/assets}/bep-153/5.3_errorhandle.jpg (100%) rename {assets => BEPs/assets}/bep-153/SampleStakingContract.sol (100%) rename {assets => BEPs/assets}/bep-194/node_distribution.png (100%) diff --git a/BEP-225.md b/BEPs/BEP-225.md similarity index 100% rename from BEP-225.md rename to BEPs/BEP-225.md diff --git a/BEP-229.md b/BEPs/BEP-229.md similarity index 100% rename from BEP-229.md rename to BEPs/BEP-229.md diff --git a/BEP-230.md b/BEPs/BEP-230.md similarity index 100% rename from BEP-230.md rename to BEPs/BEP-230.md diff --git a/BEPs/BEP1.1.md b/BEPs/BEP1.1.md new file mode 100644 index 00000000..d6b12ad0 --- /dev/null +++ b/BEPs/BEP1.1.md @@ -0,0 +1,45 @@ +
+  BEP: 1.1
+  Title: Purpose and Guidelines
+  Status: Living
+  Type: Process
+  Created: 2023-08-01
+
+ +# BEP 1.1: Purpose and Guidelines + +This BEP is a continution to [BEP-1](BEP1.md) that describes the purpose and guidelines for BEPs. BEP stands for BNB Chain Evolution Proposal. Each BEP will be a proposal document providing information to the BNB Chain, inclusive of BNB Beacon Chain, BNB Smart Chain and opBNB. + +- [BEP 1.1: Purpose and Guidelines](#bep-11-purpose-and-guidelines) + - [1. What is opBNB?](#1-what-is-opbnb) + - [2. Adaptability - the core of opBNB](#2-adaptability---the-core-of-opbnb) + - [3. BNB Foundation Stewardship](#3-bnb-foundation-stewardship) + - [4. Rights and Responsibilities of BNB Community](#4-rights-and-responsibilities-of-bnb-community) + - [5. opBNB and Progress](#5-opbnb-and-progress) + - [6. Guidelines](#6-guidelines) + +## 1. What is opBNB + +opBNB is a layer-2 scaling solution for the BNB Smart Chain, constructed on the foundation of decentralized governance and driven by the aspirations of its community. This Provisional Governance Framework provides the structure for sustainable, adaptable, and democratic governance that's built to endure and evolve. + +## 2. Adaptability - the core of opBNB + +Recognizing the complexity and unpredictability of the future, opBNB embarks on this journey with a Provisional Governance Framework that will adapt and grow iteratively over time. The Framework will be reassessed and refined every four years to accommodate lessons learned and new dynamics within the ecosystem. + +## 3. BNB Foundation Stewardship + +The BNB Foundation, an autonomous organization, will coordinate the growth and development of opBNB. The Foundation will manage governance operations, allocate treasury assets for ecosystem growth, amend the Provisional Governance Framework, and gradually transition its responsibilities to the community, fostering a more decentralized model over time. + +## 4. Rights and Responsibilities of BNB Community + +BNB communities are granted the right to participate in the ecosystem's decision-making processes. This includes the right to propose and vote on significant changes, delegate their decision-making rights to others, and receive delegation from others, ensuring a sense of collective ownership and participatory democracy. (more information regarding voting process will be provided in a follow-up article) + +## 5. opBNB and Progress + +opBNB is committed to positive and progressive development. We believe in the power of our community to overcome challenges and create a more inclusive, efficient, and prosperous ecosystem. + +This Provisional Governance Framework is a foundation for shaping our unique governance model that aligns with opBNB's needs and vision. It's a living document, subject to refinement through community feedback and shared decision-making. + +## 6. Guidelines + +Refer to [BEP1](BEP1.md) for guidelines for BEPs. diff --git a/BEP1.md b/BEPs/BEP1.md similarity index 100% rename from BEP1.md rename to BEPs/BEP1.md diff --git a/BEP10.md b/BEPs/BEP10.md similarity index 100% rename from BEP10.md rename to BEPs/BEP10.md diff --git a/BEP12.md b/BEPs/BEP12.md similarity index 100% rename from BEP12.md rename to BEPs/BEP12.md diff --git a/BEP126.md b/BEPs/BEP126.md similarity index 100% rename from BEP126.md rename to BEPs/BEP126.md diff --git a/BEP127.md b/BEPs/BEP127.md similarity index 100% rename from BEP127.md rename to BEPs/BEP127.md diff --git a/BEP128.md b/BEPs/BEP128.md similarity index 100% rename from BEP128.md rename to BEPs/BEP128.md diff --git a/BEP130.md b/BEPs/BEP130.md similarity index 100% rename from BEP130.md rename to BEPs/BEP130.md diff --git a/BEP131.md b/BEPs/BEP131.md similarity index 100% rename from BEP131.md rename to BEPs/BEP131.md diff --git a/BEP151.md b/BEPs/BEP151.md similarity index 100% rename from BEP151.md rename to BEPs/BEP151.md diff --git a/BEP153.md b/BEPs/BEP153.md similarity index 100% rename from BEP153.md rename to BEPs/BEP153.md diff --git a/BEP159.md b/BEPs/BEP159.md similarity index 100% rename from BEP159.md rename to BEPs/BEP159.md diff --git a/BEP171.md b/BEPs/BEP171.md similarity index 100% rename from BEP171.md rename to BEPs/BEP171.md diff --git a/BEP172.md b/BEPs/BEP172.md similarity index 100% rename from BEP172.md rename to BEPs/BEP172.md diff --git a/BEP173.md b/BEPs/BEP173.md similarity index 100% rename from BEP173.md rename to BEPs/BEP173.md diff --git a/BEP174.md b/BEPs/BEP174.md similarity index 100% rename from BEP174.md rename to BEPs/BEP174.md diff --git a/BEP18.md b/BEPs/BEP18.md similarity index 100% rename from BEP18.md rename to BEPs/BEP18.md diff --git a/BEP188.md b/BEPs/BEP188.md similarity index 100% rename from BEP188.md rename to BEPs/BEP188.md diff --git a/BEP19.md b/BEPs/BEP19.md similarity index 100% rename from BEP19.md rename to BEPs/BEP19.md diff --git a/BEP194.md b/BEPs/BEP194.md similarity index 100% rename from BEP194.md rename to BEPs/BEP194.md diff --git a/BEP2.md b/BEPs/BEP2.md similarity index 100% rename from BEP2.md rename to BEPs/BEP2.md diff --git a/BEP20.md b/BEPs/BEP20.md similarity index 100% rename from BEP20.md rename to BEPs/BEP20.md diff --git a/BEP212.md b/BEPs/BEP212.md similarity index 100% rename from BEP212.md rename to BEPs/BEP212.md diff --git a/BEP216.md b/BEPs/BEP216.md similarity index 100% rename from BEP216.md rename to BEPs/BEP216.md diff --git a/BEP217.md b/BEPs/BEP217.md similarity index 100% rename from BEP217.md rename to BEPs/BEP217.md diff --git a/BEP221.md b/BEPs/BEP221.md similarity index 100% rename from BEP221.md rename to BEPs/BEP221.md diff --git a/BEP226.md b/BEPs/BEP226.md similarity index 100% rename from BEP226.md rename to BEPs/BEP226.md diff --git a/BEP227.md b/BEPs/BEP227.md similarity index 100% rename from BEP227.md rename to BEPs/BEP227.md diff --git a/BEP228.md b/BEPs/BEP228.md similarity index 100% rename from BEP228.md rename to BEPs/BEP228.md diff --git a/BEP231.md b/BEPs/BEP231.md similarity index 100% rename from BEP231.md rename to BEPs/BEP231.md diff --git a/BEP255.md b/BEPs/BEP255.md similarity index 100% rename from BEP255.md rename to BEPs/BEP255.md diff --git a/BEP3.md b/BEPs/BEP3.md similarity index 100% rename from BEP3.md rename to BEPs/BEP3.md diff --git a/BEP39.md b/BEPs/BEP39.md similarity index 100% rename from BEP39.md rename to BEPs/BEP39.md diff --git a/BEP6.md b/BEPs/BEP6.md similarity index 100% rename from BEP6.md rename to BEPs/BEP6.md diff --git a/BEP64.md b/BEPs/BEP64.md similarity index 100% rename from BEP64.md rename to BEPs/BEP64.md diff --git a/BEP67.md b/BEPs/BEP67.md similarity index 100% rename from BEP67.md rename to BEPs/BEP67.md diff --git a/BEP70.md b/BEPs/BEP70.md similarity index 100% rename from BEP70.md rename to BEPs/BEP70.md diff --git a/BEP8.md b/BEPs/BEP8.md similarity index 100% rename from BEP8.md rename to BEPs/BEP8.md diff --git a/BEP82.md b/BEPs/BEP82.md similarity index 100% rename from BEP82.md rename to BEPs/BEP82.md diff --git a/BEP84.md b/BEPs/BEP84.md similarity index 100% rename from BEP84.md rename to BEPs/BEP84.md diff --git a/BEP86.md b/BEPs/BEP86.md similarity index 100% rename from BEP86.md rename to BEPs/BEP86.md diff --git a/BEP87.md b/BEPs/BEP87.md similarity index 100% rename from BEP87.md rename to BEPs/BEP87.md diff --git a/BEP89.md b/BEPs/BEP89.md similarity index 100% rename from BEP89.md rename to BEPs/BEP89.md diff --git a/BEP9.md b/BEPs/BEP9.md similarity index 100% rename from BEP9.md rename to BEPs/BEP9.md diff --git a/BEP91.md b/BEPs/BEP91.md similarity index 100% rename from BEP91.md rename to BEPs/BEP91.md diff --git a/BEP93.md b/BEPs/BEP93.md similarity index 100% rename from BEP93.md rename to BEPs/BEP93.md diff --git a/BEP95.md b/BEPs/BEP95.md similarity index 100% rename from BEP95.md rename to BEPs/BEP95.md diff --git a/assets/BEP-188/broadcast_without_limit.png b/BEPs/assets/BEP-188/broadcast_without_limit.png similarity index 100% rename from assets/BEP-188/broadcast_without_limit.png rename to BEPs/assets/BEP-188/broadcast_without_limit.png diff --git a/assets/BEP-188/consensus_adaption.png b/BEPs/assets/BEP-188/consensus_adaption.png similarity index 100% rename from assets/BEP-188/consensus_adaption.png rename to BEPs/assets/BEP-188/consensus_adaption.png diff --git a/assets/BEP-188/early_broadcast_with_limit.png b/BEPs/assets/BEP-188/early_broadcast_with_limit.png similarity index 100% rename from assets/BEP-188/early_broadcast_with_limit.png rename to BEPs/assets/BEP-188/early_broadcast_with_limit.png diff --git a/assets/BEP-188/mining_process_normal.png b/BEPs/assets/BEP-188/mining_process_normal.png similarity index 100% rename from assets/BEP-188/mining_process_normal.png rename to BEPs/assets/BEP-188/mining_process_normal.png diff --git a/assets/BEP-225/Complexity_Regression.png b/BEPs/assets/BEP-225/Complexity_Regression.png similarity index 100% rename from assets/BEP-225/Complexity_Regression.png rename to BEPs/assets/BEP-225/Complexity_Regression.png diff --git a/assets/BEP-225/GQuad_Change.png b/BEPs/assets/BEP-225/GQuad_Change.png similarity index 100% rename from assets/BEP-225/GQuad_Change.png rename to BEPs/assets/BEP-225/GQuad_Change.png diff --git a/assets/bep-1/workflow.png b/BEPs/assets/bep-1/workflow.png similarity index 100% rename from assets/bep-1/workflow.png rename to BEPs/assets/bep-1/workflow.png diff --git a/assets/bep-128/reward-distribution.png b/BEPs/assets/bep-128/reward-distribution.png similarity index 100% rename from assets/bep-128/reward-distribution.png rename to BEPs/assets/bep-128/reward-distribution.png diff --git a/assets/bep-130/1_overview.png b/BEPs/assets/bep-130/1_overview.png similarity index 100% rename from assets/bep-130/1_overview.png rename to BEPs/assets/bep-130/1_overview.png diff --git a/assets/bep-130/2_workflow.png b/BEPs/assets/bep-130/2_workflow.png similarity index 100% rename from assets/bep-130/2_workflow.png rename to BEPs/assets/bep-130/2_workflow.png diff --git a/assets/bep-130/3_pipeline.png b/BEPs/assets/bep-130/3_pipeline.png similarity index 100% rename from assets/bep-130/3_pipeline.png rename to BEPs/assets/bep-130/3_pipeline.png diff --git a/assets/bep-130/4_init.png b/BEPs/assets/bep-130/4_init.png similarity index 100% rename from assets/bep-130/4_init.png rename to BEPs/assets/bep-130/4_init.png diff --git a/assets/bep-130/5_dispatcher.png b/BEPs/assets/bep-130/5_dispatcher.png similarity index 100% rename from assets/bep-130/5_dispatcher.png rename to BEPs/assets/bep-130/5_dispatcher.png diff --git a/assets/bep-130/6_stages.png b/BEPs/assets/bep-130/6_stages.png similarity index 100% rename from assets/bep-130/6_stages.png rename to BEPs/assets/bep-130/6_stages.png diff --git a/assets/bep-130/7_conflict_window.png b/BEPs/assets/bep-130/7_conflict_window.png similarity index 100% rename from assets/bep-130/7_conflict_window.png rename to BEPs/assets/bep-130/7_conflict_window.png diff --git a/assets/bep-131/5.1_overview.png b/BEPs/assets/bep-131/5.1_overview.png similarity index 100% rename from assets/bep-131/5.1_overview.png rename to BEPs/assets/bep-131/5.1_overview.png diff --git a/assets/bep-131/5.2_workflow.png b/BEPs/assets/bep-131/5.2_workflow.png similarity index 100% rename from assets/bep-131/5.2_workflow.png rename to BEPs/assets/bep-131/5.2_workflow.png diff --git a/assets/bep-131/5.5_election.png b/BEPs/assets/bep-131/5.5_election.png similarity index 100% rename from assets/bep-131/5.5_election.png rename to BEPs/assets/bep-131/5.5_election.png diff --git a/assets/bep-153/5.1_framework.jpg b/BEPs/assets/bep-153/5.1_framework.jpg similarity index 100% rename from assets/bep-153/5.1_framework.jpg rename to BEPs/assets/bep-153/5.1_framework.jpg diff --git a/assets/bep-153/5.2_stake.jpg b/BEPs/assets/bep-153/5.2_stake.jpg similarity index 100% rename from assets/bep-153/5.2_stake.jpg rename to BEPs/assets/bep-153/5.2_stake.jpg diff --git a/assets/bep-153/5.3_errorhandle.jpg b/BEPs/assets/bep-153/5.3_errorhandle.jpg similarity index 100% rename from assets/bep-153/5.3_errorhandle.jpg rename to BEPs/assets/bep-153/5.3_errorhandle.jpg diff --git a/assets/bep-153/SampleStakingContract.sol b/BEPs/assets/bep-153/SampleStakingContract.sol similarity index 100% rename from assets/bep-153/SampleStakingContract.sol rename to BEPs/assets/bep-153/SampleStakingContract.sol diff --git a/assets/bep-194/node_distribution.png b/BEPs/assets/bep-194/node_distribution.png similarity index 100% rename from assets/bep-194/node_distribution.png rename to BEPs/assets/bep-194/node_distribution.png diff --git a/README.md b/README.md index 6e244619..e451dcf1 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ BEP stands for BNB Evolution Proposal. Each BEP will be a proposal document providing information to the BNB Chain ecosystem and community. - Here is the list of subjects of BEPs: | Number | Title | Type | Status | | -------------------- | ---------------------------------------------------------- | --------- | ------- | | [BEP-1](BEP1.md) | Purpose and Guidelines of BEP | Process | Living | +| [BEP-1.1](BEP1.1.md) | Purpose and Guidelines of BEP for opBNB | Process | Living | | [BEP-2](BEP2.md) | Tokens on BNB Beacon Chain | Standards | Enabled | | [BEP-3](BEP3.md) | HTLC and Atomic Peg | Standards | Enabled | | [BEP-6](BEP6.md) | Delist Trading Pairs on BNB Beacon Chain | Standards | Enabled | From 87200584e0437372cb7572a4176d17cbae5c1b8d Mon Sep 17 00:00:00 2001 From: Rumeelhussainbnb Date: Tue, 1 Aug 2023 17:51:25 +0500 Subject: [PATCH 2/3] updated links to BEPs in README.md --- README.md | 68 +++++++++++++++++++++++++++---------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index e451dcf1..0474a793 100644 --- a/README.md +++ b/README.md @@ -6,40 +6,40 @@ Here is the list of subjects of BEPs: | Number | Title | Type | Status | | -------------------- | ---------------------------------------------------------- | --------- | ------- | -| [BEP-1](BEP1.md) | Purpose and Guidelines of BEP | Process | Living | -| [BEP-1.1](BEP1.1.md) | Purpose and Guidelines of BEP for opBNB | Process | Living | -| [BEP-2](BEP2.md) | Tokens on BNB Beacon Chain | Standards | Enabled | -| [BEP-3](BEP3.md) | HTLC and Atomic Peg | Standards | Enabled | -| [BEP-6](BEP6.md) | Delist Trading Pairs on BNB Beacon Chain | Standards | Enabled | -| [BEP-8](BEP8.md) | Mini-BEP2 Tokens | Standards | Enabled | -| [BEP-9](BEP9.md) | Time Locking of Tokens on BNB Beacon Chain | Standards | Enabled | -| [BEP-10](BEP10.md) | Registered Types for Transaction Source | Standards | Enabled | -| [BEP-12](BEP12.md) | Introduce Customized Scripts and Transfer Memo Validation | Standards | Enabled | -| [BEP-18](BEP18.md) | State sync enhancement | Standards | Enabled | -| [BEP-19](BEP19.md) | Introduce Maker and Taker for Match Engine | Standards | Enabled | -| [BEP-20](BEP20.md) | Tokens on BNB Smart Chain | Standards | Enabled | -| [BEP-67](BEP67.md) | Price-based Order | Standards | Enabled | -| [BEP-70](BEP70.md) | List and Trade BUSD Pairs | Standards | Enabled | -| [BEP-82](BEP82.md) | Token Ownership Changes | Standards | Enabled | -| [BEP-84](BEP84.md) | Mirror BEP20 to BNB Beacon Chain | Standards | Enabled | -| [BEP-86](BEP86.md) | Dynamic Extra Incentive For BSC Relayers | Standards | Enabled | -| [BEP-87](BEP87.md) | Token Symbol Minimum Length Change | Standards | Enabled | -| [BEP-89](BEP89.md) | Visual Fork of BNB Smart Chain | Standards | Enabled | -| [BEP-91](BEP91.md) | Increase Block Gas Ceiling for BNB Smart Chain | Standards | Enabled | -| [BEP-93](BEP93.md) | Diff Sync Protocol on BSC | Standards | Enabled | -| [BEP-95](BEP95.md) | Introduce Real-Time Burning Mechanism | Standards | Enabled | -| [BEP-126](BEP126.md) | Introduce Fast Finality Mechanism | Standards | Draft | -| [BEP-127](BEP127.md) | Temporary Maintenance Mode for Validators | Standards | Enabled | -| [BEP-128](BEP128.md) | Improvement on BNB Smart Chain Staking Reward Distribution | Standards | Enabled | -| [BEP-131](BEP131.md) | Introduce candidate validators onto BNB Smart Chain | Standards | Enabled | -| [BEP-151](BEP151.md) | Decommission Decentralized Exchange on BNB Beacon Chain | Standards | Enabled | -| [BEP-153](BEP153.md) | Introduce native staking onto BNB Smart Chain | Standards | Enabled | -| [BEP-159](BEP159.md) | Introduce A New Staking Mechanism on BNB Beacon Chain | Standards | Draft | -| [BEP-171](BEP171.md) | Security Enhancement for Cross-Chain Module | Standards | Draft | -| [BEP-172](BEP172.md) | Network Stability Enhancement On Slash Occur | Standards | Draft | -| [BEP-173](BEP173.md) | Introduce Text Governance Proposal for BNB Smart Chain | Standards | Enabled | -| [BEP-174](BEP174.md) | Cross Chain Relayer Management | Standards | Draft | -| [BEP-188](BEP188.md) | Early Broadcast Mature Block For In-Turn Validators | Standards | Draft | +| [BEP-1](./BEPs/BEP1.md) | Purpose and Guidelines of BEP | Process | Living | +| [BEP-1.1](./BEPs/BEP1.1.md) | Purpose and Guidelines of BEP for opBNB | Process | Living | +| [BEP-2](./BEPs/BEP2.md) | Tokens on BNB Beacon Chain | Standards | Enabled | +| [BEP-3](./BEPs/BEP3.md) | HTLC and Atomic Peg | Standards | Enabled | +| [BEP-6](./BEPs/BEP6.md) | Delist Trading Pairs on BNB Beacon Chain | Standards | Enabled | +| [BEP-8](./BEPs/BEP8.md) | Mini-BEP2 Tokens | Standards | Enabled | +| [BEP-9](./BEPs/BEP9.md) | Time Locking of Tokens on BNB Beacon Chain | Standards | Enabled | +| [BEP-10](./BEPs/BEP10.md) | Registered Types for Transaction Source | Standards | Enabled | +| [BEP-12](./BEPs/BEP12.md) | Introduce Customized Scripts and Transfer Memo Validation | Standards | Enabled | +| [BEP-18](./BEPs/BEP18.md) | State sync enhancement | Standards | Enabled | +| [BEP-19](./BEPs/BEP19.md) | Introduce Maker and Taker for Match Engine | Standards | Enabled | +| [BEP-20](./BEPs/BEP20.md) | Tokens on BNB Smart Chain | Standards | Enabled | +| [BEP-67](./BEPs/BEP67.md) | Price-based Order | Standards | Enabled | +| [BEP-70](./BEPs/BEP70.md) | List and Trade BUSD Pairs | Standards | Enabled | +| [BEP-82](./BEPs/BEP82.md) | Token Ownership Changes | Standards | Enabled | +| [BEP-84](./BEPs/BEP84.md) | Mirror BEP20 to BNB Beacon Chain | Standards | Enabled | +| [BEP-86](./BEPs/BEP86.md) | Dynamic Extra Incentive For BSC Relayers | Standards | Enabled | +| [BEP-87](./BEPs/BEP87.md) | Token Symbol Minimum Length Change | Standards | Enabled | +| [BEP-89](./BEPs/BEP89.md) | Visual Fork of BNB Smart Chain | Standards | Enabled | +| [BEP-91](./BEPs/BEP91.md) | Increase Block Gas Ceiling for BNB Smart Chain | Standards | Enabled | +| [BEP-93](./BEPs/BEP93.md) | Diff Sync Protocol on BSC | Standards | Enabled | +| [BEP-95](./BEPs/BEP95.md) | Introduce Real-Time Burning Mechanism | Standards | Enabled | +| [BEP-126](./BEPs/BEP126.md) | Introduce Fast Finality Mechanism | Standards | Draft | +| [BEP-127](./BEPs/BEP127.md) | Temporary Maintenance Mode for Validators | Standards | Enabled | +| [BEP-128](./BEPs/BEP128.md) | Improvement on BNB Smart Chain Staking Reward Distribution | Standards | Enabled | +| [BEP-131](./BEPs/BEP131.md) | Introduce candidate validators onto BNB Smart Chain | Standards | Enabled | +| [BEP-151](./BEPs/BEP151.md) | Decommission Decentralized Exchange on BNB Beacon Chain | Standards | Enabled | +| [BEP-153](./BEPs/BEP153.md) | Introduce native staking onto BNB Smart Chain | Standards | Enabled | +| [BEP-159](./BEPs/BEP159.md) | Introduce A New Staking Mechanism on BNB Beacon Chain | Standards | Draft | +| [BEP-171](./BEPs/BEP171.md) | Security Enhancement for Cross-Chain Module | Standards | Draft | +| [BEP-172](./BEPs/BEP172.md) | Network Stability Enhancement On Slash Occur | Standards | Draft | +| [BEP-173](./BEPs/BEP173.md) | Introduce Text Governance Proposal for BNB Smart Chain | Standards | Enabled | +| [BEP-174](./BEPs/BEP174.md) | Cross Chain Relayer Management | Standards | Draft | +| [BEP-188](./BEPs/BEP188.md) | Early Broadcast Mature Block For In-Turn Validators | Standards | Draft | # BNB Chain Upgrades [BNB Chain Upgrades(Mainnet): History & Forecast](https://forum.bnbchain.org/t/bnb-chain-upgrades-mainnet/936) From 184c372559b8f98815d8b603e10f979e479f066f Mon Sep 17 00:00:00 2001 From: Rumeelhussainbnb Date: Wed, 2 Aug 2023 12:16:23 +0500 Subject: [PATCH 3/3] updated readme to remove BEP1.1 for opBNB --- BEPs/BEP1.1.md | 45 --------------------------------------------- README.md | 1 - 2 files changed, 46 deletions(-) delete mode 100644 BEPs/BEP1.1.md diff --git a/BEPs/BEP1.1.md b/BEPs/BEP1.1.md deleted file mode 100644 index d6b12ad0..00000000 --- a/BEPs/BEP1.1.md +++ /dev/null @@ -1,45 +0,0 @@ -
-  BEP: 1.1
-  Title: Purpose and Guidelines
-  Status: Living
-  Type: Process
-  Created: 2023-08-01
-
- -# BEP 1.1: Purpose and Guidelines - -This BEP is a continution to [BEP-1](BEP1.md) that describes the purpose and guidelines for BEPs. BEP stands for BNB Chain Evolution Proposal. Each BEP will be a proposal document providing information to the BNB Chain, inclusive of BNB Beacon Chain, BNB Smart Chain and opBNB. - -- [BEP 1.1: Purpose and Guidelines](#bep-11-purpose-and-guidelines) - - [1. What is opBNB?](#1-what-is-opbnb) - - [2. Adaptability - the core of opBNB](#2-adaptability---the-core-of-opbnb) - - [3. BNB Foundation Stewardship](#3-bnb-foundation-stewardship) - - [4. Rights and Responsibilities of BNB Community](#4-rights-and-responsibilities-of-bnb-community) - - [5. opBNB and Progress](#5-opbnb-and-progress) - - [6. Guidelines](#6-guidelines) - -## 1. What is opBNB - -opBNB is a layer-2 scaling solution for the BNB Smart Chain, constructed on the foundation of decentralized governance and driven by the aspirations of its community. This Provisional Governance Framework provides the structure for sustainable, adaptable, and democratic governance that's built to endure and evolve. - -## 2. Adaptability - the core of opBNB - -Recognizing the complexity and unpredictability of the future, opBNB embarks on this journey with a Provisional Governance Framework that will adapt and grow iteratively over time. The Framework will be reassessed and refined every four years to accommodate lessons learned and new dynamics within the ecosystem. - -## 3. BNB Foundation Stewardship - -The BNB Foundation, an autonomous organization, will coordinate the growth and development of opBNB. The Foundation will manage governance operations, allocate treasury assets for ecosystem growth, amend the Provisional Governance Framework, and gradually transition its responsibilities to the community, fostering a more decentralized model over time. - -## 4. Rights and Responsibilities of BNB Community - -BNB communities are granted the right to participate in the ecosystem's decision-making processes. This includes the right to propose and vote on significant changes, delegate their decision-making rights to others, and receive delegation from others, ensuring a sense of collective ownership and participatory democracy. (more information regarding voting process will be provided in a follow-up article) - -## 5. opBNB and Progress - -opBNB is committed to positive and progressive development. We believe in the power of our community to overcome challenges and create a more inclusive, efficient, and prosperous ecosystem. - -This Provisional Governance Framework is a foundation for shaping our unique governance model that aligns with opBNB's needs and vision. It's a living document, subject to refinement through community feedback and shared decision-making. - -## 6. Guidelines - -Refer to [BEP1](BEP1.md) for guidelines for BEPs. diff --git a/README.md b/README.md index 0474a793..13b8ed62 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ Here is the list of subjects of BEPs: | Number | Title | Type | Status | | -------------------- | ---------------------------------------------------------- | --------- | ------- | | [BEP-1](./BEPs/BEP1.md) | Purpose and Guidelines of BEP | Process | Living | -| [BEP-1.1](./BEPs/BEP1.1.md) | Purpose and Guidelines of BEP for opBNB | Process | Living | | [BEP-2](./BEPs/BEP2.md) | Tokens on BNB Beacon Chain | Standards | Enabled | | [BEP-3](./BEPs/BEP3.md) | HTLC and Atomic Peg | Standards | Enabled | | [BEP-6](./BEPs/BEP6.md) | Delist Trading Pairs on BNB Beacon Chain | Standards | Enabled |