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

Monerodart -> testing integration #848

Open
wants to merge 54 commits into
base: testing
Choose a base branch
from
Open

Conversation

sneurlax
Copy link
Member

@sneurlax sneurlax commented May 3, 2024

Reference #838; basically #838 + testing branch (which includes Bitcoin Frost and other changes)

Copy link
Collaborator

@julian-CStack julian-CStack left a comment

Choose a reason for hiding this comment

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

see comments

Copy link
Collaborator

Choose a reason for hiding this comment

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

delete

Copy link
Collaborator

Choose a reason for hiding this comment

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

delete

Copy link
Collaborator

Choose a reason for hiding this comment

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

delete

scripts/android/build_all.sh Outdated Show resolved Hide resolved
Copy link
Collaborator

Choose a reason for hiding this comment

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

delete

.vscode/settings.json Outdated Show resolved Hide resolved
.gitignore Outdated Show resolved Hide resolved
Copy link
Collaborator

Choose a reason for hiding this comment

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

Any reason extractNativeLibs is specifically set here?
If there is no specific reason then I suggest reverting and letting the default be chosen by the system as described in: https://developer.android.com/guide/topics/manifest/application-element

Choose a reason for hiding this comment

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

for the .so to be extracted, the ones that are marked for deletion. I'll make it a cmake install step instead if symlinking is not desired

Copy link
Collaborator

Choose a reason for hiding this comment

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

Reasons for this?

Choose a reason for hiding this comment

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

monero_c also depends on libc++_shared.so, and in early versions of this PR i was getting build errors because multiple packages were providing the dynamic library

Copy link
Collaborator

Choose a reason for hiding this comment

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

This requires a separate review of the changes to flutter_libmonero

Remove duplicate and join into one command
@sneurlax sneurlax changed the title Monerodart testing Monerodart -> testing integration May 4, 2024
@MrCyjaneK
Copy link

@julian-CStack regarding .so/.dylib symlinks deletion, what is the preferred way to include them in the apk/.app on android/macos?

addressInfo!['accountIndex'] as int,
addressInfo['addressIndex'] as int,
addressInfo?['accountIndex'] as int? ?? 0,
addressInfo?['addressIndex'] as int? ?? 0,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is it ok to default to 0 here? Or should there be some error?

Choose a reason for hiding this comment

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

should be fine, there is no account switching feature in stack yet.

@julian-CStack
Copy link
Collaborator

@julian-CStack regarding .so/.dylib symlinks deletion, what is the preferred way to include them in the apk/.app on android/macos?

Handle in scripts. Either create symlinks, cp, or mv them to where flutter expects them to be.

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.

None yet

4 participants