-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(api): additional raw endpoints (#757)
* Extend endpoint to return raw block for included transaction * Add output raw endpoint * Add inx feature dependent on packable * Extend endpoint to return raw block for included transaction * Add output raw endpoint * Fetch protocol parameters for when the output was created * Manually impl IntoResponse for OutputResponse. * box the damn thing Co-authored-by: Jochen Görtler <[email protected]> Co-authored-by: Alex Coats <[email protected]>
- Loading branch information
1 parent
12ec556
commit e27e38f
Showing
5 changed files
with
94 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,6 +114,7 @@ api = [ | |
] | ||
inx = [ | ||
"dep:bee-inx", | ||
"dep:packable", | ||
"dep:tonic", | ||
] | ||
opentelemetry = [ | ||
|
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
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