Fix/xelis - #1425
Draft
danrmiller wants to merge 8 commits into
Draft
Conversation
Pin Flutter 3.44.8 and Rust 1.91.0 across CI, container images, build documentation, and helper scripts. Bootstrap container jobs so the first staging build is not coupled to CI image rebuild timing. Verified: workflow YAML parsed successfully, rust_version.sh passed bash syntax checking, and the staged diff passed git diff --check.
Keep the no-secret pull-request path aligned with scripts/prebuild.sh so exchange imports compile when repository secrets are unavailable. Verified: test workflow YAML parsed successfully and the staged diff passed git diff --check.
Upgrade xelis_dart_sdk to 0.35.1 and xelis_flutter to v0.3.0. Move Isar to 3.3.2 with the analyzer 10 / Hive CE 1.11.1 generator graph, regenerate schemas, and retain the generated Hive registrar. Handle the new pending-transaction wallet event without treating it as finalized, and add an API smoke test. Regenerating the lockfile also restores unrelated entries that the original update branch had resolved against stale template inputs. Verified on Flutter 3.44.8 / Dart 3.12.2: pub get succeeded; build_runner wrote 0 additional outputs; focused Xelis, Hive, and Isar tests passed 16/16; Xelis cargo check completed with Rust 1.91.0; scoped analyzer reported no errors; formatting and git diff checks passed.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## staging #1425 +/- ##
===========================================
+ Coverage 4.75% 4.94% +0.18%
===========================================
Files 1108 1109 +1
Lines 110815 110882 +67
===========================================
+ Hits 5273 5486 +213
+ Misses 105542 105396 -146 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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
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.
This is from @sneurlax and it has some generated dart.g files I did not include so I made this draft PR to make it easier for me look into that more closely. Don't merge it as-is, there are some things we might not want like changing the xelis_ffi from upstream to a manymath fork.