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

Release/v2.0.0 #465

Merged
merged 130 commits into from
Oct 14, 2022
Merged

Release/v2.0.0 #465

merged 130 commits into from
Oct 14, 2022

Conversation

briancorbin
Copy link
Contributor

No description provided.

briancorbin and others added 30 commits April 19, 2022 09:35
We were getting issues because of using deferred transactions for SQLite writes. Fixed the issue by using immediate transactions with exponential backoff.

This strategy allows much higher throughput, with a benchmark creating 100 addresses in 485 milliseconds. Before the fix, we could get less than ten a second before database locked errors occurred.

General cleanup of transaction usage and connection creation.

Co-authored-by: Colin Carey <colin.carey1@gmail.com>
Add functionality to export view keys for a spendable account.
Allow importing view keys.
Display view key balance in `mobcli list`.
* Add zero change output

* update test
* Add vo account creation flow test

* Add rest of vo account crud

* Update docs and tests for address generation

* Update sync docs

* Improve vo test
joekottke and others added 14 commits September 30, 2022 12:46
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@briancorbin briancorbin changed the base branch from develop to main October 14, 2022 00:49
@briancorbin briancorbin merged commit 6941617 into main Oct 14, 2022
@briancorbin briancorbin deleted the release/v2.0.0 branch October 14, 2022 01:12
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 this pull request may close these issues.

9 participants