Kindelia
Kindelia copied to clipboard
`kindelia publish` improvement
if a rollback happens when there is a publish
in the mempool, that publish
will be removed from the mempool, and so, you need to publish
the file again. Since it's the same file, it's bound to add already publish
ed fun
s and ctr
s to the mempool, which is a pain in the ass, considering the fact that the node will receive everything, including "repeated" things, returning a wall of ERROR
s, wasting a lot of time, just to get another rollback, and the cycle repeats.
That being said, i think it would be pretty useful to have a command like:
kindelia node publish --nodebug
or
kindelia node republish
that ignores already publish
ed functions and only adds to the mempool those that "didn't fail"