-
Notifications
You must be signed in to change notification settings - Fork 37
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
Crash when funder trying to pay in NOnion-based LN channel #181
Comments
parhamsaremi
added a commit
to parhamsaremi/geewallet
that referenced
this issue
Nov 8, 2022
parhamsaremi
added a commit
to parhamsaremi/geewallet
that referenced
this issue
Nov 8, 2022
parhamsaremi
added a commit
to parhamsaremi/NOnion
that referenced
this issue
Nov 9, 2022
Previously returned exception with failwith which returned System.Exception. Now it returns NOnionExceptoin. Fixes nblockchain/geewallet#181
parhamsaremi
added a commit
to parhamsaremi/geewallet
that referenced
this issue
Nov 9, 2022
Catch the NOnionException after Retrys have finished and the problem still exists. We catch the exception and return an error. Fixes: nblockchain#181 Fixes: nblockchain#182
parhamsaremi
added a commit
to parhamsaremi/geewallet
that referenced
this issue
Nov 9, 2022
Catch the NOnionException after Retrys have finished and the problem still exists. We catch the exception and return an error. Fixes nblockchain#181 Fixes nblockchain#182
parhamsaremi
added a commit
to parhamsaremi/NOnion
that referenced
this issue
Nov 9, 2022
Previously returned exception with failwith which returned System.Exception. Now it returns NOnionExceptoin. This work is necessary for fixing [1], but it dosn't fix it. The fix for that problem should be continued on GWallet. [1] nblockchain/geewallet#181
parhamsaremi
added a commit
to parhamsaremi/NOnion
that referenced
this issue
Nov 9, 2022
Previously returned exception with failwith which returned System.Exception. Now it returns NOnionExceptoin. This work is necessary for fixing [1]. [1] nblockchain/geewallet#181
knocte
added a commit
to nblockchain/NOnion
that referenced
this issue
Nov 10, 2022
This work is necessary for fixing [1]. [1] nblockchain/geewallet#181
parhamsaremi
added a commit
to parhamsaremi/geewallet
that referenced
this issue
Nov 11, 2022
Change 0.12.0--date20221007-1209.git-b58d305 to 0.12.0--date20221110-0551.git-59a6127. This update throws NOnionException instead of SystemException when download in TorGurad is failed. Fixes nblockchain#181
parhamsaremi
added a commit
to parhamsaremi/geewallet
that referenced
this issue
Nov 14, 2022
Catch the NOnionException after Retrys have finished and the problem still exists. We catch the exception and return an error. Fixes nblockchain#181 Fixes nblockchain#182
parhamsaremi
added a commit
to parhamsaremi/geewallet
that referenced
this issue
Nov 14, 2022
Fixes nblockchain#181 Fixes nblockchain#184 Fixes nblockchain#186
parhamsaremi
added a commit
to parhamsaremi/geewallet
that referenced
this issue
Nov 15, 2022
Fixes nblockchain#181 Fixes nblockchain#184 Fixes nblockchain#186
parhamsaremi
added a commit
to parhamsaremi/geewallet
that referenced
this issue
Nov 15, 2022
Catch the NOnionException after Retrys have finished and the problem still exists. We catch the exception and return an error. Fixes nblockchain#181 Fixes nblockchain#182
parhamsaremi
added a commit
to parhamsaremi/geewallet
that referenced
this issue
Nov 15, 2022
Fixes nblockchain#181 Fixes nblockchain#184 Fixes nblockchain#186
parhamsaremi
added a commit
to parhamsaremi/geewallet
that referenced
this issue
Nov 15, 2022
We have to use new for instanciating TorServiceHost since in the new version of NOnion this type is IDisposable. Fixes nblockchain#181 Fixes nblockchain#184 Fixes nblockchain#186
parhamsaremi
added a commit
to parhamsaremi/geewallet
that referenced
this issue
Nov 15, 2022
We have to use new for instanciating TorServiceHost since in the new version of NOnion this type is IDisposable. Fixes nblockchain#181 Fixes nblockchain#184 Fixes nblockchain#186
parhamsaremi
added a commit
to parhamsaremi/geewallet
that referenced
this issue
Nov 15, 2022
We have to use new for instanciating TorServiceHost since in the new version of NOnion this type is IDisposable. Fixes nblockchain#181 Fixes nblockchain#184 Fixes nblockchain#186
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: