Skip to content

Yes#419

Open
Windowlight wants to merge 772 commits into
Predictify-org:mainfrom
Windowlight:yes
Open

Yes#419
Windowlight wants to merge 772 commits into
Predictify-org:mainfrom
Windowlight:yes

Conversation

@Windowlight

Copy link
Copy Markdown
Contributor

Close #244

believetimothy and others added 30 commits June 27, 2026 17:02
Restore missing @testing-library/dom and cli-table lockfile entries that
were dropped when merging upstream/main, which caused npm ci to fail in CI.
Remove duplicate closing braces in withdraw route, restore settle payload
response, and import errorResponse from the server errors module in batch.
Implement build, optimize, and deploy targets for the GrantFox campaign.

- Added operations/grantfox-build.sh for optimized WASM building
- Added operations/deploy-grantfox.sh for GrantFox-specific deployment
- Added operations/make-grantfox-deploys.sh as high-level deployment wrapper
- Added scripts/build-grantfox-contract.sh for GrantFox contract building
- Added scripts/deploy-grantfox-contract.sh for deployment with safety checks
- Enhanced Makefile with grantfox-specific targets (build-grantfox, test-grantfox, test-all-grantfox)
- All scripts enforce testnet-only deployment and include WASM optimization
- Includes comprehensive safety guards and error handling for GrantFox campaign

Co-authored-by: openhands <openhands@all-hands.dev>
- Add tests/contract.test.ts with 26 structural tests
- Validates ErrorEnvelope, WalletChallenge, WalletToken, StreamV2 shapes
- Covers all 5 API endpoints from openapi.json
- Tests both happy-path fixtures and negative/rejection cases
- No external validator deps; uses hand-rolled shape assertions

Closes #590
feat: add inline copy-to-clipboard buttons everywhere addresses are s…
feat: polish wallet selection modal with provider compat matrix
feat: add cursor pagination on /api/activity
feat: emit contract events for cancel/amend/admin actions
feat: add accessible step indicator for create-stream wizard
feat: add durable webhook subscription store
…rprint

feat: add request fingerprinting for fraud signals (#569)
feat(webhooks): add admin redeliver endpoint (#594)
feat: add gas-on-recipient toggle with clear cost surfaced
…nce (admin; conflicts auto-resolved -X theirs)
- Add module-level doc comment explaining the contract purpose and lifecycle
- Document Contract struct, StreamStatus enum (all variants), Stream struct
  (all fields), and DataKey enum (all variants)
- Add full NatSpec-style /// docs to all 8 public fns (initialize, set_paused,
  set_token_allowed, create_stream, start_stream, get_stream, withdrawable,
  withdraw) with # Parameters, # Returns, # Errors, and # Auth sections
- Document all private helpers (next_stream_id, get_existing_stream,
  withdrawable_amount, require_admin, require_not_paused, is_token_blocked)
- Add 8 focused tests covering every documented error condition:
  initialize_twice, set_paused wrong admin, set_token_allowed wrong admin,
  start_stream missing/paused, withdraw missing/draft/zero, withdrawable missing

Closes #618
Co-authored-by: Cursor <cursoragent@cursor.com>
feat: add toast queue with role=status  #547
feat: add natspec-style /// docs to every public entrypoint
…ookDeliveryWorker singleton

feat: replace anchor tag with Next.js Link component in NewStreamPage
@vercel

vercel Bot commented Jun 30, 2026

Copy link
Copy Markdown

@Windowlight is attempting to deploy a commit to the Jagadeesh B's projects Team on Vercel.

A member of the Team first needs to authorize it.

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 user-preference reduced-motion controls and a "still UI" mode in Settings → Accessibility