-
Notifications
You must be signed in to change notification settings - Fork 159
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
error: recursive use of an object detected which would lead to unsafe aliasing in rust #516
Comments
I am aware of this issue. last week it has exhibited itself in a different way which lead me to a theory of the potential cause, so i will be trying to address it this weekend. Unfortunately multiple repeat requests to KaffinPX to provide any type of a project that can replicate this have resulted in no feedback, so unfortunately I will be doing an update blindly and will let you know when it has been done so that you can test it. |
Thanks, It won't be hard to reproduce it, just let me know when you have the WASM nodejs available to download please. Thanks again. |
This has been fixed in aspectron#90 I will do more research and attempt to come up with a solution to prevent this from happening in the future. |
Thanks for the fix, it's working very well so far. |
When a transaction is submitted I got this error from WASM (happened in testnet-11 and testnet-10)
To Reproduce
Steps to reproduce the behavior:
[src/trxs/index.ts]
(https://github.com/coinchimp/kaspool-payment/blob/main/src/trxs/index.ts)Expected behavior
finish transaction submission. output and context used at follow
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
This is a small app for mining pool rewards using bun canary Bun v1.1.22-canary
KaffinPX is well aware of this issue
The text was updated successfully, but these errors were encountered: