fix: resolve 57 pre-existing CI compilation errors - #726
Merged
greatest0fallt1me merged 2 commits intoJun 27, 2026
Merged
Conversation
- err.rs: fix duplicate discriminants, add missing match arms & 4 variants - circuit_breaker.rs: fix imports, add half_open_quota, remove broken code - market_id_generator.rs: remove duplicate definitions - markets.rs: fix max_ttl and import path - Bulk rename crate::errors:: -> crate::err:: across 47 files - append_record: add missing 5th argument to all calls
Adesam007-pr3dator
force-pushed
the
fix/ci-compilation-errors
branch
from
June 27, 2026 18:34
90879d8 to
e91a249
Compare
- events.rs: chain_mismatch->chain_mm (14 chars exceeds Soroban max 9) - lib.rs: add missing use crate::storage::DataKey import - market_id_generator.rs: remove duplicate seed sealing methods - storage.rs: add DisputeStakeCap(Symbol,Address) variant to DataKey - markets.rs: .bump()->.extend_ttl() for Soroban SDK v25 Instance - tokens.rs: TokenDecimalsMismatch->AssetDecimalsMismatch - append_record: add None 5th arg to all missing call sites
Contributor
|
Merged via direct push to master (admin) |
3 tasks
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.
Closes #651
Resolves 57 pre-existing CI compilation errors on master.