Skip to content

Update circulating supply inclusions / exclusions list #2137

Ben requested to merge chore/circulating-supply-exc-2137 into master

Ticket(s) / Related Merge Requests

#2137 (closed)

Summary of Changes

Update of inclusions and exclusions list for circulating supply

Testing Considerations

Todo by me:
  • Set up mainnet blockchain config on sandbox
  • Run php cli.php Blockchain syncMetrics to get things up to date
  • Cache may need busting if this is schedules
  • Add minds-offchain index to sandboxes
Testing

The only way you'll be able to test this is by using kubectl to get into the pod, and running the job above to sync blockchain metrics before testing - as it periodically resets.

Check the onchain portion of circulating supply here and compare to production https://www.minds.com/analytics/dashboard/token/supply

Given current wallet balances it should be around 40k less.

Note offchain balance will not be calculated on sandbox and isn't affected by this change. Some other fields are also not calculated - the only thing effected is the number pointed at below

Regression Scope

Effects wallets included and excluded from onchain circulating supply. Regression scope is really limited to this number in analytics.

Platform Affected (web, mobile, etc)

Engine level, web and mobile will update

Developer Testing Completed

Manual

Screenshots

image

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode
Edited by Ben

Merge request reports