WalletConnect / blockchain-api

WalletConnect's Blockchain API
MIT License
51 stars 40 forks source link

feat(analytics): adding names registrations analytics #676

Closed geekbrother closed 2 months ago

geekbrother commented 2 months ago

Description

This PR adds name registration analytics with the following data:

The analytics data is stored in the blockchain-api/name-requests/name_registrations S3 bucket.

How Has This Been Tested?

Not tested.

Due Diligence

geekbrother commented 2 months ago

Is registration all we want to track? What about name updates?

The registration is the only we need at the moment since we do not have UI for the name updates yet (( Just the registration and resolution.

Should this be modeled in a different way to support?

It should be a different struct for updates.