Data Availability Sampling DHT emulator
Go to file
Csaba Kiraly 05d1ed4a43
fixing "Crypto scheme must be secp256k1"
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
2023-06-13 13:25:48 +02:00
vendor initial commit of the DAS DHT emulator 2023-06-13 12:47:26 +02:00
.gitmodules initial commit of the DAS DHT emulator 2023-06-13 12:47:26 +02:00
LICENSE-APACHEv2 initial commit of the DAS DHT emulator 2023-06-13 12:47:26 +02:00
LICENSE-MIT initial commit of the DAS DHT emulator 2023-06-13 12:47:26 +02:00
Makefile initial commit of the DAS DHT emulator 2023-06-13 12:47:26 +02:00
README.md initial commit of the DAS DHT emulator 2023-06-13 12:47:26 +02:00
config.nims fixing "Crypto scheme must be secp256k1" 2023-06-13 13:25:48 +02:00
das.nim initial commit of the DAS DHT emulator 2023-06-13 12:47:26 +02:00

README.md

DAS emulator

Emulate DAS DHT behavior, with a few simplifying assumptions:

  • the block is populated in the DHT by the builder (node 0)
  • all nodes start sampling at the same time
  • 1-way latency is 50ms (configurable)
  • no losses in transmission (configurable)
  • scaled down numbers (nodes, blocksize, etc., all configrable)