Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

duplicate txn error does not consider step being moved #54

@dbeal-eth

Description

@dbeal-eth

suppose you have cannonfile like

[invoke.one]
step =1
[invoke.two]
step = 2

and change it to

[invoke.one]
step = 2
[invoke.two]
step = 2

if you have already built it, you will get an error that the txn has already been run. but in reality, the txn has been removed from a previous step and moved to a new step.

this will likely be fixed by topological cannonfiles.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions