Inconsistent Insufficient funds error in testing #33

Closed
opened 2023-02-17 16:33:35 +00:00 by ABastionOfSanity · 0 comments
ABastionOfSanity commented 2023-02-17 16:33:35 +00:00 (Migrated from github.com)

https://github.com/cerc-io/laconic-sdk/actions/runs/4205228340/attempts/1

FAIL src/sdk.test.ts
Querying
✕ Endpoint and chain ID.
✕ Get status.
✕ List records.
✕ Query records by reference.
✕ Query records by attributes.
✕ Query records by id.
✕ Query records passing refs true.

● Querying › Endpoint and chain ID.

Unable to write to laconicd.

From returned stacktrace:
github.com/cerc-io/laconicd/x/bond/keeper.Keeper.TransferCoinsToModuleAccount
github.com/cerc-io/laconicd/x/bond/keeper/keeper.go:343

failed to execute message; message index: 0: Insufficient funds.: insufficient funds
And then later: Unable to write to laconicd.

This is does not happen on every run of tests, and was initially assumed to be a failure to update bond amount with additional tests being run.

https://github.com/cerc-io/laconic-sdk/actions/runs/4205228340/attempts/1 > FAIL src/sdk.test.ts > Querying > ✕ Endpoint and chain ID. > ✕ Get status. > ✕ List records. > ✕ Query records by reference. > ✕ Query records by attributes. > ✕ Query records by id. > ✕ Query records passing refs true. > > ● Querying › Endpoint and chain ID. > > Unable to write to laconicd. From returned stacktrace: github.com/cerc-io/laconicd/x/bond/keeper.Keeper.TransferCoinsToModuleAccount github.com/cerc-io/laconicd/x/bond/keeper/keeper.go:343 **_failed to execute message; message index: 0: Insufficient funds.: insufficient funds_** And then later: Unable to write to laconicd. This is does not happen on every run of tests, and was initially assumed to be a failure to update bond amount with additional tests being run.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/laconic-sdk#33
No description provided.