kadena-io / kda-tool

CLI interface to the the Kadena blockchain
https://kadena.io/
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

Improvement: Implement a "polling" poll #13

Closed CryptoPascal31 closed 1 year ago

CryptoPascal31 commented 1 year ago

kda-tool should have a "polling" poll command.

This command should poll the node (every x seconds) and return only when the transaction has been mined (with failure or success). In fact exactly how Chainweaver actually does.

A timeout is although necessary.

mightybyte commented 1 year ago

This is pretty trivial to achieve in a shell script with a loop and delay.