perf: add compression filter and document HTTP/2 proxy setup (#744)#813
Open
MAN7A-afk wants to merge 823 commits into
Open
perf: add compression filter and document HTTP/2 proxy setup (#744)#813MAN7A-afk wants to merge 823 commits into
MAN7A-afk wants to merge 823 commits into
Conversation
…sts-and-ci-regressions fix: resolve contract test regressions
…-governance-allowance-expiry-and-escrow-tests feat: 415 and 436 governance allowance expiry and escrow tests
…ations feat: replace inline DDL with numbered SQL migrations
…w-auth fix: restrict reclaim and release auth to escrow record admin
…rses-from-api feat: fetch frontend courses from backend API
…-learn-token-event-and-comments-security fix: 418 and 428 learn token event and comments security
Regenerate root and server lock files to include missing packages (@noble/hashes, sanitize-html and dependencies) that were added in recent PRs but not committed, causing npm ci failures in CI. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
transaction loading state
Previous lock file was generated with npm 11 (Node 24) but CI uses npm 10 (Node 22), causing @noble/hashes@2.0.1 and other packages to appear missing during npm ci. Regenerated with the matching version. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…tones feat: Implement CourseMilestone complete_milestone with LRN reward config
…-wiring fix: wire Credential.tsx to scholar_nft contract and IPFS
…-bump fix: add persistent storage TTL bumps to scholar_nft contract
…e-fn fix(scholar-nft): remove admin param from revoke(), read from storage…
feat: Add contract interaction diagram (Mermaid) to README
Run npx prettier --write on all files that were flagged by the CI prettier check step. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The file was corrupted during a bad merge of the complete-milestones branch, interleaving fragments from both sides. Restored to the clean version from commit 3be0456 which includes all complete_milestone tests with proper MockLearnToken, authorize helpers, and setup(). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…n comment vote endpoint Fixes bakeronchain#425 - Add a VOTE_COLUMN constant (Record<string, string>) mapping 'upvote' -> 'upvotes' and 'downvote' -> 'downvotes' - Replace the !['upvote','downvote'].includes(type) guard with !VOTE_COLUMN[type] - Use const col = VOTE_COLUMN[type] at all three query sites (remove-vote, change-vote, new-vote branches) instead of interpolating the user-supplied `type` value directly into SQL templates
Replace pointer dereferences (*event_contract_id, *topics, *data) with direct comparisons, and use topics.contains() + data.into_val() pattern consistent with how other contracts assert events in this repo. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
MockAuthInvoke.args expects Vec<Val> in SDK v23, not Val. Add Vec to imports and update the IntoVal bound accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…lestone extend_ttl panics if the key doesn't exist. When complete_milestone is called without a prior set_milestone_reward, MilestoneLrn key is absent. Only extend if the key exists (reward defaults to 0 already via unwrap_or). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ning ci: implement automated dependency security scanning bakeronchain#703
…funding feat: implement multi-donor co-funding and contribution tracking bakeronchain#587
…dress-display feat(ui): add wallet address display with truncation, copy, and modal
…community-forum feat: implement community forum (Issue bakeronchain#747)
Contributor
|
please fix conflicts |
|
@MAN7A-afk Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
Contributor
|
@MAN7A-afk I think you can pull from upstream |
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.
Closes #744
What I did: