You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HIP-729 is externalizing contract nonce information in the record stream. Mirror nodes should persist this information and make it available via its APIs.
Solution
The content you are editing has changed. Please copy your edits and refresh the page.
Description:
Persisting contract nonces as per HIP-729 . Making it available via the contract APIs
/api/v1/contracts and /api/v1/contracts/{id}
This PR changes
Persists entity.ethereum_nonce value. This is done behind a feature flag.
Also modifying the EthereumTransactionHandler to incorporate this change.
Changed /api/v1/contracts and /api/v1/contracts/{id} to return the nonce value from the entity table.
Related issue(s):
Fixes#6120
Problem
HIP-729 is externalizing contract nonce information in the record stream. Mirror nodes should persist this information and make it available via its APIs.
Solution
Tasks
Alternatives
No response
The text was updated successfully, but these errors were encountered: