Skip to content
Draft
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
2 changes: 2 additions & 0 deletions src/flamenco/runtime/fd_runtime_const.h
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ FD_STATIC_ASSERT( BPF_LOADER_SERIALIZATION_FOOTPRINT==FD_BPF_LOADER_INPUT_REGION
#define FD_VOTE_LOCKOUTS_ALIGN (32UL)
#define FD_VOTE_LOCKOUTS_FOOTPRINT (FD_VOTE_STATE_VERSIONED_FOOTPRINT)

#define FD_MAX_WRITALBE_ACCOUNTS_IN_SLOT (42000UL)

static const FD_FN_UNUSED fd_account_meta_t FD_ACCOUNT_META_DEFAULT = {0};

FD_PROTOTYPES_END
Expand Down
5 changes: 5 additions & 0 deletions src/flamenco/stakes/Local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ endif

$(call add-hdrs,fd_vote_states.h)
$(call add-objs,fd_vote_states,fd_flamenco)
$(call add-hdrs,fd_vote_timestamps.h)
$(call add-objs,fd_vote_timestamps,fd_flamenco)
ifdef FD_HAS_HOSTED
$(call make-unit-test,test_vote_states,test_vote_states,fd_flamenco fd_funk fd_ballet fd_util)
$(call run-unit-test,test_vote_states)

$(call make-unit-test,test_vote_timestamps,test_vote_timestamps,fd_flamenco fd_funk fd_ballet fd_util)
$(call run-unit-test,test_vote_timestamps)
endif
Loading
Loading