Yes#419
Open
Windowlight wants to merge 772 commits into
Open
Conversation
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)
…(admin; conflicts auto-resolved -X theirs)
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
|
@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. |
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.
Close #244