Skip to content

Commit

Permalink
feat(data_structures): add basic staking tracker with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aesedepece committed Oct 9, 2023
1 parent 1c2c8cf commit f9790bc
Show file tree
Hide file tree
Showing 2 changed files with 498 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data_structures/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ pub mod fee;
/// Module containing data_request structures
pub mod data_request;

/// Module containing data structures for the staking functionality
pub mod staking;

/// Module containing superblock structures
pub mod superblock;

Expand Down
Loading

0 comments on commit f9790bc

Please sign in to comment.