-
Notifications
You must be signed in to change notification settings - Fork 39
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
fix(sdk)!: create channel error due to empty address #2317
Merged
+50
−39
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
24177fa
feat: hardcoded identity transfers in strategy tests
pauldelucia 99fe5fa
add comment
pauldelucia cee3098
Merge remote-tracking branch 'origin/v1.6-dev' into feat/hardcoded-id…
pauldelucia 0d3e091
comment
pauldelucia e421514
use into_iter instead of iter
pauldelucia 3d941ec
use current identities instead of hardcoded start identities
pauldelucia 4bc0a65
let transfer keys be any security level or key type
pauldelucia dc48827
fix
pauldelucia cafda11
feat: hardcoded identity transfers in strategy tests (#2312)
pauldelucia b86f4e0
Merge branch 'v1.6-dev' of github.com:dashpay/platform into v1.6-dev
shumkov ae97f47
ci: run devcontainers workflow only on push to master (#2295)
shumkov 48cca1a
ci: do not run test on push (#2308)
shumkov b8a887e
fix(sdk): create channel error due to empty address
shumkov cea6ca9
chore: mark add_uri as deprecated
shumkov c6d91ab
Merge branch 'v1.6-dev' into fix/sdk/empty_address_uri
shumkov 1307fb4
style: fix formatting
shumkov 02e0474
refactor: use an invalid argument error
shumkov a421692
Merge branch 'v1.7-dev' into fix/sdk/empty_address_uri
shumkov c46fa26
fix: invalid add_uri
shumkov 79188ec
revert: test workflow merge issue
shumkov a9e841b
Merge branch 'v1.7-dev' into fix/sdk/empty_address_uri
shumkov 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
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.
please use full syntax instead of comment below