Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
vercel[bot] created a comment on a pull request on gator-labs/chomp
[vc]: #Nj/ocZQYdX7oJXsz+usE8EB3yXtmRBwBYx69IMXyFBs=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJjaG9tcCIsInJvb3REaXJlY3RvcnkiOm51bGwsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZ...
samott opened a pull request on gator-labs/chomp
Release: 21 January, 2025
- [PROD-605: ClaimAllError: Failed to fetch link preview](https://github.com/gator-labs/chomp/pull/872) - [PROD-494: Update PWA to support subj multiple choice](https://github.com/gator-labs/chomp...samott pushed 2 commits to main gator-labs/chomp
samott closed a pull request on gator-labs/chomp
fix: Cron filename typo
- Description Filename typo and prettiervercel[bot] created a comment on a pull request on gator-labs/chomp
[vc]: #jo0S/q4MKnkawRooEkWj4biluiLu/nezJ9QlQaOsY30=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJjaG9tcCIsInJvb3REaXJlY3RvcnkiOm51bGwsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZ...
neel-ds opened a pull request on gator-labs/chomp
fix: Cron filename typo
- Description Filename typo and prettiersamott pushed 7 commits to main gator-labs/chomp
- feat: process pending credit payment ac9fba0
- trigger redeployment 03bd06c
- Merge branch 'main' into prod-659/process-credit 6f42828
- fix: test conflicts abaf154
- refactoring: restructure verify payment 20a420b
- fix: credit change math 5326f4f
- Merge pull request #874 from gator-labs/prod-659/process-credit PROD-659: Process Pending Credit Payment [Cron] cb93798
samott closed a pull request on gator-labs/chomp
PROD-659: Process Pending Credit Payment [Cron]
### Description - API checks New Chain Tx records from the past week that are not finalized and not failed. - It validates these transactions by: - If finalized: • Updates the Chain Tx statu...marvinmarnold pushed 2 commits to main gator-labs/chomp
marvinmarnold closed a pull request on gator-labs/chomp
fix: test case
### Description Fix test failurevercel[bot] created a comment on a pull request on gator-labs/chomp
[vc]: #KIY7zlgEN2enOdjljg2bb27oMNPM2+x4byBPt7ZVweI=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJjaG9tcCIsInJvb3REaXJlY3RvcnkiOm51bGwsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZ...
neel-ds created a review comment on a pull request on gator-labs/chomp
Correct, this file use similar code but without payload guard and payload.sub checks
neel-ds created a review comment on a pull request on gator-labs/chomp
I moved the verification of instructions into new function.
neel-ds created a review comment on a pull request on gator-labs/chomp
Make sense added logic to capture in sentry and continue for rest
neel-ds pushed 19 commits to prod-659/process-credit gator-labs/chomp
- PROD-664 added check for wallet address in rank items for all time leaderboard fb72926
- PROD-554 updated tutorial questions d55015d
- fix: add ignore sentry error 7e00486
- PROD-554 fixed next button styling in tutorial flow 7d2466f
- feat: fetch link preview after drawer open c1cd0ab
- fix: unique constraint test fail issue 3b7c805
- fix: change address 0d2dc1d
- Merge pull request #870 from gator-labs/PROD-657/verify-payment-details PROD -657: Verify payment details 4ae185e
- Merge pull request #871 from gator-labs/prod-613/ignore-sentry PROD-613: Ignore TypeError in Sentry 3a0ae84
- Merge pull request #866 from gator-labs/PROD-554-Update-tutorial-questions PROD-554 updated tutorial questions 25627fb
- PROD-664 add util method for leaderboard usernames along with tests b58a4e9
- Merge pull request #872 from gator-labs/PROD-605/link-preview-fetch-failed feat: fetch link preview after drawer open 3943d4e
- Merge pull request #873 from gator-labs/fix/unique-constraint fix: unique constraint test fail issue 09058a6
- Merge pull request #865 from gator-labs/PROD-664-400-error-all-time-leaderboard PROD-664 added check for wallet addr... 8e35008
- Merge pull request #856 from gator-labs/prod-658/send-sol-tx PROD-658: Purchase Credits with SOL 3e32536
- Merge branch 'main' into prod-659/process-credit 6f42828
- fix: test conflicts abaf154
- refactoring: restructure verify payment 20a420b
- fix: credit change math 5326f4f
samott pushed 9 commits to main gator-labs/chomp
- Fix slow query for unauthenticated sessions. Update query to not fetch all chomp results in the database when we are... 2b1da09
- Stringify Decimal objects before returning to client. d340b88
- Remove unused imports. 7171fe9
- Limit QuestionAnswers to current user (or none if no session). 57a2046
- Add test for getStack() auth/unauth behaviour. f914728
- Lint fixes. 9e44183
- Lint fix. 7fc9c07
- Update test description. 03d4b49
- Merge pull request #869 from gator-labs/PROD-684/optimize-query-for-stacks PROD-684: Fix slow query for unauthentica... 04c607d