Skip to content

Commit

Permalink
Block checker
Browse files Browse the repository at this point in the history
Adding block_checker_context class which validates blocks outside the ledger class.

Add block_check_context::amount function.
  • Loading branch information
clemahieu committed Mar 4, 2024
1 parent 408d8bb commit 19e6efc
Show file tree
Hide file tree
Showing 4 changed files with 648 additions and 12 deletions.
2 changes: 2 additions & 0 deletions nano/secure/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ add_library(
${PLATFORM_SECURE_SOURCE}
${CMAKE_BINARY_DIR}/bootstrap_weights_live.cpp
${CMAKE_BINARY_DIR}/bootstrap_weights_beta.cpp
block_check_context.cpp
block_check_context.hpp
common.hpp
common.cpp
ledger.hpp
Expand Down
Loading

0 comments on commit 19e6efc

Please sign in to comment.