-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NEAR DA is live on the VSL Mainnet. The gas consumption is now reduced by 90%.
- Loading branch information
Showing
2 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ This repository tracks all REPs proposed by the RSS3 Community. | |
| [REP-1](./REPs/REP-1.md) | Purpose and Guidelines | <[email protected]> | Process | Living | | ||
| [REP-11](./REPs/REP-11.md) | Protocol Upgrade | [BruceXC](mailto:[email protected]), [HenryQW](mailto:[email protected]), [KallyDev](mailto:[email protected]), [Nya Candy](mailto:[email protected]), [polebug](mailto:[email protected]), [pseudoyu](mailto:[email protected]), [Thomas](mailto:[email protected]) | Protocol | Final | | ||
| [REP-16](./REPs/REP-16.md) | Staking Rewards Taxation Adjustment | [Albert](mailto:[email protected]), [HenryQW](mailto:[email protected]) | Core | Candidate | | ||
| [REP-20](./REPs/REP-20.md) | Data Availability Layer Integration | [Albert](mailto:[email protected]), [HenryQW](mailto:[email protected]) | Core | Candidate | | ||
| [REP-20](./REPs/REP-20.md) | Data Availability Layer Integration | [Albert](mailto:[email protected]), [HenryQW](mailto:[email protected]) | Core | Final | | ||
|
||
## License | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
``` | ||
REP: REP-20 | ||
Title: Data Availability Layer Integration | ||
Status: Candidate | ||
Status: Final | ||
Type: Core | ||
Created: 23 Apr 2024 | ||
Author(s): Albert <[email protected]>, HenryQW <[email protected]> | ||
|
@@ -18,7 +18,6 @@ Discussions: <https://forum.rss3.io/t/data-availability-layer-integration/136> | |
- [Specification](#specification) | ||
- [DA Solutions](#da-solutions) | ||
- [Blob Space prices](#blob-space-prices) | ||
- [Conclusion](#conclusion) | ||
- [Rationale](#rationale) | ||
- [Reference Implementations](#reference-implementations) | ||
|
||
|
@@ -51,13 +50,11 @@ EIP-4844 as the native solution suffers from limited blob space per block (as of | |
|
||
In our tests, NEAR DA has shown to be the most cost-effective solution for the VSL, with a cost per block of \~\$0.0054 (higher than the claim but still remains the lowest). | ||
|
||
### Conclusion | ||
## Rationale | ||
|
||
Based on these findings, this REP proposes to integrate NEAR DA as the DAL, to leverage the advantages of NEAR DA and to align with the ongoing development of the Network. | ||
Based on the above findings, this REP proposes to integrate NEAR DA as the DAL, to leverage the advantages of NEAR DA and to align with the ongoing development of the Network. | ||
At the same time, the Whitepaper will be updated to reflect the changes. | ||
|
||
## Rationale | ||
|
||
The proposed adjustment will reduce: | ||
|
||
1. Gas fee for all transactions taking place on the VSL. | ||
|
@@ -67,5 +64,5 @@ The proposed adjustment will reduce: | |
|
||
1. NEAR DA code contributions: <https://github.com/RSS3-Network/rollup-data-availability> | ||
2. VSL Testnet DA submissions: <https://testnet.nearblocks.io/address/vsl-submitter.testnet> | ||
3. VSL Mainnet DA submissions: `pending` | ||
4. Whitepaper Data Availability subsection update: <https://github.com/RSS3-Network/Whitepaper/pull/5> | ||
3. VSL Mainnet DA submissions: <https://nearblocks.io/address/vsl-submitter.near> | ||
4. Whitepaper Data Availability subsection update: [RSS3-Network/Whitepaper#5](https://github.com/RSS3-Network/Whitepaper/pull/5) |