-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fbc2f7b
commit d268f7a
Showing
25 changed files
with
4,435 additions
and
338 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
ifdef FD_HAS_ROCKSDB | ||
|
||
ifdef FD_HAS_INT128 | ||
$(call make-lib,fd_choreo) | ||
$(call add-hdrs,fd_choreo_base.h fd_choreo.h) | ||
$(call make-unit-test,test_choreo_base,test_choreo_base,fd_choreo fd_flamenco fd_ballet fd_util) | ||
endif | ||
|
||
endif |
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,9 +1,5 @@ | ||
ifdef FD_HAS_ROCKSDB | ||
|
||
ifdef FD_HAS_INT128 | ||
$(call add-hdrs,fd_bft.h) | ||
$(call add-objs,fd_bft,fd_choreo) | ||
$(call make-unit-test,test_bft,test_bft,fd_choreo fd_flamenco fd_ballet fd_util) | ||
endif | ||
|
||
endif |
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,9 +1,5 @@ | ||
ifdef FD_HAS_ROCKSDB | ||
|
||
ifdef FD_HAS_INT128 | ||
$(call add-hdrs,fd_commitment.h) | ||
$(call add-objs,fd_commitment,fd_choreo) | ||
$(call make-unit-test,test_commitment,test_commitment,fd_choreo fd_flamenco fd_ballet fd_util) | ||
endif | ||
|
||
endif |
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,9 +1,5 @@ | ||
ifdef FD_HAS_ROCKSDB | ||
|
||
ifdef FD_HAS_INT128 | ||
$(call add-hdrs,fd_forks.h) | ||
$(call add-objs,fd_forks,fd_choreo) | ||
$(call make-unit-test,test_forks,test_forks,fd_choreo fd_flamenco fd_ballet fd_util) | ||
endif | ||
|
||
endif |
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,9 +1,5 @@ | ||
ifdef FD_HAS_ROCKSDB | ||
|
||
ifdef FD_HAS_INT128 | ||
$(call add-hdrs,fd_ghost.h) | ||
$(call add-objs,fd_ghost,fd_choreo) | ||
$(call make-unit-test,test_ghost,test_ghost,fd_choreo fd_flamenco fd_ballet fd_util) | ||
endif | ||
|
||
endif |
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,9 +1,5 @@ | ||
ifdef FD_HAS_ROCKSDB | ||
|
||
ifdef FD_HAS_INT128 | ||
$(call add-hdrs,fd_replay.h fd_tvu.h fd_store.h fd_pending_slots.h) | ||
$(call add-objs,fd_replay fd_tvu fd_store fd_pending_slots,fd_disco) | ||
$(call make-unit-test,test_runtime,test_runtime,fd_disco fd_choreo fd_flamenco fd_funk fd_tango fd_util fd_ballet fd_reedsol) | ||
endif | ||
|
||
$(call make-unit-test,test_runtime,test_runtime,fd_disco fd_choreo fd_flamenco fd_funk fd_tango fd_util fd_ballet fd_reedsol fd_waltz,$(SECP256K1_LIBS)) | ||
endif |
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
Oops, something went wrong.