Tests fail after recent changes in laconicd #8
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
question
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/laconic-sdk#8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Test suite in
laconic-sdkfails when running laconicd with changes in https://github.com/cerc-io/laconicd/pull/40Error
Full failing test-suite output
Is this due to a bug in the new laconicd code, or were the tests not originally correct?
The tests all pass prior to PR 40 landing.
Should there be a bug filed in the laconicd project? (or should this bug have been filed there?)
One of the tests on laconic-sdk which is failing now is sendning funds from one account to other (get balance test). I tried to do the same on laconicd directly which worked fine.
Also in the PR #40 we upgraded to cosmos-sdk v0.46.3 from v0.46.2. Could this be the reason why laconic-sdk is failing to complete transactions?
Just to be sure this is the error being returned for every failing test right?
signature verification failed; please verify account number (0) and chain-id (ethermint_9000-1): feePayer pubkey EthPubKeySecp256k1{0233C41D160405A0E97DB0D18B9B26F7DBD21014300CC3B92357FF663F6880ADCF} is different from transaction pubkey EthPubKeySecp256k1{021DE395EE8B253EE9921F44F3638E3D19143ED9E7CEFBCC5293384425F1B1C34E}: invalid pubkey [cerc-io/laconicd/app/ante/eip712.go:251]: unauthorizedI don't see that error in the linked test output, just seeing a bunch of
The error trace doesn't seem to suggest an issue with the code implemented in laconicd, but rather some incompatability between laconic-sdk and the new v0.46.3 version of the cosmos-sdk being used as a dependency in laconicd. But, as Murali pointed out elsewhere, the upgrade was only from v0.46.2 => v0.46.3 and really shouldn't include breaking changes.
When I run the tests locally I see both kinds of errors
@nikugogoi I am not able to recreate the error log mentioned in the issue. Im gettting a bunch of
signature verification failederrors. Could you help me recreate this?@0xmuralik the
signature verification failederrors must be because of the mismatch in chain ID. The chain ID inlaconicdand the chain ID inlaconic-sdk(which can be set asCOSMOS_CHAIN_IDin.envfile) must be same.Previously, the chain ID in laconicd was
laconic_9000-1.On running the test now against latest laconicd I am getting a different error
unable to resolve type URL /vulcanize.nameservice.v1beta1.MsgSetRecord: tx parse errorFull failing test-suite output