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/v1.8.0 #325

Merged
merged 26 commits into from
Jun 2, 2022
Merged

Release/v1.8.0 #325

merged 26 commits into from
Jun 2, 2022

Conversation

briancorbin
Copy link
Contributor

No description provided.

briancorbin and others added 25 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
@briancorbin briancorbin merged commit 77f43c0 into main Jun 2, 2022
@briancorbin briancorbin deleted the release/v1.8.0 branch June 2, 2022 19:14
@briancorbin briancorbin added the ignore for release tag PR to exclude it from auto generated release notes label Jun 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ignore for release tag PR to exclude it from auto generated release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants