You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all transactions are in the json file and this is problematic as json can grow too big. What we would like to do is move transaction object from ledger_state into publisher_info_db.
We need to create new table contribution_details or we could add new fields into existing contribution_info table.
Currently all transactions are in the json file and this is problematic as json can grow too big. What we would like to do is move transaction object from
ledger_state
intopublisher_info_db
.We need to create new table
contribution_details
or we could add new fields into existingcontribution_info
table.Example of one transaction from json
The text was updated successfully, but these errors were encountered: