-
Notifications
You must be signed in to change notification settings - Fork 54
refactor(sdk)!: improve mock context provider async processing #2232
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
26 commits
Select commit
Hold shift + click to select a range
3ee0e8d
changed contested resource type to a struct
QuantumExplorer fa72ece
expose drive_proof_verifier types
QuantumExplorer 4b4a62d
updated to newer backon crate
QuantumExplorer ab91e07
fix: fixed pools to add tls
QuantumExplorer 7a732a7
Merge branch 'feat/fixClientTLSConnections' into feat/sdkContestedRes…
QuantumExplorer 2f60720
added root certificates
QuantumExplorer df989ee
Merge branch 'feat/fixClientTLSConnections' into feat/sdkContestedRes…
QuantumExplorer 01282fb
assume http2
QuantumExplorer d406d64
Merge branch 'feat/fixClientTLSConnections' into feat/sdkContestedRes…
QuantumExplorer 1d3b335
Merge branch 'v1.4-dev' into feat/sdkContestedResourcesFixes2
QuantumExplorer c22bafc
changed T to E
QuantumExplorer 9921618
another fix
QuantumExplorer f5aa584
refactor(sdk): improve context provider async processing
lklimek f58e08c
refactor(sdk): store passwords in Zeroizing<String>
lklimek 4c004a7
chore: rabbit's feedback
lklimek a8bb9ae
Merge branch 'v1.4-dev' into feat/set-context-provider-no-mut
QuantumExplorer 5f9f907
Merge branch 'v1.4-dev' into feat/set-context-provider-no-mut
QuantumExplorer 301c8e3
Merge branch 'v1.4-dev' into feat/set-context-provider-no-mut
QuantumExplorer 612970f
fix(sdk): deadlock when executing async futures within sync context
lklimek d9035bd
refactor(sdk): move sync to main and pub
lklimek 6994a5c
chore(sdk): Async error handling
lklimek 909921c
chore: apply feedback
lklimek cc11cd8
refactor: minor context provider refactoring
lklimek 00620f8
chore: apply linter issues
lklimek 247df93
Merge branch 'v1.4-dev' into feat/set-context-provider-no-mut
lklimek a915288
refactor(sdk): simplify context provider load
lklimek 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,8 @@ | ||
| //! Dash Core SDK implementation. | ||
| //! | ||
| //! TODO: This is work in progress. | ||
| #[cfg(feature = "mocks")] | ||
| mod dash_core_client; | ||
| mod transaction; | ||
| #[cfg(feature = "mocks")] | ||
| pub use dash_core_client::LowLevelDashCoreClient; |
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.
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.