Skip to content

Commit

Permalink
Rust simulator L1 scaffolding (#36)
Browse files Browse the repository at this point in the history
* Simulate simple slot lottery

* Fix VRF computation to match actual probability

* Emit block generation events to a file

* Simulate basic transactions

* Block propagation

* Update tx modeling parameters

* Add README and fix some IO quirks

* Pass the seed in through configuration
  • Loading branch information
SupernaviX authored Oct 7, 2024
1 parent 1db5e89 commit 4616dc1
Show file tree
Hide file tree
Showing 11 changed files with 1,992 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sim-rs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target/
/output
Loading

0 comments on commit 4616dc1

Please sign in to comment.