break icon indicating copy to clipboard operation
break copied to clipboard

Track transactions created per day

Open jstarry opened this issue 5 years ago • 1 comments

Problem

We want to track the full impact of the break game on the cluster over time

Proposed Changes

  • Create break program config account
  • Add increment day count instruction
  • Profit

If short on time:

  • Add Redis Heroku addon
  • Track sent transactions in the server and increment a date redis key
  • Periodically broadcast daily transactions

jstarry avatar Apr 07 '20 14:04 jstarry

How about storing the sent transactions counter in a Config program account on-chain!

mvines avatar Apr 07 '20 18:04 mvines