-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
the trait BitStore
is not implemented for u64
#570
Comments
Ah, I think the issue is that In the meantime, you could experiment by forking subxt and removing the match arm here: subxt/subxt/src/events/decoding.rs Line 200 in 7621d71
and see whether things compile OK after that? |
Other note: I'm planning to replace this decode logic entirely with |
i compile success with code:
|
thank you
that sounds perfect. thank you for youer answers. best wishes to you. |
This code looks like it will compile, but it wouldn't do the right thing at runtime. It's probably better just to remove the match arm and let the error arm at the end let you know if something has tried to return this type and errored, because your code will act OK but not do the right thing :) I'm going to re-open this issue, because I had a look at what BitVec does, and I'll use the config thing bitvec does to remove this match arm in |
This will be closed by #576 when a small change to scale_value is published as a patch version bump :) |
With the release of scale_value 0.2.1, this should be resolved now as of the latest |
hi,
when i build with arm64-v8a.the error shown.
the build command is cargo ndk -t arm64-v8a
what i want is build the package to android and ios.so could you add the support for u64
The text was updated successfully, but these errors were encountered: