Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
samott created a review comment on a pull request on gator-labs/chomp
The tests elsewhere in the codebase only check if this flag is truthy. We should use a consistent convention.
samott opened a pull request on gator-labs/chomp
PROD-669: Fix flaky deck test (alternative approach).
Fixes the flaky deck test by discounting data currently in the database.samott created a review comment on a pull request on gator-labs/chomp
Shouldn't this be `CreditByAdmin`?
samott created a review on a pull request on gator-labs/chomp
Looks good overall, works well.
samott created a review on a pull request on gator-labs/chomp
Looks good overall, works well.
samott created a review on a pull request on gator-labs/chomp
This still fails for me. I think the approach of changing the dates is causing problems over time that eventually break the tests again.
samott pushed 1 commit to PROD-688/manual-banned-users gator-labs/chomp
- Remove unused imports. 3e19922
samott pushed 6 commits to PROD-655/mystery-box-credits-button gator-labs/chomp
- Fix tests: don't generate wallet addresses >= 44 chars. Faker doesn't include the 0x prefix in its length limits. 93cd5a3
- Mysterybox test: Add user2 to allowlist (to isolate correct condition). a797b78
- Fix credits test to take account of configured rate. 5e99349
- Ensure small SOL values aren't stored in DB in engineering format. c1009ce
- Account for configurable SOL/credit exchange rate. 335454f
- Prettier fixes. 43a03b0
samott pushed 1 commit to PROD-688/manual-banned-users gator-labs/chomp
- Don't use revokeDynamicSession(). cf9db3e
samott pushed 1 commit to PROD-697/flaky-chompmas-test gator-labs/chomp
- Mysterybox test: Add user2 to allowlist (to isolate correct condition). 2408aa3
samott opened a pull request on gator-labs/chomp
PROD-697: Fix flaky Chomppas tests
Fix tests: don't generate wallet addresses >= 44 chars. Faker doesn't include the 0x prefix in its length limits.samott pushed 3 commits to PROD-707/credits-test-fails-when-sol-credit-cost-is-changed gator-labs/chomp
samott opened a pull request on gator-labs/chomp
PROD-707: Fix credits test to take account of configured rate.
Fix credits test to take account of configured rate.samott created a branch on gator-labs/chomp
samott opened a pull request on gator-labs/chomp
PROD-655: Hide "View credits" button if no credits are in the box.
Hide "View credits" button if no credits are in the box. With credits: ![mysterybox_credits](https://github.com/user-attachments/assets/7c79ee7d-1e87-46cc-82b9-daddf7bfb12a) No credits: ![m...samott created a review on a pull request on gator-labs/chomp
Looks good, works well.
samott created a review comment on a pull request on gator-labs/chomp
Does this handle the "no" case?
samott opened a pull request on gator-labs/chomp
PROD-688: manual banned users
Adds the ability to ban suspected bots.samott pushed 1 commit to PROD-688/manual-banned-users gator-labs/chomp
- Remove async from client component. 29436a2
samott pushed 1 commit to PROD-688/manual-banned-users gator-labs/chomp
- Fix Dynamic API URL; throw error on non-2xx status. 1179e6a
samott pushed 3 commits to PROD-688/manual-banned-users gator-labs/chomp
samott pushed 104 commits to prod gator-labs/chomp
- feat: purchase credits SOL tx 9fabb72
- refactor: better file handling fix: error handling update receiver address 81eda0f
- Merge branch 'main' into prod-658/send-sol-tx 4e1705c
- fix: initiate error title 0c7df31
- PROD-664 added check for wallet address in rank items for all time leaderboard fb72926
- Add getWalletOwner() utility. 662a52e
- Implement SOL payment verification action. bf00da2
- Merge branch 'main' into PROD-657/verify-payment-details 2a5e994
- Move verifySolPayment action to be with other credits code. 5ff4e1d
- Pull tx details from database. 9cbb9e7
- Check for edge cases in the transaction flow. 3528d96
- perf: handle errors and toast def2c21
- nit: update error message 4aa2c5f
- feat: store fees sol amount 99b1739
- feat: remove iscorrect validation from mcq b762351
- Integrate TX validation into flow. 74d9279
- Prettier fix. 85453cf
- Leverage getTreasuryPrivateKey(). 864915a
- Improve types. 7e5ae8c
- chore: add docs 70a278d
- and 84 more ...