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

x/mobile: duplicate code in gomobile production #54163

Open
m-yukio opened this issue Aug 1, 2022 · 0 comments
Open

x/mobile: duplicate code in gomobile production #54163

m-yukio opened this issue Aug 1, 2022 · 0 comments
Labels
mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@m-yukio
Copy link

m-yukio commented Aug 1, 2022

The Go Ethereum Mobile API is AAR/Frameworked using Go Mobile.
For example, if the Go code generated by Go Contract Bindings is converted to AAR on Go Mobile in order to use your own contract on Mobile, the following files will be duplicated.

go/error.java
go/Seq.java
go/Universe.java
libgojni.so

@dmitshur dmitshur changed the title affected/package: Duplicate code in gomobile production x/mobile: duplicate code in gomobile production Aug 3, 2022
@gopherbot gopherbot added the mobile Android, iOS, and x/mobile label Aug 3, 2022
@gopherbot gopherbot added this to the Unreleased milestone Aug 3, 2022
@dmitshur dmitshur added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. mobile Android, iOS, and x/mobile and removed mobile Android, iOS, and x/mobile labels Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

3 participants