Handle blockchain transaction failures #522
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#522
Loading…
Reference in a new issue
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?
FrostFSID contract now provides Waiter method for awaiting transactions to enter blockchain. It allows to ensure that a transaction entered a block successfully (with a HALT status). It would be nice to leverage these capabilities in s3 gateway in places where we wait transactions in contract clients.
Authmate
Modify
register-user
command to init contract clients with waiter options that raise an error if transaction enters blockchain inFAILED
state.Gateway
Init contract clients with waiter options that raise an error if transaction enters blockchain in
FAILED
state.Closed in #523