Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
neel-ds pushed 6 commits to PROD-657/verify-payment-details gator-labs/chomp
neel-ds opened a draft pull request on gator-labs/chomp
PROD-613: Ignore TypeError in Sentry
- Description It ignores TypeError: Cannot assign to read only property 'request' of object '#<c>' in Sentry as it relates to extension. - What are the steps to test that this code is working? ...neel-ds pushed 1 commit to prod-658/send-sol-tx gator-labs/chomp
- style: fix chomp loader align f1a9693
neel-ds pushed 1 commit to prod-658/send-sol-tx gator-labs/chomp
- fix: update decimal and CU chore: update feeSOL schema f8eb057
neel-ds created a comment on a pull request on gator-labs/chomp
@marvinmarnold I’ve added tests for all actions. However, I didn’t include tests for creating Solana transactions, signing with the signer from Dynamic, or processing transactions. This is because ...
neel-ds pushed 1 commit to prod-658/send-sol-tx gator-labs/chomp
- fix: update chain tx status test c249c87
neel-ds pushed 14 commits to prod-658/send-sol-tx gator-labs/chomp
- fix: limit reveal cards to 100 e976056
- Validate last block height is still good before submitting tx to chain. 2922aca
- Reset reveal if pending transaction is not found (or lookup fails) eef077c
- fix: increase confirmation timeout ce6a3cb
- Merge pull request #863 from gator-labs/PROD-663/reveal-carousel-reload-issue fix: limit reveal cards to 100 66cfb05
- Linter fix: unused variable. 0145530
- Linter fix: use const. 7e31f79
- Linter fix: use const. 97b44d8
- Skip check if blockHeight data are unavailable. b5286b5
- Merge pull request #867 from gator-labs/PROD-685/reveal-release-fix PROD-685: Reveal release fixes 0bef652
- Merge pull request #868 from gator-labs/fix/refactor-reveal fix: increase confirmation timeout 1e74d05
- Merge branch 'main' into prod-658/send-sol-tx dda704b
- fix: update chain tx 24c6f13
- feat: add test case 88eb8a8
neel-ds created a review comment on a pull request on gator-labs/chomp
Added FATL unique constraint
neel-ds pushed 7 commits to prod-658/send-sol-tx gator-labs/chomp
- Encode transaction so it can be passed to the backend. Fixes a bug that prevented successful reveals. d2deca7
- Linter fix. 259e68b
- Merge pull request #859 from gator-labs/fix/reveal-error-tx-submission Fix: encode transaction so it can be passed t... c19df2b
- fix: ref as branch not SHA 5c4ec36
- Merge pull request #862 from gator-labs/ma/fix-neon-ref fix: ref as branch not SHA 3881c48
- Merge branch 'main' into prod-658/send-sol-tx 66afe7b
- fix: processing state and FATL constraint refactoring: move hook out app 4b429ab
neel-ds created a review comment on a pull request on gator-labs/chomp
yes it's required field
neel-ds created a review comment on a pull request on gator-labs/chomp
Yes sure, I think we can reduce it 2k around.
neel-ds created a review comment on a pull request on gator-labs/chomp
I ensured that it doesn't record errors twice in Sentry by removing captureException from initiatePurchase() because it handles errors in two ways: 1. Errors that we directly show to user via t...
neel-ds created a review comment on a pull request on gator-labs/chomp
Step 3: ProcessTransaction requires Transaction w/ signature and it cannot be passed as prop to server from client function. I tried Shaun's approach to substitute the supported prop type but it di...
neel-ds pushed 1 commit to prod-658/send-sol-tx gator-labs/chomp
- refactoring: treasury address action 325803d
neel-ds pushed 1 commit to prod-658/send-sol-tx gator-labs/chomp
- refactoring: migrate actions deb7d81