hyperledger-firefly / hyperledger-firefly/firefly
Invalid identity updates get stuck as a pending batch forever
Open
- 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
Assessment
This issue has not been assessed yet.