Replicate/mirror/port data from one network to another #197
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In order to have useful test data we should replicate data from our main instance to some test instance (potentially on a different network)
Current ideas/plan
added June 1, 2021
confirmedAtBlock
dynamically when creating object, until migration done. Set boolean flag to disallow afterwardsI was just wondering if there's a fairly easy way for me to mirror the current Rinkeby data to my local testnet. Then I had an idea: could this be a function that is only called when deploying the contracts/DAO? By this, I mean it wouldn't usually be allowed to e.g. create a contribution with a
confirmed_at
in the past, but I guess during contract deployment the function could actually do this by directly storing all data from a JSON dump or something, right?