hashgraph / hedera-mirror-node

Hedera Mirror Node archives data from consensus nodes and serves it via an API
Apache License 2.0
128 stars 108 forks source link

Transactions REST API result parameter doesn't consider alternative success codes #9351

Closed steven-sheehy closed 2 weeks ago

steven-sheehy commented 2 weeks ago

Description

SUCCESS is not the only successful response code. FEE_SCHEDULE_FILE_PART_UPLOADED and SUCCESS_BUT_MISSING_EXPECTED_OPERATION response codes are also considered success by consensus nodes.

Steps to reproduce

Query for a timestamp range that contains FEE_SCHEDULE_FILE_PART_UPLOADED or SUCCESS_BUT_MISSING_EXPECTED_OPERATION codes with success=true. Those transactions will not be returned.

Additional context

No response

Hedera network

mainnet

Version

v0.113.1

Operating system

None