-
Notifications
You must be signed in to change notification settings - Fork 86
Monero and Firo fix #5
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
up to date
Codecov Report
@@ Coverage Diff @@
## main #5 +/- ##
=======================================
Coverage ? 42.54%
=======================================
Files ? 100
Lines ? 10842
Branches ? 0
=======================================
Hits ? 4613
Misses ? 6229
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
rehrar
previously approved these changes
Aug 28, 2022
Firo tests pass
julian-CStack
previously approved these changes
Aug 29, 2022
julian-CStack
previously approved these changes
Aug 29, 2022
exchange serialization bugfix and partial test coverage
julian-CStack
previously approved these changes
Aug 29, 2022
fix firo double-or-int parse bug
Build v1.4.35
julian-CStack
approved these changes
Aug 30, 2022
ryleedavis
added a commit
that referenced
this pull request
Aug 30, 2022
Merge pull request #5 from cypherstack/staging
sneurlax
added a commit
that referenced
this pull request
Apr 25, 2024
hard to test, as I cannot claim/generate nor detect a previously-claimed/generated nym over Tor due to ``` flutter: Log: [Info][2024-04-25 20:28:22.609Z]: HTTP.post() rethrew: Exception: Command handling failed. With error: serverError flutter: #0 SocksSocket._handleCommandResponse (package:socks5_proxy/src/client/socks_client.dart:196:7) flutter: <asynchronous suspension> flutter: #1 SocksSocket.initialize (package:socks5_proxy/src/client/socks_client.dart:74:22) flutter: <asynchronous suspension> flutter: #2 SocksTCPClient.connect (package:socks5_proxy/src/client/socks_tcp_client.dart:70:20) flutter: <asynchronous suspension> flutter: #3 SocksTCPClient.assignToHttpClientWithSecureOptions.<anonymous closure> (package:socks5_proxy/src/client/socks_tcp_client.dart:46:40) flutter: <asynchronous suspension> flutter: #4 _ConnectionTarget.connect.<anonymous closure> (dart:_http/http_impl.dart:2490:32) flutter: <asynchronous suspension> flutter: #5 _HttpClient._openUrl.<anonymous closure> (dart:_http/http_impl.dart:2787:15) flutter: <asynchronous suspension> flutter: #6 HTTP.post (package:stackwallet/networking/http.dart:85:41) flutter: <asynchronous suspension> flutter: #7 PaynymIsApi._post (package:stackwallet/utilities/paynym_is_api.dart:54:22) flutter: <asynchronous suspension> flutter: #8 PaynymIsApi.nym (package:stackwallet/utilities/paynym_is_api.dart:267:22) flutter: <asynchronous suspension> flutter: #9 Wallet.refresh (package:stackwallet/wallets/wallet/wallet.dart:511:21) flutter: <asynchronous suspension> ```
1 task
sneurlax
added a commit
that referenced
this pull request
Aug 14, 2025
WIP, polyseed restoration test throws: ``` flutter: ERROR ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── flutter: ERROR │ 2025-08-14 20:21:20.986 flutter: ERROR ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄ flutter: ERROR │ Monero wallet test suite failed: Exception: file already exists "~/.stackwallet/wallets/monero/polyseed_test_2529" flutter: ERROR │ #0 checkWalletStatus (package:cs_monero/src/ffi_bindings/monero_wallet_bindings.dart:18:3) flutter: ERROR │ #1 MoneroWallet.restoreWalletFromSeed (package:cs_monero/src/wallets/monero_wallet.dart:241:13) flutter: ERROR │ <asynchronous suspension> flutter: ERROR │ #2 MoneroWalletTestSuite._testPolyseedRestoration (package:stackwallet/services/testing/test_suites/monero_wallet_test_suite.dart:194:16) flutter: ERROR │ <asynchronous suspension> flutter: ERROR │ #3 MoneroWalletTestSuite.runTests (package:stackwallet/services/testing/test_suites/monero_wallet_test_suite.dart:52:7) flutter: ERROR │ <asynchronous suspension> flutter: ERROR │ #4 Future.timeout.<anonymous closure> (dart:async/future_impl.dart:1043:7) flutter: ERROR │ <asynchronous suspension> flutter: ERROR │ #5 TestingService.runTestSuite (package:stackwallet/services/testing/testing_service.dart:88:22) flutter: ERROR │ <asynchronous suspension> flutter: ERROR │ #6 TestingService.runAllTests (package:stackwallet/services/testing/testing_service.dart:65:9) flutter: ERROR │ <asynchronous suspension> flutter: ERROR │ flutter: ERROR └─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.