AugustoL / dxdao-snapshot

Javscript scripts to create a snapshot DB of DXdao ethereum infrastructure
GNU Affero General Public License v3.0
9 stars 4 forks source link

Split snapshot and transactions #2

Open AugustoL opened 4 years ago

AugustoL commented 4 years ago

Remove transactions from snapshot file, have them in a transactions file instead and this will result in two files:

fMercury commented 4 years ago

question: transactions script also recover events. this events information have to be in transactios.json file? or in snapshot.json with all information related to dxdao, members, proposals and schemes information, generated with the snapshot script? Thanks

AugustoL commented 4 years ago

question: transactions script also recover events. this events information have to be in transactios.json file? or in snapshot.json with all information related to dxdao, members, proposals and schemes information, generated with the snapshot script? Thanks

Answered you in the PR,

AugustoL commented 4 years ago

Should I assign thsi issue to you? @fMercury

fMercury commented 4 years ago

Perfect, Thanks! I'm working on changes that fit your answer and I'll push in the PR.

fMercury commented 4 years ago

This issue should be close ! ;)