darcys22 / godbledger

Accounting Software with GRPC endpoints and SQL Backends
https://www.godbledger.com/
GNU General Public License v3.0
480 stars 56 forks source link

improved logging of transactions in database #154

Open darcys22 opened 3 years ago

darcys22 commented 3 years ago

Make a new table for logging of all transactions that happens through GRPC, can probably be done with some middleware. Simply a table with timestamp and json string of all that came through the endpoints. Include signatures so can analyse everything that was done to get the database to its current state