clarinet icon indicating copy to clipboard operation
clarinet copied to clipboard

Validate epochs on deployment plan

Open obycode opened this issue 2 years ago • 2 comments

After generating the deployment plan, clarinet should verify that the contracts will get deployed in the correct epoch. For example, if I have a project which has multiple dependencies that all need to be deployed in 2.05, then the later batch of transactions could end up in 2.1 if there is not enough blocks in between them. This error should be able to be caught by the tools before launching the network.

obycode avatar May 24 '23 12:05 obycode