-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use code generation to include the Firedancer integration header instead of adding project-wide compiler flags.
- Loading branch information
Showing
5 changed files
with
25 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
This directory contains a copy of the Nanopb library. | ||
|
||
This library is copied exactly from commit `839156b`, and there are | ||
no Firedancer specific modifications to the code. `pb_firedancer.h` | ||
has a few Firedancer specific #defines, which are loaded into the | ||
library by #define'ing the `PB_SYSTEM_HEADER` to it as part of our | ||
build. You should not make local modifications to nanopb. instead | ||
prefer to upstream changes, or make a local patch if needed. | ||
no Firedancer specific modifications to the code. You should not make | ||
local modifications to nanopb. Instead prefer to upstream changes, or | ||
make a local patch if needed. | ||
|
||
For licensing information, refer to NOTICE in the root of this repo. | ||
|
||
nanopb_generator.py can be invoked like so: | ||
|
||
cd src/flamenco/types | ||
nanopb_generator.py -L "" fd_solana_block.proto |
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