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

Automate financial report generation and verification #128

Open
0xmichalis opened this issue May 3, 2019 · 2 comments
Open

Automate financial report generation and verification #128

0xmichalis opened this issue May 3, 2019 · 2 comments

Comments

@0xmichalis
Copy link
Contributor

0xmichalis commented May 3, 2019

A couple of thoughts after spending some time writting a script to verify the dev fund's income log and also reviewing financials:

  • I wouldn't fully trust public apis, there is a lot of missing or undocumented functionality spread out across different providers and I still expect we may get back false positives. I would still use public apis for verification though.
  • treat the income log as the source of truth (obviously we cannot use public apis to validate Grin transactions) - eventually it would be nice in the spirit of Grin's transparent governance to run a public read-only version of the Grin wallet, once read-only wallets in Grin is a thing
  • by treating the income log as the source of truth, we can start generating the quarterly financial reports based on the log, then use public apis for verification purposes

@lehnberg @ignopeverell

@lehnberg
Copy link
Collaborator

lehnberg commented May 3, 2019

Yes, sounds good to me. Would you be up for making an attempt to automate the Q2 2019 report when the time comes? Even only automating the numbers parts would be nice. We could then enhance this by adding written commentary around the numbers as part of finalising the report.

@0xmichalis
Copy link
Contributor Author

Agreed that's it's enough to automate just the numbers. Text should probably be manual to give more color to the data. Unfortunately, I can't commit to do this yet so the issue is up for grabs.

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

No branches or pull requests

2 participants