Stephan February
Stephan February
BugFix. Payload data is populated with metadata ### Motivation: It's a bug. Instead of assigning payload data to the `Payload.data` field, it is instead incorrectly assigned to the metadata field....
## Bug Description This bug relates to observed runtime behaviour within the Arc testnet node at `https://arc-test.taal.com`. I submitted a transaction for processing, and even though the transaction has been...
## Bug Description Briefly describe the bug/issue you've encountered. The file /internal/api/handler/parsers.go performs a match against incoming ContentType header. However it does overly strict matching. ``` . . switch contentType...