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

chore: hotfix stagenet 0.49.2 #5548

Merged
merged 2 commits into from
Jun 28, 2023
Merged

Conversation

brianp
Copy link
Contributor

@brianp brianp commented Jun 28, 2023

Description

This includes the fix for a non blocking wallet-ffi initialization required by the mobile apps, which are now running on stagenet.

Motivation and Context

Without this change the wallets will block while waiting for a tor connection.

How Has This Been Tested?

The wallet team... may have tried it... maybe.

Breaking Changes

  • None
  • Requires data directory on base node to be deleted
  • Requires hard fork
  • Other - Please specify

Currently the ffi call to create and start the wallet will block until
connections have been made. Instead return the Wallet asap, and throw
the previously blocking call into an async non blocking call and let it
complete on its own time.
This includes the wallet ffi updates for non blocking initialization.
Copy link
Collaborator

@SWvheerden SWvheerden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack

@ghpbot-tari-project ghpbot-tari-project added the P-acks_required Process - Requires more ACKs or utACKs label Jun 28, 2023
@github-actions
Copy link

github-actions bot commented Jun 28, 2023

Test Results (CI)

0 tests   0 ✔️  0s ⏱️
0 suites  0 💤
0 files    0

Results for commit 595815b.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

Test Results (Integration tests)

0 tests   0 ✔️  0s ⏱️
0 suites  0 💤
0 files    0

Results for commit 595815b.

@SWvheerden SWvheerden merged commit e0e4ebc into tari-project:stagenet Jun 28, 2023
@brianp brianp deleted the stagenet-0.49.2 branch June 28, 2023 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P-acks_required Process - Requires more ACKs or utACKs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants