Skip to content
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

Extract sync state machine from zec-client-sqlite into zcash_client_backend #1169

Closed
str4d opened this issue Feb 7, 2024 · 0 comments · Fixed by #1184
Closed

Extract sync state machine from zec-client-sqlite into zcash_client_backend #1169

str4d opened this issue Feb 7, 2024 · 0 comments · Fixed by #1184

Comments

@str4d
Copy link
Contributor

str4d commented Feb 7, 2024

Currently the canonical state machines for using the zcash_client_backend APIs live in the Android and Swift mobile SDKs. This would provide a Rust implementation of the state machine, that could be used by pure- or primarily-Rust wallets as well as web wallets, and could subsequently be improved.

str4d added a commit that referenced this issue Feb 9, 2024
This implements the necessary state machine for taking a wallet in some
arbitrary synchronization status, and fully scanning (the remainder of)
the chain.

Closes #1169.
str4d added a commit that referenced this issue Feb 9, 2024
This implements the necessary state machine for taking a wallet in some
arbitrary synchronization status, and fully scanning (the remainder of)
the chain.

Closes #1169.
@daira daira added this to the Pre-DAG sync milestone Feb 12, 2024
Oscar-Pepper pushed a commit to Oscar-Pepper/librustzcash that referenced this issue Feb 22, 2024
This implements the necessary state machine for taking a wallet in some
arbitrary synchronization status, and fully scanning (the remainder of)
the chain.

Closes zcash#1169.
Oscar-Pepper pushed a commit to Oscar-Pepper/librustzcash that referenced this issue Feb 22, 2024
This implements the necessary state machine for taking a wallet in some
arbitrary synchronization status, and fully scanning (the remainder of)
the chain.

Closes zcash#1169.
Oscar-Pepper pushed a commit to Oscar-Pepper/librustzcash that referenced this issue Feb 22, 2024
This implements the necessary state machine for taking a wallet in some
arbitrary synchronization status, and fully scanning (the remainder of)
the chain.

Closes zcash#1169.
Oscar-Pepper pushed a commit to Oscar-Pepper/librustzcash that referenced this issue Feb 22, 2024
This implements the necessary state machine for taking a wallet in some
arbitrary synchronization status, and fully scanning (the remainder of)
the chain.

Closes zcash#1169.
Oscar-Pepper pushed a commit to Oscar-Pepper/librustzcash that referenced this issue Feb 23, 2024
This implements the necessary state machine for taking a wallet in some
arbitrary synchronization status, and fully scanning (the remainder of)
the chain.

Closes zcash#1169.
Oscar-Pepper pushed a commit to Oscar-Pepper/librustzcash that referenced this issue Feb 23, 2024
This implements the necessary state machine for taking a wallet in some
arbitrary synchronization status, and fully scanning (the remainder of)
the chain.

Closes zcash#1169.
Oscar-Pepper pushed a commit to Oscar-Pepper/librustzcash that referenced this issue Feb 23, 2024
This implements the necessary state machine for taking a wallet in some
arbitrary synchronization status, and fully scanning (the remainder of)
the chain.

Closes zcash#1169.
Oscar-Pepper pushed a commit to Oscar-Pepper/librustzcash that referenced this issue Feb 29, 2024
This implements the necessary state machine for taking a wallet in some
arbitrary synchronization status, and fully scanning (the remainder of)
the chain.

Closes zcash#1169.
Oscar-Pepper pushed a commit to Oscar-Pepper/librustzcash that referenced this issue Mar 4, 2024
This implements the necessary state machine for taking a wallet in some
arbitrary synchronization status, and fully scanning (the remainder of)
the chain.

Closes zcash#1169.
Oscar-Pepper pushed a commit to Oscar-Pepper/librustzcash that referenced this issue Mar 4, 2024
This implements the necessary state machine for taking a wallet in some
arbitrary synchronization status, and fully scanning (the remainder of)
the chain.

Closes zcash#1169.
Oscar-Pepper pushed a commit to Oscar-Pepper/librustzcash that referenced this issue Mar 4, 2024
This implements the necessary state machine for taking a wallet in some
arbitrary synchronization status, and fully scanning (the remainder of)
the chain.

Closes zcash#1169.
Oscar-Pepper pushed a commit to Oscar-Pepper/librustzcash that referenced this issue Mar 13, 2024
This implements the necessary state machine for taking a wallet in some
arbitrary synchronization status, and fully scanning (the remainder of)
the chain.

Closes zcash#1169.
str4d added a commit that referenced this issue Apr 1, 2024
This implements the necessary state machine for taking a wallet in some
arbitrary synchronization status, and fully scanning (the remainder of)
the chain.

Closes #1169.
@nuttycom nuttycom removed this from the Pre-DAG sync milestone Apr 1, 2024
str4d added a commit that referenced this issue Apr 2, 2024
This implements the necessary state machine for taking a wallet in some
arbitrary synchronization status, and fully scanning (the remainder of)
the chain.

Closes #1169.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants