Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

gator-labs/chomp

moyounishimself starred gator-labs/chomp
vercel[bot] created a comment on a pull request on gator-labs/chomp
[vc]: #e9ThxXsreJK2hHe7iSBh8o55lzPLljrczq5pgS5RSCQ=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJjaG9tcCIsImluc3BlY3RvclVybCI6Imh0dHBzOi8vdmVyY2VsLmNvbS9nYXRvci1sYWJzL...

View on GitHub

neel-ds opened a pull request on gator-labs/chomp
PROD-621: Credit free random deck CTA
- Description Add random credit free deck option in paid deck - What are the steps to test that this code is working? Open a credit based deck - Screen shots or recordings for UI changes !...
neel-ds pushed 1 commit to PROD-620/deck-screen-cta gator-labs/chomp

View on GitHub

vercel[bot] created a comment on a pull request on gator-labs/chomp
[vc]: #y3exeu+Rpi/OGaOvN1sdlRkuDZtYIw/J8SLQBdUzETo=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJjaG9tcCIsImluc3BlY3RvclVybCI6Imh0dHBzOi8vdmVyY2VsLmNvbS9nYXRvci1sYWJzL...

View on GitHub

neel-ds opened a pull request on gator-labs/chomp
PROD-620: Deck Screen CTA
- Description Show the buttons according to credits required and add buy credit drawer - What are the steps to test that this code is working? Open a deck - Screen shots or recordings for U...
neel-ds created a branch on gator-labs/chomp

PROD-620/deck-screen-cta

neel-ds opened a pull request on gator-labs/chomp
PRDO-619: Add Deck Info CTA
- Description Add info drawer and entry cost badge on deck preview card - What are the steps to test that this code is working? open a deck - Screen shots or recordings for UI changes ![Sc...
neel-ds created a branch on gator-labs/chomp

PROD-619/deck-cost

neel-ds created a review comment on a pull request on gator-labs/chomp
This could cause a case sensitivity issue. Maybe you can assign the env value directly without condition.

View on GitHub

neel-ds created a review on a pull request on gator-labs/chomp

View on GitHub

yash431garg created a review comment on a pull request on gator-labs/chomp
Yea, I have about will ask in the call regarding this.

View on GitHub

yash431garg created a review on a pull request on gator-labs/chomp

View on GitHub

yash431garg created a review comment on a pull request on gator-labs/chomp
Sure,

View on GitHub

yash431garg created a review on a pull request on gator-labs/chomp

View on GitHub

yash431garg created a review comment on a pull request on gator-labs/chomp
It is not a token account it is AssociatedTokenAddress which means it is the mint address for that account. If you want I can make it treasuryAssociatedTokenAddress.

View on GitHub

yash431garg created a review on a pull request on gator-labs/chomp

View on GitHub

neel-ds created a review comment on a pull request on gator-labs/chomp
is it fine to remove CU optimization here if it is not required?

View on GitHub

neel-ds created a review comment on a pull request on gator-labs/chomp
same goes here with name

View on GitHub

neel-ds created a review comment on a pull request on gator-labs/chomp
Can you add a comment explaining the empty array argument?

View on GitHub

neel-ds created a review comment on a pull request on gator-labs/chomp
Can you use more descriptive name like treasuryTokenAccount?

View on GitHub

neel-ds created a review on a pull request on gator-labs/chomp

View on GitHub

yash431garg pushed 1 commit to refactor/allow-payout gator-labs/chomp

View on GitHub

neel-ds created a review on a pull request on gator-labs/chomp

View on GitHub

yash431garg created a comment on a pull request on gator-labs/chomp
@marvinmarnold I have rebased this branch with main and squashed as well. If you think rebase is correct we can merge this work and close #798

View on GitHub

sentry-io[bot] created a comment on a pull request on gator-labs/chomp
## 🔍 Existing Issues For Review Your pull request is modifying functions with the following pre-existing issues: 📄 File: **app/actions/mysteryBox/open.ts** | Function | Unhandled Issue | | :-----...

View on GitHub

vercel[bot] created a comment on a pull request on gator-labs/chomp
[vc]: #L8r/prEcnprMKbFDXgBHhRiXmi2RJxwG7UZz+zJNf+s=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJjaG9tcCIsImluc3BlY3RvclVybCI6Imh0dHBzOi8vdmVyY2VsLmNvbS9nYXRvci1sYWJzL...

View on GitHub

yash431garg pushed 28 commits to refactor/allow-payout gator-labs/chomp
  • feat: setup sentry wizard 3bfb96a
  • refactor: new query for total points and codebase refactoring for credit amount query 67b3a41
  • add test 6ccc0e8
  • yarn fix e6245a2
  • fix: delete test data after use ef6901a
  • Update sentry.client.config.ts 4d0bba7
  • Update sentry.client.config.ts e631699
  • Merge pull request #774 from gator-labs/PROD-572/sentry-source PROD-572: Setup sentry wizard d5a52b0
  • Merge pull request #788 from gator-labs/PROD-612/points-fix refactor: new query for total points and codebase refact... 3900c5b
  • Merge pull request #789 from gator-labs/PROD-611/flaky-test PROD-611: Fix test afterAll c0268c9
  • feat: add feature flag e5a466d
  • fix: add new user mystery box feature flag in test Co-Authored-By: [email protected] <[email protected]> 04d19f1
  • Merge pull request #790 from gator-labs/PROD-553/add-feature-flag-tutorial-mystery-box feat: add feature flag 5ccc693
  • build: temp sql file to force migration 717963c
  • Merge pull request #792 from gator-labs/ma/force-migration build: temp sql file to force migration 19223c6
  • docs: cleanup readme, lint, delete unusued files 9e4febb
  • Merge pull request #793 from gator-labs/ma/cleanup docs: cleanup readme, lint, delete unusued files 3c700c3
  • refactor design a5ddd6b
  • refactor revalidation and design aed58d3
  • fix: mystery box eligiblity 44dc6f2
  • and 8 more ...

View on GitHub

yash431garg created a branch on gator-labs/chomp

refactor/allow-payout

yash431garg pushed 1 commit to PROD-610/allow-payout-even-no-bonk gator-labs/chomp
  • refactor: optimize send bonk and refactor myster box be558dd

View on GitHub

Load more