Skip to content

Fix/280 sync circleview - #362

Open
uche102 wants to merge 5 commits into
crackedstudio:mainfrom
uche102:fix/280-sync-circleview
Open

Fix/280 sync circleview#362
uche102 wants to merge 5 commits into
crackedstudio:mainfrom
uche102:fix/280-sync-circleview

Conversation

@uche102

@uche102 uche102 commented Aug 31, 2026

Copy link
Copy Markdown

--Closes #280
. Problem: client CircleView omitted three on-chain fields (vk, contributors, cancelled), causing silent type drift and incorrect UI/logic.

. Fix: add vk: ContractVerificationKey, contributors: string[], and cancelled: boolean to contract.ts.

. Branch: fix/280-sync-circleview

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.

CircleView has drifted from the contract's Circle struct

1 participant