vac dr roadmap cont

Signed-off-by: ksr <kaiserd@users.noreply.github.com>
This commit is contained in:
ksr 2023-09-09 17:54:44 +02:00
parent 93ee25d2ef
commit 0ff8ebb140
6 changed files with 178 additions and 0 deletions

View File

@ -0,0 +1,48 @@
---
title: "Blockchain Security in Crypto-economic Models"
---
## `vac:dr:consensus:vac:blockchain-security-in-crypto-economic-models`
---
```mermaid
%%{
init: {
'theme': 'base',
'themeVariables': {
'primaryColor': '#BB2528',
'primaryTextColor': '#fff',
'primaryBorderColor': '#7C0000',
'lineColor': '#F8B229',
'secondaryColor': '#006100',
'tertiaryColor': '#fff'
}
}
}%%
gantt
tickInterval 1month
dateFormat YYYY-MM-DD
section Status
Blockchain Security in Crypto-economic Models: 2023-11-01, 2024-02-29
```
- status: 0%
- CC: Moh
### Description
This research will provide a comprehensive security analysis of Carnot under the Crypto Economic Model.
This is a new security model for distributed consensus algorithms in which economic attacks on the protocol will be considered.
### Justification
The combination of PoS and distributed consensus, necessitates a new comprehensive security model for blockchain ecosystem.
### Risks
This is a new research direction.
### Deliverables
* conference paper

View File

@ -0,0 +1,46 @@
---
title: "Detecting Reporting Attacks Carnot"
---
## `vac:dr:consensus:nomos:detecting-reporting-attacks-carnot`
---
```mermaid
%%{
init: {
'theme': 'base',
'themeVariables': {
'primaryColor': '#BB2528',
'primaryTextColor': '#fff',
'primaryBorderColor': '#7C0000',
'lineColor': '#F8B229',
'secondaryColor': '#006100',
'tertiaryColor': '#fff'
}
}
}%%
gantt
tickInterval 1month
dateFormat YYYY-MM-DD
section Status
Detecting Reporting Attacks Carnot: 1970-01-01, 1970-01-02
```
- status: 0%
- CC: Moh
### Description
This research work will describe the mechanism of how various attacks can be detected, reported, and slashed in the consensus.
### Justification
### Deliverables
* algorithm
* pseudocode
* spec
* rlog post

View File

@ -0,0 +1,24 @@
---
title: "Inter Chain Protocol"
---
## `vac:dr:consensus:nomos:inter-chain-protocol`
---
- status: 0%
- CC: Moh
### Description
Exploring the interplay between the main chain and execution zones or chains is a pivotal aspect of our research.
Our inquiry delves into how these zones are initiated from the main chain, ensuring their security and data availability.
Additionally, we address the optimization of interaction among independent chains, facilitating efficient cross-chain communication and collaboration.
### Justification
### Deliverables
* Algorithm
* spec

View File

@ -0,0 +1,30 @@
---
title: "Multi-Leader and Multi-Overlay Carnot"
---
## `vac:dr:consensus:nomos:multi-leader-and-multi-overlay-carnot`
---
- status: 0%
- CC: Moh
### Description
In pursuit of heightened resilience and performance optimization, our research extends to multi-leader and multi-overlay Carnot configurations.
This direction seeks to bolster the protocol's resistance against Denial of Service (DoS) and bribery attacks.
By introducing multiple leadership nodes and overlay structures, we envision a protocol that thrives in adversarial environments while maintaining exceptional performance standards.
As we navigate this deep research trajectory, our collective efforts contribute to the advancement of blockchain technology, ushering in a new era of consensus, privacy, and scalability.
Has to adhere to Nomos architecture (specific specifications)
* Nomos Whitepaper
* has to adhere to privacy requirements
### Justification
### Deliverables
* Algorithm
* spec

View File

@ -0,0 +1,24 @@
---
title: "Stake Privacy"
---
## `vac:dr:consensus:nomos:stake-privacy`
- status: 0%
- CC:
### Description
Our endeavor in stake privacy research centers on preserving the confidentiality of validator stakes.
By leveraging cryptographic techniques and innovative approaches, we aim to enhance the privacy and security of staking operations within the Carnot ecosystem.
* Hash-based Node Id encryption https://www.notion.so/Hash-based-Node-Id-encryption-7bfb11941a6840c49bfe065f535877c9?pvs=24
* Carnot PoS Discussion notion.so/Carnot-PoS-Discussion-f2ef371102f6433da81fb1b1b9213c2b?pvs=24
### Justification
### Deliverables

View File

@ -31,3 +31,9 @@ lastmod: 2023-09-06
* [[roadmap/vac/dr/consensus/nomos/carnot-paper | carnot-paper]]
* [[roadmap/vac/dr/consensus/nomos/carnot-bribary-article | carnot-bribary-article]]
* [[roadmap/vac/dr/consensus/nomos/carnot-2-3rds-vote-aggregation | carnot-2-3rds-vote-aggregation]]
* [[roadmap/vac/dr/consensus/nomos/blockchain-security-in-crypto-economic-model | blockchain-security-in-crypto-economic-model]]
* [[roadmap/vac/dr/consensus/nomos/detecting-reporting-attacks-carnot | detecting-reporting-attacks-carnot]]
* [[roadmap/vac/dr/consensus/nomos/stake-privacy | stake-privacy]
* [[roadmap/vac/dr/consensus/nomos/inter-chain-protocol | inter-chain-protocol]]
* [[roadmap/vac/dr/consensus/nomos/multi-leader-and-multi-overlay-carnot | multi-leader-and-multi-overlay-carnot ]]