Skip to content

Commit

Permalink
Merge sim-rs-setup
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 1167852
Author: Simon Gellis <simongellis@gmail.com>
Date:   Mon Oct 7 17:40:53 2024 -0400

    Pass the seed in through configuration

commit 2ca6e95
Author: Simon Gellis <simongellis@gmail.com>
Date:   Mon Oct 7 17:24:37 2024 -0400

    Add README and fix some IO quirks

commit 3c38236
Author: Simon Gellis <simongellis@gmail.com>
Date:   Mon Oct 7 16:53:36 2024 -0400

    Update tx modeling parameters

commit e4e7525
Author: Simon Gellis <simongellis@gmail.com>
Date:   Mon Oct 7 16:09:35 2024 -0400

    Block propagation

commit 6cc2c5d
Author: Simon Gellis <simongellis@gmail.com>
Date:   Fri Oct 4 16:40:10 2024 -0400

    Simulate basic transactions

commit 0ed84c6
Author: Simon Gellis <simongellis@gmail.com>
Date:   Thu Oct 3 18:02:50 2024 -0400

    Emit block generation events to a file

commit b957f13
Author: Simon Gellis <simongellis@gmail.com>
Date:   Thu Oct 3 17:08:20 2024 -0400

    Fix VRF computation to match actual probability

commit 17ef4e4
Author: Simon Gellis <simongellis@gmail.com>
Date:   Thu Oct 3 10:38:40 2024 -0400

    Simulate simple slot lottery
  • Loading branch information
SupernaviX committed Oct 7, 2024
1 parent 1db5e89 commit 8d7403e
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 8d7403e

Please sign in to comment.