hyperledger-firefly / hyperledger-firefly/firefly

Invalid identity updates get stuck as a pending batch forever

Open
#1,145 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
602
Forks
246
Avg merge
18h 47m
Merged PRs (30d)
6

Description

If one org (`org0`) attempts an identity update (`PATCH /identities/{id}`) on an identity other than its own (`org1`), the batch is stuck in pending forever.

This is because FireFly resolves the signing key to the key for `org1` and submits to evmconnect. evmconnect is then caught in a loop forever stating `Address unknown` since it does not have that key and cannot sign the batch pin transaction as requested.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.