hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
266 stars 119 forks source link

Provide system transactions to app #13999

Open lpetrovic05 opened 1 week ago

lpetrovic05 commented 1 week ago

Atm, the Transaction interface exposes system transactions to apps. But at runtime, we filter out system transactions and never provide them to the app. This should be changed so that the app always receives all transactions.