-
Notifications
You must be signed in to change notification settings - Fork 9
refactor: use bosd::Descriptor for operator reimbursement
#286
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
e593f21
chore: use Descriptor instead of XOnlyPublicKey
sistemd 11a61b5
chore: rename reimbursement_key to operator_descriptor
sistemd 0b79b19
chore: remove redundant doc comment
sistemd 26699a5
refactor: use generate_locking_script where possible
sistemd c8f3032
test: cover the error case as well
sistemd bdba1a8
chore: use XOnlyPublicKey on stake tx data
sistemd 3f2e909
chore: use XOnlyPublicKey in ConnectorStake
sistemd b19eab6
chore: remove unneeded regression and ignore regressions
sistemd 2978fa9
refactor: generate_address can actually be removed
sistemd c6c949b
chore: switch back to operator_descriptor in RpcDisproveData
sistemd 105a45f
chore: error handling
sistemd ed0d874
refactor: generate_locking_script
sistemd 2f48fa8
refactor: avoid unnecessary error handling
sistemd db4c684
chore: fixme comment
sistemd cc1aab0
fix: doc comment
sistemd dc21c40
fix: doc comments for functions which no longer return errors
sistemd e6933c0
fix: don't return unnecessary errors
sistemd 0a2d8c4
chore: fmt
sistemd 95d7397
chore: StakeChainErr variant instead of unexpected
sistemd e4fb934
chore: very small rename
sistemd 9441fc1
chore: no Clone for StakeChainErr
sistemd 3d9683b
fix: remove needless conversion
sistemd dfa34e9
fix: remove needless error handling
sistemd 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -312,3 +312,6 @@ certs | |
| *.hex | ||
|
|
||
| .obsidian | ||
|
|
||
| # local regressions | ||
| **/proptest-regressions/* | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.