popstellar icon indicating copy to clipboard operation
popstellar copied to clipboard

Karate transaction feature has no support for several transactions

Open simone-kalbermatter opened this issue 2 years ago • 0 comments

The Transaction class in Karate currently only supports the initial transaction (using coinbase) and does not keep track of previous transactions. This makes one Karate scenario in transaction.feature consistently fail: Transfer valid amount should work

The Transaction class needs to be extended to support several transactions to make this test pass.

simone-kalbermatter avatar Jun 05 '23 21:06 simone-kalbermatter