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

add libdcrwallet dependency with few implemented methods #8

Closed

Conversation

itswisdomagain
Copy link
Collaborator

Build steps now include fetching the libwallet go source code from https://github.com/itswisdomagain/libwallet/tree/cgo and generating the appropriate library for the target OS.

Copy link
Owner

@JoeGruffins JoeGruffins left a comment

Choose a reason for hiding this comment

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

Currently unable to build the library with invalid value "c-archive" for flag -buildmode: buildmode c-archive not supported on android/arm

@itswisdomagain itswisdomagain force-pushed the dcrlibwallet branch 3 times, most recently from 3ed002d to 6ed9ab5 Compare November 13, 2023 09:37
Copy link
Collaborator

@dreacot dreacot left a comment

Choose a reason for hiding this comment

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

Looks good overall, just a couple of questions

cw_core/lib/node.dart Outdated Show resolved Hide resolved
@itswisdomagain itswisdomagain force-pushed the dcrlibwallet branch 2 times, most recently from 2cb10e8 to 7c9afc1 Compare December 20, 2023 12:22
scripts/android/build_decred.sh Outdated Show resolved Hide resolved
scripts/android/build_decred.sh Show resolved Hide resolved
scripts/android/build_decred.sh Outdated Show resolved Hide resolved
Copy link
Owner

@JoeGruffins JoeGruffins left a comment

Choose a reason for hiding this comment

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

Working great!

scripts/ios/build_decred.sh Show resolved Hide resolved
scripts/macos/build_decred.sh Outdated Show resolved Hide resolved
scripts/ios/build_decred.sh Outdated Show resolved Hide resolved
@itswisdomagain itswisdomagain changed the base branch from cw-decred to decred_main January 17, 2024 05:15
@itswisdomagain itswisdomagain changed the base branch from decred_main to cw-decred January 17, 2024 05:21
@itswisdomagain itswisdomagain changed the base branch from cw-decred to decred_main January 17, 2024 05:21
rm -fr $LIBWALLET_PATH
fi
mkdir -p $LIBWALLET_PATH
git clone $LIBWALLET_URL $LIBWALLET_PATH --branch cgo
Copy link
Owner

Choose a reason for hiding this comment

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

I think this should point at the specific commit that this pr should work on. That is possible right? e1b9f6043359d191cfd2fbfaa345396a009d0946

In case we make a breaking change, which I think is fine at this point.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah, this makes a lot of sense.

@JoeGruffins
Copy link
Owner

closing because merged with decred_main upstream

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

3 participants