Update Nomos weekly and rename 2023-11-07.md to 2023-11-06.md

This commit is contained in:
Álvaro Castro-Castilla 2023-11-07 20:46:39 +02:00 committed by GitHub
parent 0dccee65a5
commit c9adc9486c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -2,7 +2,7 @@
title: 2023-10-30 Nomos weekly
tags:
- nomos-updates
date: 2023-11-07
date: 2023-11-06
lastmod: 2023-11-07
draft: false
description: Weekly update of Nomos
@ -61,7 +61,7 @@ description: Weekly update of Nomos
- From discussions on the above docs, started accumulating a summary of which behaviors to reward or penalize: List of Rewarded and Penalized Actions: https://www.notion.so/List-of-Rewarded-or-Penalized-Actions-3f0991ad8b4f494a9ba1d1edfb704f03 
- Derived a probability distribution for the weights of committees for a scenario  when weights of nodes, modeled as random variables, are sampled in every voting round.
- A derivation of a probability distribution for a scenario when weights of nodes are only sampled once (currently in progress).
- Wrote  a simulation code which would  allow us  to compare failure probabilities in the above  two scenarios with the (unweighted) original Carnot version.
- Wrote a simulation code which would  allow us  to compare failure probabilities in the above  two scenarios with the (unweighted) original Carnot version.
- Details for probability distribution for the weights of committees for a scenario when weights of nodes, modeled as random variables, are sampled in every voting round, are provided in https://www.overleaf.com/read/kkmsngmcgbkj#c4de95 
- Rewards for validators/delegators: the live document https://www.notion.so/Delegation-and-Validation-Rewards-d4af3f87a0b240739ff99b15af11cb3f?pvs=4 
- Research notes on rewards for validators/delegators: https://www.notion.so/Frederico-s-Research-Notes-b426cd773e214f35a5966f18d7db7588 
@ -73,12 +73,13 @@ description: Weekly update of Nomos
### `research`
- Finished the survey on the polynomial commitment schemes: https://www.notion.so/PCS-Survey-f06926a32c2d418897ff66fef1039a6e  
- PCS related libraries were examined. The structures and benchmarks used were reviewed. Resources related to this were added to the research notes above. 
- PCS related libraries were examined. The structures and benchmarks used were reviewed. Resources related to this were added to the research notes above. 
- This work in particular is a nice compilation:https://xn--2-umb.com/23/pc-bench/ 
- Studied on EC+Commitment data structures. 1D or 1.5D structure may be more suitable for data availability within the scope of the Nomos project: https://www.notion.so/Erasure-Codes-Commitment-ea7c868255ad4f1a9ff9308d7f1df1c0 
### `development`
### `miscellaneous`
## `miscellaneous`
- Nomos team will be at the offsite next week.