cspr-rad / kairos

Apache License 2.0
2 stars 0 forks source link

Make demo smoother & fix transfer, withdraw CLI error reporting #149

Closed Avi-D-coder closed 1 month ago

marijanp commented 1 month ago

The e2e fails because the sender does not have an account:

client # http client error: {"ResponseErrorWithCode":[409,"transfer precheck caught: Transfer Failed: sender does not have an account\n With transfer: Signed { public_key: [1, 232, 225, 224, 177, 9, 114, 228, 148, 93, 30, 73, 61, 65, 190, 143, 57, 244, 123, 177, 41, 159, 50, 72, 242, 151, 210, 44, 188, 2, 1, 15, 137], nonce: 0, transaction: Transfer { recipient: [1, 124, 194, 242, 77, 134, 189, 53, 211, 88, 238, 36, 148, 213, 101, 171, 232, 87, 64, 12, 46, 244, 234, 13, 207, 40, 43, 50, 103, 113, 170, 212, 235], amount: 1000 } }"]}

could this be related to the introduced testdata?

Avi-D-coder commented 1 month ago

The e2e fails because the sender does not have an account:

client # http client error: {"ResponseErrorWithCode":[409,"transfer precheck caught: Transfer Failed: sender does not have an account\n With transfer: Signed { public_key: [1, 232, 225, 224, 177, 9, 114, 228, 148, 93, 30, 73, 61, 65, 190, 143, 57, 244, 123, 177, 41, 159, 50, 72, 242, 151, 210, 44, 188, 2, 1, 15, 137], nonce: 0, transaction: Transfer { recipient: [1, 124, 194, 242, 77, 134, 189, 53, 211, 88, 238, 36, 148, 213, 101, 171, 232, 87, 64, 12, 46, 244, 234, 13, 207, 40, 43, 50, 103, 113, 170, 212, 235], amount: 1000 } }"]}

could this be related to the introduced testdata?

I don't think so, not sure yet