-
Notifications
You must be signed in to change notification settings - Fork 43
feat(sdk): asset lock quorum and core locked height verification #2030
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
Open
lklimek
wants to merge
35
commits into
v2.0-dev
Choose a base branch
from
fix/sdk-invalid-quorum
base: v2.0-dev
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.
Open
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
b3f5f17
feat(sdk): asset lock quorum verify against platform
lklimek 9de013f
feat(sdk)!: params of dash networks - testnet, mainnet, etc
lklimek 6362883
feat(sdk): network type, continued
lklimek f984ced
feat: asset lock verify
lklimek bff31d5
refactor(dapi-client): replace CanRetry.is_node_failure with !CanRetr…
lklimek e3a5538
feat(sdk): Error implements CanRetry
lklimek 4df0c40
fix(dapi-grpc): GetEpochsInfoRequest not marked as versioned
lklimek f41f2bc
test(sdk): asset locks verify tests, WIP
lklimek 3517779
fix(sdk): local devnet uses LlmqTest
lklimek d9cada9
test(sdk): asset_lock test vectors
lklimek 0c04b42
Merge remote-tracking branch 'origin/v1.1-dev' into fix/sdk-invalid-q…
lklimek c9c4a21
fix(dapi-grpc): fix const
lklimek f57e455
fix(sdk): build error due to imports
lklimek b5dfc6a
chore(sdk): cargo fmt
lklimek 1f1c957
Merge remote-tracking branch 'origin/v1.1-dev' into fix/sdk-invalid-q…
lklimek c4cc766
Merge branch 'master' into fix/sdk-invalid-quorum
lklimek 5d33c31
Merge remote-tracking branch 'origin/v1.7-dev' into fix/sdk-invalid-q…
lklimek 727cc20
chore: fix build
lklimek 50a5267
Merge branch 'v1.8-dev' into fix/sdk-invalid-quorum
lklimek ee83d83
Merge remote-tracking branch 'origin/v2.0-dev' into fix/sdk-invalid-q…
lklimek bd6a4ff
feat: verify instant asset lock signature
lklimek 9a67e22
Merge remote-tracking branch 'origin/v2.0-dev' into fix/sdk-invalid-q…
lklimek b2c6b13
refactor: use Network from dashcore
lklimek 1264c18
refactor: further simplify Network type processing
lklimek 521fdac
chore: remove verification of AssetLockProof::Instant
lklimek 969fb0e
chore: minor cleanup
lklimek dd50797
chore: self-review
lklimek 821bfd7
chore: fix warnings and failing build
lklimek a6910f2
test: remove unsupported test case
lklimek 9ca5a7b
doc: fix some docs
lklimek de4de67
chore: use async_trait for StateTransitionBuilder
lklimek c22fa07
chore: remove duplicate async_trait
lklimek 20a836b
chore(sdk): s/core_network()/network()/
lklimek ed981b6
Merge remote-tracking branch 'origin/v2.0-dev' into fix/sdk-invalid-q…
lklimek bb8dcff
build(dpp): remove unused ordered-float dependency
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
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
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
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.