kadena-io / pact

The Pact Smart Contract Language
https://pact-language.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
580 stars 100 forks source link

feature: support for reflecting db contents into another db #1366

Open edmundnoble opened 1 month ago

edmundnoble commented 1 month ago

This lets us for example reflect all of the things we read from one PactDb (like chainweb's) into another (like a pure one) for later use (for example in a unit test).

Change-Id: I476b90b2074ad2b6cd4de0b376931108181e638d

PR checklist:

Additionally, please justify why you should or should not do the following: