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

fix(mu): message loss due to messages going directly to Arweave #905

Open
VinceJuliano opened this issue Jul 22, 2024 · 0 comments
Open
Labels
mu ao Messenger unit

Comments

@VinceJuliano
Copy link
Collaborator

Background

It has been an ongoing challenge for the MU to detect whether a message is going to a process or directly to Arweave because it is sent to a wallet. There are still messages going incorrectly to Arweave for example W1R6Gq8Y11AS2_GuS96e0cRKc95r7qHB9wE6iQ4FJUM. The main cause of this is that it is difficuilt to make the isWallet function reliable.

Solution

Find some way to determine reliably if an id is a wallet, or, try to send it to the su for the given id, and if it isnt present on that su, send it to arweave.

@VinceJuliano VinceJuliano added the mu ao Messenger unit label Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mu ao Messenger unit
Projects
None yet
Development

No branches or pull requests

1 participant