-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: improve comments + clean codebase (#291)
Co-authored-by: Maciej Kamiński @ StarkWare <[email protected]>
- Loading branch information
Showing
33 changed files
with
285 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
pub mod codec; | ||
pub mod types { | ||
pub mod block; | ||
pub mod chain_state; | ||
pub mod transaction; | ||
pub mod utxo_set; | ||
} | ||
pub mod validation { | ||
pub mod difficulty; | ||
pub mod block; | ||
pub mod coinbase; | ||
pub mod difficulty; | ||
pub mod locktime; | ||
pub mod script; | ||
pub mod timestamp; | ||
pub mod transaction; | ||
pub mod work; | ||
pub mod block; | ||
} | ||
pub mod codec; | ||
pub mod types { | ||
pub mod chain_state; | ||
pub mod block; | ||
pub mod transaction; | ||
pub mod utxo_set; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.