Description
The payment-splitting module exists on disk but is not declared from lib.rs and is not reachable through VeritixToken. This hides real code from CI and prevents the feature from being used.
Acceptance Criteria
Technical Scope
- Files likely affected:
src/lib.rs, src/contract.rs, src/splitter.rs
- Modules/contracts involved:
VeritixToken, splitter
Dependencies
None
Notes
Expect follow-up fixes once the module is actually compiled, because placeholder tests suggest it has never been exercised end-to-end.
Description
The payment-splitting module exists on disk but is not declared from
lib.rsand is not reachable throughVeritixToken. This hides real code from CI and prevents the feature from being used.Acceptance Criteria
splitter.rsis declared fromlib.rsVeritixTokenexposes public create/distribute/get split methodsTechnical Scope
src/lib.rs,src/contract.rs,src/splitter.rsVeritixToken,splitterDependencies
None
Notes
Expect follow-up fixes once the module is actually compiled, because placeholder tests suggest it has never been exercised end-to-end.