Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add set resolver step #3024

Merged
merged 6 commits into from
Jan 26, 2024
Merged

feat: add set resolver step #3024

merged 6 commits into from
Jan 26, 2024

Conversation

meelrossi
Copy link

Add tracking event for address assignation to ens
Add set resolver step

Copy link

vercel bot commented Jan 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
builder ❌ Failed (Inspect) Jan 26, 2024 8:55pm

@meelrossi meelrossi changed the title Feat: add set resolver step feat: add set resolver step Jan 26, 2024
@coveralls
Copy link

coveralls commented Jan 26, 2024

Pull Request Test Coverage Report for Build 7673270071

  • 0 of 24 (100.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.2%) to 46.226%

Totals Coverage Status
Change from base Build 7673201291: 0.2%
Covered Lines: 5244
Relevant Lines: 10259

💛 - Coveralls

@@ -278,6 +281,12 @@ export function ensReducer(state: ENSState = INITIAL_STATE, action: ENSReducerAc
error: { ...action.payload.error }
}
}
case CLEAR_ENS_ERRORS: {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind adding a test for the reduction of this action?

@@ -231,3 +233,7 @@ function* handleDeployToWorldSuccess(action: DeployToWorldSuccessAction) {

yield call(track, '[Success] Deploy to World', { project_id: project.id, eth_address: ethAddress, subdomain: deployment.world })
}

function* handleSetENSAddressSuccess(action: SetENSAddressSuccessAction) {
yield call(track, 'Map Address to Name', { name: action.payload.ens.name, address: action.payload.address })
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind moving this track code to the /src/modules/analytics/track.ts file if possible?

Copy link
Contributor

@LautaroPetaccio LautaroPetaccio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@meelrossi meelrossi merged commit 38efd07 into master Jan 26, 2024
6 of 7 checks passed
@meelrossi meelrossi deleted the feat/add-set-resolver-step branch January 26, 2024 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants