Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IF: Remove unneeded files #2049

Merged
merged 1 commit into from
Jan 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion libraries/chain/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ set(CHAIN_HOTSTUFF_SOURCES
hotstuff/chain_pacemaker.cpp
hotstuff/instant_finality_extension.cpp
hotstuff/qc_chain.cpp
hotstuff/finalizer_policy.cpp
hotstuff/hotstuff.cpp
)

Expand Down
21 changes: 0 additions & 21 deletions libraries/chain/hotstuff/finalizer_policy.cpp

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@
namespace eosio::chain {

struct finalizer_policy {
finalizer_policy();
~finalizer_policy();

finalizer_policy(const finalizer_policy&);
finalizer_policy(finalizer_policy&&) noexcept;

finalizer_policy& operator=(const finalizer_policy&);
finalizer_policy& operator=(finalizer_policy&&) noexcept;

uint32_t generation = 0; ///< sequentially incrementing version number
uint64_t threshold = 0; ///< vote weight threshold to finalize blocks
std::vector<finalizer_authority> finalizers; ///< Instant Finality voter set
Expand Down
25 changes: 0 additions & 25 deletions libraries/chain/include/eosio/chain/hotstuff/proposal_info.hpp

This file was deleted.