Skip to content

fix: resolve 57 pre-existing CI compilation errors - #726

Merged
greatest0fallt1me merged 2 commits into
Predictify-org:masterfrom
Adesam007-pr3dator:fix/ci-compilation-errors
Jun 27, 2026
Merged

fix: resolve 57 pre-existing CI compilation errors#726
greatest0fallt1me merged 2 commits into
Predictify-org:masterfrom
Adesam007-pr3dator:fix/ci-compilation-errors

Conversation

@Adesam007-pr3dator

@Adesam007-pr3dator Adesam007-pr3dator commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Closes #651


Resolves 57 pre-existing CI compilation errors on master.

  • err.rs: Fix duplicate discriminants + add missing match arms + 4 missing variants
  • circuit_breaker.rs: Fix imports, missing field, broken code
  • market_id_generator.rs: Remove duplicate definitions
  • markets.rs: Fix max_ttl and import path
  • 47 files: Bulk rename crate::errors:: -> crate::err::
  • 5 files: Add missing 5th arg to append_record

- 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
Adesam007-pr3dator force-pushed the fix/ci-compilation-errors branch from 90879d8 to e91a249 Compare June 27, 2026 18:34
- 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
@greatest0fallt1me

Copy link
Copy Markdown
Contributor

Merged via direct push to master (admin)

@greatest0fallt1me
greatest0fallt1me merged commit 48b2661 into Predictify-org:master Jun 27, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add structured logging event StructuredLogEntry to events.rs with stable schema id

2 participants