-
Notifications
You must be signed in to change notification settings - Fork 677
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
Feat/tx tracking #5484
Draft
rdeioris
wants to merge
19
commits into
develop
Choose a base branch
from
feat/tx_tracking
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Feat/tx tracking #5484
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
6a6e02c
preliminary implementation for /v3/transactions/:txid
rdeioris a0ced57
added stackslib/src/net/api/gettransaction.rs
rdeioris 95c035b
refactored transaction_log system
rdeioris 2903db8
fixed error management
rdeioris 690e4db
Merge branch 'develop' into feat/tx_tracking
rdeioris 3832928
use index_conn() instead of transaction, added 501 http error code
rdeioris eec32ed
removed unused import
rdeioris 3102788
refactored error detection
rdeioris e5d15ca
removed copy/paste useless comment
rdeioris 205b24c
Merge branch 'develop' into feat/tx_tracking
rdeioris 3e8f42f
added tip support for gettransaction
rdeioris 9752d83
updated Changelog for /v3/transactions/:txid
rdeioris 328831d
updated rpc-endpoints for /v3/transactions/TXID
rdeioris f575b30
clarified tip usage in /v3/transactions/
rdeioris 4a37ad7
updated docs/rpc/openapi.yaml for /v3/transactions
rdeioris 7a9f2c9
added integration test for /v3/transactions/
rdeioris e20998f
rustfmt on stackslib/src/net/api/tests/mod.rs
rdeioris 1027c9c
fmt-stacks format fixeS
rdeioris 28ab9b1
develop merged, fixed typo
rdeioris File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge artifact