Skip to content

Autorenew property on mirror account info does not match value returned form gossip get account info query #12560

@bugbytesinc

Description

@bugbytesinc

Description

For example

https://testnet.mirrornode.hedera.com/api/v1/accounts/0.0.8

Reports an auto renew period of 105825166 seconds on testnet. When querying a gossip node for the same 1812637686 is reported instead.

Steps to reproduce

ON TESTNET

https://testnet.mirrornode.hedera.com/api/v1/accounts/0.0.5

Reports "auto_renew_period": 105825166,

but a direct query of the network via hapi grpc:

    12/6/2025 6:12:25 PM  QX ASK  → { "cryptoGetInfo": { "header": { "payment": { }, "responseType": "COST_ANSWER" }, "accountID": { "accountNum": "5" } } }
12/6/2025 6:12:25 PM  RX:(00)   { "cryptoGetInfo": { "header": { "responseType": "COST_ANSWER", "cost": "7" } } }
12/6/2025 6:12:25 PM  QX PYMT → { "transactionID": { "transactionValidStart": { "seconds": "1765044744", "nanos": 525203600 }, "accountID": { "accountNum": "1282" } }, "nodeAccountID": { "accountNum": "5" }, "transactionFee": "6000000000", "transactionValidDuration": { "seconds": "120" }, "cryptoTransfer": { "transfers": { "accountAmounts": [ { "accountID": { "accountNum": "1282" }, "amount": "-9" }, { "accountID": { "accountNum": "5" }, "amount": "9" } ] } } }
12/6/2025 6:12:25 PM  ├─ SIG    { "sigPair": [ { "ed25519": "E5tJugFq8+mowZiI74B8MzBrRKzDdUjwpSSp30unPZlZMLeXaowghRRsOk8hvzbQH5zd473CorjqmtNKILcJCA==" } ] }
12/6/2025 6:12:25 PM  └─ QRY    { "cryptoGetInfo": { "header": { "payment": { "signedTransactionBytes": "CjgKEwoMCIjk0ckGEJDxt/oBEgMYggoSAhgFGID4gq0WIgIIeHITChEKBwoDGIIKEBEKBgoCGAUQEhJECkIaQBObSboBavPpqMGYiO+AfDMwa0Ssw3VI8KUkqd9Lpz2ZWTC3l2qMIIUUbDpPIb820B+c3eO9wqK46prTSiC3CQg=" } }, "accountID": { "accountNum": "5" } } }
12/6/2025 6:12:25 PM  RX:(00)   { "cryptoGetInfo": { "header": { }, "accountInfo": { "accountID": { "accountNum": "5" }, "contractAccountID": "0000000000000000000000000000000000000005", "key": { "keyList": { "keys": [ { "ed25519": "4Gsi4JZhCPpdY/xq5T+YJDGbiRzU1gUNvyskK+fhM0Q=" } ] } }, "balance": "131654916929643", "expirationTime": { "seconds": "1812637686" }, "autoRenewPeriod": { "seconds": "1812637686" }, "ledgerId": "AQ==", "stakingInfo": { "stakedToMe": "10600000000" } } } }
12/6/2025 6:12:25 PM  WAIT    ⇌ Waiting for Mirror Consensus Timestamp 1765044740.878924000

They do not match

Additional context

No response

Hedera network

testnet

Version

Latest

Operating system

Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugType: Something isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions